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

  1. on mouseUp
  2.   set the visible of sprite 10 to 0
  3.   puppetSound("open")
  4.   updateStage()
  5.   zoomBox(clickOn(), 1, 1)
  6.   go("start")
  7.   set the visible of sprite 10 to 1
  8.   updateStage()
  9. end
  10.