I have a gameover screen with 3 buttons - replay, highscores, back. The screen is one big png, so in fact there are no buttons, it's just one picture.
Can I capture where on the sprite the user touched (something like in this html example, but with touch control)?
Is there any impact on performance creating 3 transparent sprites over those button areas or is there a workaround which could be done with just events?