One quick question… why wont this work
-
On the main frame of the movie I have this
[AS]
test = 10;
[/AS] -
I make a movieclip
-
I make a dynamic textbox inside the movieclip
-
I make the var of dynamic textbox test
-
I WANT IT TO SAY 10 DAMNT!
-
It will work if I put it on the main frame and not the movieclip (AND, YES I WANT IT IN THE MOVIECLIP)
-
I dont want to put test = 10; in the movieclips mainframe
-
Anyone know how?