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

  1. on mouseUp
  2.   set the castNum of sprite 24 to value(1 + the castNum of sprite 24)
  3.   updateStage()
  4.   if the pauseState = 0 then
  5.     pause()
  6.   else
  7.     continue()
  8.   end if
  9. end
  10.