17/07/2006, 08:38
|
| | Fecha de Ingreso: febrero-2005
Mensajes: 33
Antigüedad: 19 años, 9 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: |