hey all. I'm hoping that someone can help me with some code.
The scenario:
1. The main Movie
2.empty movie lip on main called "empty".
3. Load movie into empty that has button (mc)call this "b1".
4."b1" opens a pop up window. "popup1"(mc).
5. "popup1" has a button "b2"
6."b2" opens another popup "popup 2".
7. "popup2" has a dynamic text box.
8. dynamic text box given variable name "to".
so we have:
main to
empty to
"b1" to
"popup1" to
"b2" to
"popup 2" to
"to" (dynamic text box)
here is how I am targeting but it isn't working:
on "b2" I have the code"
_root.empty.b1.b2.to="Henry"
the goal is by pressing "b2 it" passes the variable "Henry" tto the dynamic text box "to".
It isn't working can anyone help me on this? It would be greatly appreciated.
thanks in advance.
