Hi Senocular,
I am into similar type of problem. I need to drag one movieclip which is in centre of the mouse pointer. Hence none of my stage elements are getting rollover or roll out events. I have declared
this.addEventListener(MouseEvent.ROLL_OVER, onItemRollOverSpecial, false, 0);
These items are not getting the event and I need to drag the movieclip and at the same time, on some of those items… I need to attach some movieclips to place them dynamically. I think in that case also the bottom actual container item will not get rollover anymore.
Please suggest me.
thanks and regards,
Amit M