Hello everybody!!!
I'm newbie in this forum and I have one question. I'm trying to animate a movieClip first in z-axis (e.g 45 degrees) and then in Y-axis (e.g.90 degrees). If I do only the one rotation its OK,
TweenMax.to(cont, 1, {rotationZ:-45});
or
TweenMax.to(cont, 1, {rotationY:90});
but when I'm trying to do first the one an then the second or both together like this
TweenMax.to(cont, 1, {rotationZ:-45, rotationY:90});
I have a problem, the result is not what I expected to see. Did you have any idea??
Thanks in advance!!!
p.s. I have attached a simple .fla & .swf file.
rotationZY.zip