home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / vpro1 / rm.dir / 00151.ls < prev    next >
Encoding:
Text File  |  1994-08-28  |  195 b   |  13 lines

  1. on mouseDown
  2.   set nowPlaying to 0
  3.   sound stop 1
  4.   preLoadCast(the number of cast "Explosion")
  5.   puppetSound("explosion")
  6.   updateStage()
  7. end
  8.  
  9. on mouseUp
  10.   MyDelay(150)
  11.   DoSomeRandomShit()
  12. end
  13.