home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("open")
- updateStage()
- repeat with i = 13 to 15
- set the visible of sprite i to 1
- end repeat
- set the castNum of sprite 13 to 27
- set the castNum of sprite 14 to 28
- set the castNum of sprite 15 to 25
- zoomBox(clickOn(), 1, 1)
- go(the name of cast the castNum of sprite clickOn())
- end
-