home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1997 February / PCA0297.ISO / demos / shine / eetermg.dxr / 00053.ls < prev    next >
Encoding:
Text File  |  1996-08-18  |  422 b   |  17 lines

  1. on mouseDown
  2.   set me to the clickOn
  3.   set my to the castNum of sprite me
  4.   set the locH of sprite me to the locH of sprite me + 1
  5.   set the locV of sprite me to the locV of sprite me + 1
  6.   repeat while the mouseDown
  7.     updateStage()
  8.   end repeat
  9.   set the locH of sprite me to the locH of sprite me - 1
  10.   set the locV of sprite me to the locV of sprite me - 1
  11.   updateStage()
  12. end
  13.  
  14. on mouseUp
  15.   go(label("blau") - 1)
  16. end
  17.