touch up outside event?

I'm using a touch event on a shape. If I drag outside the shape and release I don't get an event message. Any suggestions on handling a touch up outside?

To track touches outside of the shape you can add a global event listener, something like this:

Runtime:addEventListener("touch", checkButtonBounds);

views:1716 update:2011/12/31 9:35:10
corona forums © 2003-2011