Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/07/2006, 08:38
danielabril
 
Fecha de Ingreso: febrero-2005
Mensajes: 33
Antigüedad: 19 años, 2 meses
Puntos: 0
sabes donde tienes que poner la accion?

a continuacion del rollout

Sera eso

on (rollOut) {

if (this._currentframe != 1) {
this.prevFrame();
}

else {
this.stop();
delete this["onEnterFrame"];
} // end if
on(press){
gotoAndPlay("me voy a otra pagina");
}
};
__________________
:cool: