Salve a tutti!!!
Vorrei convertire il seguente codice da as2 a as3:

codice:
onRollOver = function () {
stop ();
}
onRollOut = function () {
play ();
}
Come posso fare???
Grazie.