Open GoogleCodeExporter opened 8 years ago
Please forgive me. I got ahead of myself opening this issue. There is no such
issue. I
overlooked something. Please remove this issue from list.
Original comment by rafael.s...@gmail.com
on 12 Sep 2009 at 9:02
try this
don't use recursive variables like rotationX:myMC.rotationX
when updates, it will refer to this variable and won't move
I think so it's your problem
this sequence works for me :
var rotationValue:Number = 180;
Tweener.addTween(currentPlane, {z:-60, _brightness:-60,
rotationY:rotationValue,
time:1, transition:"easeOutBack"});
Original comment by osec...@gmail.com
on 16 Sep 2009 at 2:50
Original issue reported on code.google.com by
rafael.s...@gmail.com
on 12 Sep 2009 at 8:51