use hittest....I don't have the exact code that you need to tell the hittest to open the popup window on movie clip but the following code will make it so that if statement executes when I hover over the movie clip and click the mouse.
Code:onMouseDown = function() { if(this.hitTest(_root._xmouse,_root._ymouse,0)){ startDrag (this, true); } };




Reply With Quote