I use a tween in a custom juggler,
but don't work.
what might have happened?
I use a tween in a custom juggler,
but don't work.
what might have happened?
Don't forget that a custom juggler has to be advanced manually! That is, its 'advanceTime' method has to be called, e.g. in an enter frame event listener.
function onEnterFrame(event:EnterFrameEvent):void { juggler.advanceTime(event.passedTime); }
Thanks again!!!
You must log in to post.