Hi, I have a very stupid problem :

I try to change a textfield's content with Lingo. The different texts affected to this textfield are as many different actors, and none of them appear on the score.

It works fine in Director (and running corresponding .exe) but when I play the corresponding .dcr, the textfield's content isn't displayed because my text actors aren't loaded.

I tried :
preload(member(mytextmembername))
set cast's preload property to "before frame 1"
I even tried to loop until member(mytextmembername).loaded = true and of course crashed IE

Nothing worked

Does anyone have an idea ?
(hope I'm undestandable)

Thanks