Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/03/2008, 01:12
Avatar de HackmanC
HackmanC
 
Fecha de Ingreso: enero-2008
Ubicación: Guatemala
Mensajes: 1.817
Antigüedad: 16 años, 2 meses
Puntos: 260
Mensaje Re: Problema con Goto

Flash Player 2; ActionScript 1.0
gotoAndPlay("sceneTwo", 1);

Flash Player 9; ActionScript 3.0
http://livedocs.adobe.com/flash/9.0/...#gotoAndPlay()
mc1.gotoAndPlay(1, "Scene 12");

----

Código:
on (release) {
  gotoAndPlay("Escena2", 1);
}