manuelaguado respondió:
El código del botón seria este: on (rollOver) { with (this.Fondo) { this.Fondo.gotoAndPlay(2); } } on (rollOut) { with (this.Fondo) { this.Fondo.gotoAndPlay(8); } } on (release){ //aqui van las acciones del boton } Explicándolo: El movie clip no va...