home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(the clickOn, 1)
- repeat while the stillDown
- if rollOver(the clickOn) then
- set the castNum of sprite the clickOn to 4
- updateStage()
- next repeat
- end if
- set the castNum of sprite the clickOn to 5
- updateStage()
- end repeat
- end
-
- on mouseUp
- set the castNum of sprite the clickOn to 5
- puppetSprite(the clickOn, 0)
- if rollOver(the clickOn) then
- goToNetPage("MenuShok.htm")
- end if
- end
-