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

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