home *** CD-ROM | disk | FTP | other *** search
- on jumpbuttons vs
- if (vs >= 5) and (vs <= 10) and not (the mouseDown) then
- set n to the memberNum of sprite vs
- puppetSprite(vs, 1)
- repeat with i = 0 to 5
- set the memberNum of sprite vs to n + i
- repeat with T = 0 to 1000
- nothing()
- end repeat
- updateStage()
- end repeat
- repeat while rollOver(vs) and not (the mouseDown)
- nothing()
- end repeat
- repeat with i = 5 down to 0
- set the memberNum of sprite vs to n + i
- repeat with T = 0 to 500
- nothing()
- end repeat
- updateStage()
- end repeat
- puppetSprite(vs, 0)
- updateStage()
- end if
- end
-