Hi there,

Since ive started using actionscript ive always had the same problem that comes up time and time again. Locating items.

_root. is the base of your application
_parent. is one level up
_child. is one level down

but how do you located an item which is neither of these.

i.e. i always try _root.mc1.mc2.mc3(1);

but never works. Can anyone help.

Thanks in advance