home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat with x = 29 to 33
- puppetSprite(x, 0)
- end repeat
- set variable to the castNum of sprite the clickOn
- set variable to variable + 1
- repeat while the stillDown
- set the castNum of sprite the clickOn to variable
- updateStage()
- end repeat
- set variable to variable - 1
- set the castNum of sprite the clickOn to variable
- updateStage()
- go("startShow")
- end
-