home *** CD-ROM | disk | FTP | other *** search
/ Jommeke / Jommeke.iso / movies / spotdiff.dir / 00052_Script_52 < prev    next >
Text File  |  2000-02-23  |  328b  |  17 lines

  1. on oldleftclick
  2.   global  markerch,mx,my
  3.   
  4.   set the visible of sprite markerch to true
  5.   repeat while the mousedown=true
  6.     
  7.     put the mouseh into mx
  8.     put the mousev into my
  9.     
  10.     set the loch of sprite markerch to mx  
  11.     set the locv of sprite markerch to my
  12.     updatestage
  13.   end repeat
  14.   
  15.   
  16. end
  17.