Trasforma il tuo bottone in un mc e dagli un nome istanza X
Inserisci questa azione nella time line:
X.onRelease = function() {
_root.NomeIstanzaMC.gotoAndPlay(2);
};
Importi il tuo MC nel frame che ti intiressa.
In questo modo nel frame 21 (ad esempio) si carica l'MC e si blocca (frame 1 dell'MC stop()).
Premedo su X vai al frame due dell'MC.
Dovrebbe funzionare
![]()