home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / 01MATI.Dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  190 b   |  14 lines

  1. on mouseDown
  2.   global size
  3.   puppetSound("on")
  4.   updateStage()
  5.   button()
  6.   if rollOver(clickOn()) then
  7.     if size = 1 then
  8.       quit()
  9.     else
  10.       go(1, "PTM")
  11.     end if
  12.   end if
  13. end
  14.