ciao ho questo codice:
var xfreccia:Number
xfreccia = 20 // il numero vienere ricavato dinamicamente
stepsbtn_mc.onRollOver = function() {
var tw_steps:Tween = new Tween(_parent.freccia_mc, "_x", Elastic.easeInOut, _parent.xfreccia, -284, 2,true);
}
non mi funge... però mi da 1 errore invece se al posto di _parent.xfreccia metto 20 tutto ok .. che sbaglio![]()

-
Rispondi quotando