home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! Special / macgaichibanspecial1.bin / MOVIES / MT / 00017.ls < prev    next >
Encoding:
Text File  |  1995-12-13  |  130 b   |  11 lines

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