Chupup Games Posted March 8, 2014 Share Posted March 8, 2014 I have a game where the user needs to touch to play, when the player loses it goes back to the main screen, where the player needs to touch again for the game starts. I delete the touch event when the player loses and create it new for the setup ofthe main screen. Anyway, if you click fast in the game the event "falls through" to the main screen. How can i prevent this? I tried with timeout, but this gives me more crazy results. Quote Link to comment Share on other sites More sharing options...
Victor Posted March 8, 2014 Share Posted March 8, 2014 Can't you put a "Game Over" screen?Show "Game Over", with a little animation (1 second) and then, activate the click event. So the player stops touching. Or put a Start button of the main scrren in a different place so if the player is touching, it doesn't activate. Quote Link to comment Share on other sites More sharing options...
Chupup Games Posted March 8, 2014 Author Share Posted March 8, 2014 Yes, i think i will go with a start button. Thanks man Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.