home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / mac / files / 336.dir / 00025.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(the castNum of sprite 24 - 1)
  3.   updateStage()
  4.   if the pauseState = 1 then
  5.     continue()
  6.   else
  7.     pause()
  8.   end if
  9. end
  10.