Código :
System.useCodepage = true
var texto = new LoadVars();
texto.load("http://beisbolya.com/procesos/marquesina_index2.php");
texto.onLoad = function() {
_root.mc.texto_txt.text = this.texto;
};
mover_btn.onRelease = function(){
_root.mc._x = 180;
};
mover = function(texto:Object):Void{
texto._x--;
while(texto._x<texto._height+-1){
texto._x = Stage.height;
texto._x = Stage.height;
}
};
var inter:Number = setInterval(mover,10,_root.mc);
