Is it possible to trigger an event or listener when 2 image overlap each other? [import]uid: 40786 topic_id: 25019 reply_id: 325019[/import]
Use isSensor on each image (you will have to use physics).
You can read more about it here
Peach Pellen covers it, on her site techority.com
http://techority.com/2011/08/31/lets-talk-about-sensors/
Read that, do the example and then come back. If you still have issues, people will jump in 
ng [import]uid: 61600 topic_id: 25019 reply_id: 101634[/import]
If you are using Physics objects, you can use collision events. Otherwise you have to detect the overlapping of objects in a enterFrame or touch listener. You can check for overlapping objects by checking object.contentBounds of each object. [import]uid: 7559 topic_id: 25019 reply_id: 101635[/import]
my object is not a physics object but thanks guys i found the solution. [import]uid: 40786 topic_id: 25019 reply_id: 101763[/import]