!! Flash Problem !!
- Started
- Last post
- 4 Responses
- Shepstar
I have a serious problem, I somehow need to pause the Flash Timeline in a Animation.
I used this code:stop();
pause = setInterval(function() {
play();
clearInterval(pause);
}, 500);But this code works fine but (i don't know why) it affects all my other timeline and "stop" tags.
Has anyone got a better idea or code. I should be as easy as this one so I can just insert it on that spot in the timeline where it should pause.
Thank you
- stewart0
add "this." somewhere in that code.
- Shepstar0
tried it, but doesn't work. I tried this. in front of all of them and only in front of play or play and stop.
But either the pause doesn't work or it disturbes the rest
- stewart0
this.setInterval
not??
- System-Idle0
what exactly is it that you want to do.
Do you want to stop a mc timeline and run a function while other mc timelines continue to play?