home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / intro.dir / 00084.ls < prev    next >
Encoding:
Text File  |  1995-01-24  |  394 b   |  17 lines

  1. on mouseDown
  2.   set WhichSprite to the clickOn
  3.   puppetSprite(WhichSprite, 1)
  4.   set the castNum of sprite WhichSprite to the number of cast "Cancel lit"
  5.   repeat while the stillDown
  6.     updateStage()
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   global gMyPath, gPTimerSet, gPresentationTime
  12.   set the castNum of sprite 13 to the number of cast "Cancel"
  13.   puppetSprite(13, 0)
  14.   updateStage()
  15.   go("start")
  16. end
  17.