Quote:
Originally Posted by ffcmike
It would be nice if there was a way to not only set a specific gani frame, but continue the rest of the animation that occurs after it.
Unless there is already?
|
Try:
PHP Code:
setAni("walk[4]", nil);
setAni("walk", nil);
Maybe with a pause inbetween, no idea. But that should work. Something exists that does exactly what you want, and I'm almost 100% sure it was this code, but then again, it's been a while..