Hi,
I’m using OOP code only, no frames nothing.
I have a movieclip called “test” which contains another movieclip called “subtest” inside.
Now, on my code I have:
var _test:test = new test;
Now, I want to access the MC “subtest”, how do I do that?
I gave the instance name “subtest”, if I do something like below
, it says that the type subtest is not found:
MovieClip(_teste.getChildByName("subteste"));
Any ideas?
Thanks