home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / 678.dir / 00007.ls < prev    next >
Encoding:
Text File  |  1995-06-06  |  167 b   |  9 lines

  1. on mouseUp
  2.   set the castNum of sprite 24 to value(1 + the castNum of sprite 24)
  3.   updateStage()
  4.   wait(5)
  5.   puppetSprite(23, 0)
  6.   puppetSprite(24, 0)
  7.   go("end")
  8. end
  9.