problem : i can t write text in a textfield...
hello,
i have a problem with flash/actionscript3
i have created a dynamic texfield named ristourne_resultat
the variable ristourne is a number, already calculated
my code says :
var textos:String;
textos=ristourne.toString();
ristourne_resultat.text=textos;
it doesn t work nothing appears...
i dont know why...
thanks
Alain
