Ok,
I was decent at AS2 and now that I am trying to figure out AS3 I am realizing that it is all grown up and I was left in the dust.
I am trying to do the most simple thing. I have a movieclip with an instance name of “clip1” with another movie clip with an instance name of “clip2_sub” which is inside of “clip1”.
all I am trying to do is stop and start the “clip2_sub” movie clip from the main timeline.
I know in AS2 you just would do something like clip1.clip2_sub.stop(); I am trying to figure out why this doesnt work in AS3. I get the error of 1120:Access of undefined property clip1…
Any direction would be appreciated.
Thanks Brian