Hi,
When i have something like:
mySequence.addChild(myAlpha); mySequence.addChild(myParallel); mySequence.addChild(myAlpha2);
myAlpha2 animation isnt working if it is added after the parallel animation...
Is there know limitation to sequence and parallel animation??
Eric,
I've tried to reproduce your problem without success. It works fine for me. Please post an isolated small example with full source code.
Alex
Log in to post a comment.
Hi,
When i have something like:
mySequence.addChild(myAlpha);
mySequence.addChild(myParallel);
mySequence.addChild(myAlpha2);
myAlpha2 animation isnt working if it is added after the parallel animation...
Is there know limitation to sequence and parallel animation??
Eric,
I've tried to reproduce your problem without success. It works fine for me. Please post an isolated small example with full source code.
Alex