home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / choice.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-08-27  |  229 b   |  15 lines

  1. on mouseDown
  2.   repeat while the stillDown
  3.     set the castNum of sprite 5 to 9
  4.     updateStage()
  5.   end repeat
  6. end
  7.  
  8. on mouseUp
  9.   puppetSprite(4, 0)
  10.   puppetSprite(5, 0)
  11.   puppetSprite(6, 0)
  12.   puppetSprite(7, 0)
  13.   go("topLev")
  14. end
  15.