home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1997 June / macgaichiban199706.bin / MOVIES / SOZAI.Dxr / 00003_MB,off.ls < prev    next >
Encoding:
Text File  |  1997-04-07  |  125 b   |  11 lines

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