home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 July / macgaichiban199607.bin / MOVIES / MT / 00058.ls < prev    next >
Encoding:
Text File  |  1996-05-07  |  293 b   |  18 lines

  1. on mouseDown
  2.   global size
  3.   puppetSound("kati")
  4.   updateStage()
  5.   set the castNum of sprite 11 to 7
  6.   updateStage()
  7.   repeat while stillDown()
  8.     nothing()
  9.   end repeat
  10.   if the rollOver of clickOn() then
  11.     if size = 1 then
  12.       quit()
  13.     else
  14.       go(1, "PTM")
  15.     end if
  16.   end if
  17. end
  18.