WHY am I getting undefined as a _droptarget?
Ok, I have a MC with 2 onClipEvent handlers, mouseDown, and mouseUp.
mouseDown does the startdrag, mouseUp does the stopdrag.
When I trace eval(this._droptarget), I get undefined. I'm dropping over a MC. I checked the instance type and name of both the droptarget and the dragee. Thrice. The reg point of the dragee is CLEARLY inside the drop target. Undefined is only supposed to be returned when you're dropping it over something that's not a MC. There are no other instances of anything overlappping either instance. I SHOULD be getting a mc reference. If I take out the eval I just get an empty string.
What gives?! :mad: