Answered
getting a value from a nested m.c.
if I have a movie clip
mc1
with mc2 nested in mc1.
mc2 has a variable called varNum=2;
why can't I from the root get the value varNum using ..
.
trace(mc1.mc2.varNum);
thanks to any responders.
mc1
with mc2 nested in mc1.
mc2 has a variable called varNum=2;
why can't I from the root get the value varNum using ..
.
trace(mc1.mc2.varNum);
thanks to any responders.