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)
}