Hi Guys:
How do I loop some text over a dynamic text box.
I have a dynamic text box called (dyntext). I have a button below that Says “Click Here” or something to that effect.
Now, when I Click on the button, I have some code like
var i
for(int i=0;i<25;i++) {
dyn.text=“this is a test”;
}
but no dice. it only writes it once. not the 25 times like I want. it works in trace(“message”) but why not in a dynamic text box.
thanks guys.
jeyyu.