dreamflight
12-31-2008, 10:21 AM
let me try to lay this out simply.
suppose i do this:
objectA.addEventListener( MouseEvent.MOUSE_OVER, objAfunction );
and i lay a half transparent rectangle(objectB) over objectA.
what happens now, is the mouseover listener doesn't respond, of course.
but what am i to do, if i want to have objectB over objectA, and still have objectA listen for Mouse Events?
any clues?:confused:
suppose i do this:
objectA.addEventListener( MouseEvent.MOUSE_OVER, objAfunction );
and i lay a half transparent rectangle(objectB) over objectA.
what happens now, is the mouseover listener doesn't respond, of course.
but what am i to do, if i want to have objectB over objectA, and still have objectA listen for Mouse Events?
any clues?:confused: