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

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