home *** CD-ROM | disk | FTP | other *** search
/ Club KidSoft Volume 3 #1 / ClubKidsoft.iso / demos / digimpct / ozzies / exfr01.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  1994-11-04  |  180 b   |  14 lines

  1. on startMovie
  2.   cursor(200)
  3. end
  4.  
  5. on mouseDown
  6.   set the locH of sprite 40 to the mouseH
  7.   set the locV of sprite 40 to the mouseV
  8.   updateStage()
  9. end
  10.  
  11. on stopMovie
  12.   cursor(0)
  13. end
  14.