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

  1. on mouseUp
  2.   puppetSprite(30, 1)
  3.   set the castNum of sprite 30 to 4143
  4.   updateStage()
  5.   wait(5)
  6.   puppetSprite(30, 0)
  7.   set x to the castNum of sprite 22
  8.   if the puppet of sprite 22 = 0 then
  9.     puppetSprite(22, 1)
  10.     set the visible of sprite 22 to 0
  11.   else
  12.     set the visible of sprite 22 to 1
  13.     puppetSprite(22, 0)
  14.   end if
  15.   updateStage()
  16. end
  17.