![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
28/02/2009, 16:41
|
![Avatar de carlxime](http://static.forosdelweb.com/customavatars/avatar172632_1.gif) | | | Fecha de Ingreso: marzo-2007 Ubicación: México
Mensajes: 180
Antigüedad: 17 años, 11 meses Puntos: 6 | |
Respuesta: un flash en reversa puede reconocer un stop? Hola charlywilli,
Pues si sabes en qué número de frame está el stop (supongamos el frame 15), podrías hacer esto:
[as]
this.onEnterFrame = function ()
{
this.prevFrame();
if (_currentframe==15)
delete onEnterFrame;
}
[/as]
Saludos. |