How do you combine a Move and Rotate effect in Flex 3?
Posted
by Impirator
on Stack Overflow
See other posts from Stack Overflow
or by Impirator
Published on 2010-03-14T12:57:51Z
Indexed on
2010/03/14
13:05 UTC
Read the original article
Hit count: 130
actionscript-3
|flex
I realize you can make one of each effect, set the same target, and hit .play();
, but this produces weird results (acknowledged by Adobe, fixed in Flex 4).
I'm trying to have an object move from the top of the screen to the bottom while it rotates around it's own center. When called independently, both of these effects work perfectly. When called together, the object always rotates around the top left corner. I even tried putting them both inside a <Parallel>
tag with no success. Has anyone come up with a workaround?
© Stack Overflow or respective owner