Ho visto che si posso creare spostamenti con
new mx.transitions.Tween(sopra, "_y", mx.transitions.easing.Elastic.easeOut, 306, 130.6, 5, true);
ma è possibile farlo anche per l' altezza!!!!!!!!!
Ho visto che si posso creare spostamenti con
new mx.transitions.Tween(sopra, "_y", mx.transitions.easing.Elastic.easeOut, 306, 130.6, 5, true);
ma è possibile farlo anche per l' altezza!!!!!!!!!
eccomiiiiiiii
sì, modificando la proprietà "_y" in "_height"
cioeè come è la sintassi?
eccomiiiiiiii
new mx.transitions.Tween(sopra, "_height", mx.transitions.easing.Elastic.easeOut, 306, 130.6, 5, true);
grazie veramente...
eccomiiiiiiii