Hey everyone. Has anyone run into this problem before? I can’t seem to figure out why the below code won’t tween. There’s obviously more code, but this should be the problem. Anyone have any ideas?
....
listener.onLoadComplete = function(mc:MovieClip):Void {
var tw:Tween = new Tween(mc, "_x", Strong.easeOut, mc._x, 210, 1, true);
}
...