home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / JIYU.Dxr / 00090.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  141 b   |  12 lines

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