home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 July / macgaichiban199707.bin / MOVIES / EIKYU.Dxr / 00013.ls < prev    next >
Encoding:
Text File  |  1997-05-09  |  138 b   |  11 lines

  1. on mouseDown
  2.   global size
  3.   puppetSound("BUTTON.SND")
  4.   updateStage()
  5.   if size = 1 then
  6.     quit()
  7.   else
  8.     go(1, "PTM")
  9.   end if
  10. end
  11.