inserisci un pulsante invisibile sopra il mc (con istanza "testo")
e nel pulsante inserisci l'action :

on (rollOver) {
tellTarget ("testo") {
stop ();
}
}
on (rollOut) {
tellTarget ("testo") {
play ();
}
}