[FONT=Tahoma]Hi,
One small question: there it is a bug in the motion tween class?
Because when load a movie like this:
[AS]
[/FONT]import mx.transitions.Tween;
import mx.transitions.easing.*;
var tw:Tween = new Tween (main_headline, “_xscale”, Elastic.easeOut, 0, 100, 3, true);
var tw1:Tween = new Tween (main_headline, “_yscale”, Elastic.easeOut, 0, 100, 3, true);
btn_home.onRelease = function () {
loadMovie (“home.swf”, “home”);
[FONT=Tahoma]}
[/AS]
the movieClip it is rotated with 90* ( degrees ). Do you have any answers???
Thank you!
[/FONT]