Quote:
Originally Posted by scalya
I would like to tap a grafic on the screen and to receive 1 point therefore (my score).
Can anybody help me?
Thank you very much.
|
Hi,
I would make the image a custom button.
You can control when the button is visible or not:
[myButton setHidden:YES];
[myButton setHidden:NO];
Then, I would have the IBAction (assuming you are using I.B.)
associated with that button increment the score by one point.
You can add a timer element and have the button "appear" for a preset
time before it is hidden again.