
February 20th, 2003, 05:43 PM
|
|
flash junkie
|
|
Join Date: Jan 2003
Location: CO, USA
Posts: 172
Time spent in forums: 5 m 38 sec
Reputation Power: 11
|
|
|
you can't set text values (or variables ) for objects that don't exists yet. Try setting a variable equal to the value of what you want your text box to be, and instead of trying to assign the .text, just put the same variable name in the variable name of the text field. That should work.
so:
frame 3:
textfor5 = "this will show in the text of frame 5";
frame 5:
give your text field a variable name of "textfor5"
see what i mean?
cheers,
bret
|