home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / MOVIES / MT.Dxr / 00080.ls < prev    next >
Encoding:
Text File  |  1996-10-07  |  136 b   |  10 lines

  1. on mouseDown
  2.   global size
  3.   puppetSound("kati")
  4.   updateStage()
  5.   repeat while stillDown()
  6.     nothing()
  7.   end repeat
  8.   go("menu")
  9. end
  10.