dagli un percorso assoluto

esempio

codice:
on (rollOver) {
_root.mioclip.gotoAndPlay(1);

}
on (rollOut) {
_root.mioclip.gotoAndPlay(5);
}