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

  1. on mouseUp
  2.   global size
  3.   puppetSound("click")
  4.   updateStage()
  5.   repeat while soundBusy(1)
  6.   end repeat
  7.   if size = 1 then
  8.     quit()
  9.   else
  10.     go(1, ":::PTM")
  11.   end if
  12. end
  13.