Hi there,
I've got a bit of a problem here which I can't seem to be able to solve on my own...
I'm working on a project/game for a smartphone so I'm using the touch object: if the player touches the screen (is in touch), a bullet is fired.
If a player isn't able to finish a level, a text called 'restart' appears. The player will have to touch this text so the level starts again.
Both 'touches', firing the bullet and restarting the level, work.
The problem is that when the player touches the 'restart' text, a bullet is also fired because of the 'is in touch'...
I hope the issue is clear enough?
I've looked through the tutorials, the manual and the forums, but couldn't find anything...
Can anyone help me solve this issue?
Again many thanks in advance!