I'm trying to get a mc to shpeflag for a mc within an mc, what I'm using to do this is something like:
if (ob1.hitTest (_root.thng1.thng2._x, _root.thng1.thng2._y, true)) {
...
is there something wrong with this code, or is this just impossible, is there any way that I can do this?
