Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/05/2009, 14:56
Avatar de javier4
javier4
 
Fecha de Ingreso: febrero-2009
Ubicación: en mi casa
Mensajes: 126
Antigüedad: 16 años
Puntos: 0
Respuesta: consulta sobre codigo

en la parte q dice
Código:
on (releaseOutside, rollOut) {
if (_root.link<>0) {
this.gotoAndPlay("out");
}
ponle

Código:
on (releaseOutside, rollOut) {
if (_root.link<>0) {
this.gotoAndStop("out");
}
y asegurate que en el fotograma "out" haya un stop();