home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 01763.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  187 b   |  9 lines

  1. on mouseUp
  2.   puppetSprite(32, 1)
  3.   set the castNum of sprite 32 to the castNum of sprite 32 + 1
  4.   updateStage()
  5.   puppetSprite(32, 0)
  6.   updateStage()
  7.   pmovie(the frame + 1 & ".dir")
  8. end
  9.