Ver Mensaje Individual
  #5 (permalink)  
Antiguo 11/07/2008, 17:47
turb
 
Fecha de Ingreso: diciembre-2007
Mensajes: 8
Antigüedad: 16 años, 3 meses
Puntos: 0
Respuesta: problema basico de onEnterFrame

nop, tampoco me funciono :(

ahora cambie el codigo por el siguiente y tampoco funciona

Código:
_root.fondos.onEnterFrame = function() {
	possig = _root.fondos._y - 20
	ruta = _root.fondos
	if (possig<=-300) {
	this.onEnterFrame = null;
	ruta._y = -300
	}
	ruta._y = possig;
	trace (ruta._y)
	}