home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if soundBusy(1) then
- sound stop 1
- end if
- puppetSprite(6, 1)
- set the castNum of sprite 6 to 122
- updateStage()
- puppetSound("origin")
- repeat while the stillDown
- end repeat
- end
-
- on mouseUp
- set the castNum of sprite 6 to 204
- updateStage()
- puppetSprite(6, 0)
- go("origin")
- end
-