![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
05/10/2006, 16:15
|
| | Fecha de Ingreso: septiembre-2006
Mensajes: 1.193
Antigüedad: 18 años, 4 meses Puntos: 30 | |
on(release){
_root.gotoAndPlay("inicio");
}
asi es como debe ir ahora la pregunta es: debe reproducir desde "inicio" o solo ir y parar por que si solo tiene que ir y detenerse deberia ser
on(release){
_root.gotoAndStop("inicio");
}
Conclusion:
quita el gotoAndPlay y pon el gotoAndStop. |