Touch events bleed through

Im using Director.
When I switch from one page to another, I manually kill off any eventListeners not associated with buttons, then change scene.

When I switch back to a scene that detects touches in a big rectangular area, it immediately triggers a touch on the newly displayed scene, even though my finger is off the screen at the time.
Any ideas how to stop that happening?

[import]uid: 108660 topic_id: 19772 reply_id: 319772[/import]

Add a delay before you construct the listener maybe?

Joakim [import]uid: 81188 topic_id: 19772 reply_id: 76604[/import]