Ver Mensaje Individual
  #8 (permalink)  
Antiguo 22/05/2009, 09:53
Avatar de highlord
highlord
 
Fecha de Ingreso: noviembre-2007
Ubicación: Argentina
Mensajes: 353
Antigüedad: 16 años, 5 meses
Puntos: 16
Respuesta: Problema extraño. Help!!!

luego en el home cargo el scroll asi:



// Clase Pane: Parámetros
// Pane(instancia_moviclip, ancho, alto, ScrollPosition)
// contenidos:MovieClip
// ancho:Number
// alto: Number
// ScrollPosition: String

var newPane:Pane = new Pane(my_mc, 430, 367, "right");


esta ultima linea es la que hace el trabajo.

y para llamar al txt dentro del area de texto simplemente asi.

this.loadVariables("texto.txt");