home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / CAD.DiR / 01764.ls < prev    next >
Encoding:
Text File  |  1995-12-08  |  244 b   |  13 lines

  1. on mouseUp
  2.   global dactive
  3.   if dactive = 1 then
  4.     exit
  5.   end if
  6.   puppetSprite(32, 1)
  7.   set the castNum of sprite 32 to the castNum of sprite 32 + 1
  8.   updateStage()
  9.   puppetSprite(32, 0)
  10.   updateStage()
  11.   pmovie(the frame + 1 & ".dir")
  12. end
  13.