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 20
- set the castNum of sprite 14 to 21
- set the castNum of sprite 15 to 18
- zoomBox(clickOn(), 1, 1)
- go(the name of cast the castNum of sprite clickOn())
- end
-