home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("kati")
- updateStage()
- set the castNum of sprite 11 to 7
- updateStage()
- repeat while stillDown()
- nothing()
- end repeat
- if the rollOver of clickOn() then
- repeat with i = 13 to 15
- set the visible of sprite i to 0
- end repeat
- set the movieTime of sprite 20 to 0
- go("start")
- end if
- end
-