home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("bleep")
- set variable to the castNum of sprite the clickOn
- set variable to variable + 1
- set the castNum of sprite the clickOn to variable
- updateStage()
- 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(marker(-1))
- end
-