var tip1:tip = new tip();
function tooltiptrue(event:Event)
{
tip1.startDrag();
tip1.gotoAndPlay(2);
tip1.x = mouseX;
tip1.y = mouseY;
if(tip1.currentFrame==5){
//tip1.tip_txt.textColor=0X00187C53;
tip1.texto_txt.text="dsfsfdsfsas";
}
addChild(tip1);
}
el problema que tengo es que por que rayos al llegar al frame5 donde tengo un stop(llega y carga el cuadro de texto, que lo instancie obviamente como texto_txt), pero no toma la cadena y aparece en blanco, ya probe muchas veces y directamente no carga el texto!!!
![Neurótico](http://static.forosdelweb.com/fdwtheme/images/smilies/scared.png)
funciona barbaro si el simbolo tip no tiene acciones y solo esta estatico en el frame 1, obviamente si le quito el if...
Que sera , alguna idea?¡
![borracho](http://static.forosdelweb.com/fdwtheme/images/smilies/borracho.png)