Quote:
Originally Posted by Exaviorn
Would you know how to put an individual score on a "rock" so it takes e.g:5 taps on one 'rock" to remove the rock view?
Thanks
|
At that point you can no longer have an array of UIViews - you should probably make your own "Rock" class that inherits from NSObject and has a pointer to a UIImageView, along with a counter for the score or hit points or velocity or angle or whatever else you need.