I have some image sprites that I'm using as buttons and I want the user to be able to touch these to navigate to a different Layout.
I'm currently using the "On touched object" event, however when I test it on the ipad, it navigates to the next layout before the user lifts their finger. Usually this wouldn't be an issue, however in some of the mini-game layouts I'm navigating to, I have a 'Tap to Begin' set up which gets instantly triggered.
Does anyone have any idea's on how I can avoid this? I'm basically after an 'On touch end' event, but with the ability to get triggered from touching a specific object.
Cheers,
Tom