Hi, I tried to give a try to the TLF Text, because it's the default in Flash CS 5, but I can't accomplish the simplest task, change its value. This works with a classic textbox, but not with TLF:
import flash.display.MovieClip;
public class CumpleTiempos extends MovieClip
{
public var t:TLFTextField;
public function CumpleTiempos()
{
myText.text = "I'm a classic text"
}
}
But not at all with TLF Text, Could you please tell me how it's done, it's important to mention that the TLF Text has to be created with the Flash IDE, not by code.
Thanks,