home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / SOUNDF / 00075.ls < prev    next >
Encoding:
Text File  |  1996-03-27  |  425 b   |  16 lines

  1. on mouseDown
  2.   button()
  3.   set the visible of sprite 20 to 0
  4.   set the movieRate of sprite 20 to 0
  5.   set the movieTime of sprite 20 to 0
  6.   repeat with i = 9 to 12
  7.     set ccname to item 1 of the name of cast the castNum of sprite i
  8.     set the castNum of sprite i to the number of cast (ccname & ",off")
  9.     updateStage()
  10.     puppetSprite(i, 0)
  11.     set the visible of sprite i to 0
  12.   end repeat
  13.   updateStage()
  14.   go("II")
  15. end
  16.