21/11/2004, 13:35
|
| | Fecha de Ingreso: diciembre-2002 Ubicación: Estoy por ahi, buscandome
Mensajes: 60
Antigüedad: 21 años, 11 meses Puntos: 0 | |
Código:
lastFrame = _totalframes;
gotoAndStop(lastFrame);
onEnterFrame = function() {
gotoAndStop(_currentframe - 1);
};
__________________ 4ND0R |