home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global size
- puppetSound("kati")
- updateStage()
- set the castNum of sprite 11 to 7
- updateStage()
- repeat while stillDown()
- nothing()
- end repeat
- if the rollOver of clickOn() then
- if size = 1 then
- quit()
- else
- go(1, "PTM")
- end if
- end if
- end
-