home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 June / macgaichiban199606.bin / MOVIES / MT / 00059.ls < prev    next >
Encoding:
Text File  |  1996-03-27  |  362 b   |  14 lines

  1. on mouseDown
  2.   puppetSound("open")
  3.   updateStage()
  4.   repeat with i = 13 to 16
  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.   set the castNum of sprite 16 to 30
  11.   zoomBox(clickOn(), 1, 1)
  12.   go(the name of cast the castNum of sprite clickOn())
  13. end
  14.