Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/10/2006, 09:51
Avatar de Cyberlobito
Cyberlobito
Usuario no validado
 
Fecha de Ingreso: junio-2004
Ubicación: Lima, Perú
Mensajes: 145
Antigüedad: 19 años, 10 meses
Puntos: 0
Es tonto pero urgente

amigos un favor despues de mucho tiempo estoy usando flash y tengo la version Studio 8 tengo este codigo todo me esta fucionando pero el goto andplay no esta funcionando estoy en un Stop() y solo kiero ke el boton al hacerle click se vaya al fotograma 50 solo eso kiero ayudemene por favor

Código:
on (release) {
	gotoAndPlay(50)
}

on (rollOver) {
    this.tween('_width', 138.1,0.8,'easeoutelastic',0.00001);
	this.tween('_height', 116.7,0.8,'easeoutelastic',0.00001);
}

on (rollOut) {
	this.tween('_width', 118.1,0.8,'easeoutelastic',0.00001);
	this.tween('_height', 96.7,0.8,'easeoutelastic',0.00001);;
}