actionscript help?
actionscript help?
Out of context: Reply #3
- Started
- Last post
- 3 Responses
- unclesize0
I think the best resource for this would be the Flash AS help dictionary. This is a generic function:
function Bouncer() {
_root.gotoAndPlay(4);
clearInterval(Clearing);
}
var Clearing;
Clearing = setInterval(Bouncer, 1000);