home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1995 November / SHOWCASE.ISO / files / quit.dir / 00015_Script_15 < prev    next >
Text File  |  1995-06-13  |  404b  |  16 lines

  1. on mouseDown
  2.   put the clickon into whichSprite
  3.   puppetSprite whichSprite, 1
  4.   set the castNum of sprite whichSprite = the number of cast "Yes lit"
  5.   repeat while the stilldown
  6.     updatestage
  7.   end repeat
  8. end
  9.  
  10. on mouseUp
  11.   put the clickon into whichSprite
  12.   set the castnum of sprite whichSprite = the number of cast "Yes"
  13.   puppetsprite whichsprite, 0
  14. --  preloadCast 34
  15.   go "last"
  16. end