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

  1. on mouseUp
  2.   set the visible of sprite 32 to 0
  3.   updateStage()
  4.   set the visible of sprite 29 to 1
  5.   updateStage()
  6.   set the castNum of sprite 30 to 100
  7.   puppetSprite(30, 1)
  8.   set the visible of sprite 30 to 1
  9.   updateStage()
  10.   set the volume of sprite 30 to 255
  11.   updateStage()
  12.   playMoovFW()
  13. end
  14.