home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / MT.Dxr / 00085.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  345 b   |  17 lines

  1. on mouseDown
  2.   puppetSound("kati")
  3.   updateStage()
  4.   set the castNum of sprite 11 to 7
  5.   updateStage()
  6.   repeat while stillDown()
  7.     nothing()
  8.   end repeat
  9.   if the rollOver of clickOn() then
  10.     repeat with i = 13 to 15
  11.       set the visible of sprite i to 0
  12.     end repeat
  13.     set the movieTime of sprite 20 to 0
  14.     go("start")
  15.   end if
  16. end
  17.