Paint paste off

erik hansen erikhans08 at yahoo.com
Thu Apr 11 21:33:01 EDT 2002


Delete, Copy, and Cut all use the same TLRB, but
Paste drops the graphic about 40 pixels up and
100 pixels to the right.

on cd_bgType CorB,what,T,L,R,B
  put the tool into savedTool 
  put the editbkgnd into savedBg
  set the editbkgnd to (CorB is "bg")
  choose select tool
  drag from T,L to B,R
  if what is "D" then type numtochar(8) # delete
  else if what is "X" then type "X" with CmdKey
  else if what is "C" then type "C" with CmdKey
  else if what is "V" then type "V" with CmdKey
  set the editbkgnd to savedBg
  choose savedTool tool
end cd_bgType

also, is there a better way to script these
actions? <delete the selection> did not work.

=====
erik at erikhansen.org                 http://www.erikhansen.org

__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/



More information about the metacard mailing list