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

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