Quote:
Originally Posted by Sesa
I dont konw what is wrong, the console dosn't say Collision, when the Falling image hit the Elephant?
|
Are you using objectsArray, or meteorArray like you had in the other code? I would log the contents of the array at the start of this method to make sure that (1) the method is really getting called and (2) objectsArray has some items in it.
What does this output?
Code:
NSLog(@"objectsArray is:",objectsArray);