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

  1. on mouseDown
  2.   puppetSound("open")
  3.   updateStage()
  4.   repeat with i = 13 to 15
  5.     set the visible of sprite i to 1
  6.   end repeat
  7.   set the castNum of sprite 13 to 27
  8.   set the castNum of sprite 14 to 28
  9.   set the castNum of sprite 15 to 25
  10.   zoomBox(clickOn(), 1, 1)
  11.   go(the name of cast the castNum of sprite clickOn())
  12. end
  13.