Question
setting and passing variables in AS3
I need to set and pass a variable to an embedded .swf. I know
setting a variable looks like this:
var iknow:int;
iknow = 20;
This just sets the variable on my main .swf. How do I send it down so the child .swf recognizes it too?
Thanks in advance for any suggestions.
var iknow:int;
iknow = 20;
This just sets the variable on my main .swf. How do I send it down so the child .swf recognizes it too?
Thanks in advance for any suggestions.