home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / goer.dir / 00008_Script_8 < prev    next >
Text File  |  1995-06-13  |  367b  |  14 lines

  1. on mouseDown
  2.   set whichSprite = the clickon
  3.   puppetSprite whichSprite, 1
  4.   set the castnum of sprite whichsprite = 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, gPresentingTo
  12.   put EMPTY into gPresentingTo
  13.   go movie the pathname & "intro"
  14. end