home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Science Smart / SCIENCE.iso / pc / science / files / cad.dir / 04141.ls < prev    next >
Encoding:
Text File  |  1996-01-26  |  354 b   |  17 lines

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