home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 October / macgaichiban199610.bin / MOVIES / RVI.Dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  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 20
  8.   set the castNum of sprite 14 to 21
  9.   set the castNum of sprite 15 to 18
  10.   zoomBox(clickOn(), 1, 1)
  11.   go(the name of cast the castNum of sprite clickOn())
  12. end
  13.