Quote:
Originally Posted by LeopardDevX
So i found out how to get the enemies collidable...
But when i speed up my enemy spawn timer... and move timer..
to make more enemies show up and go faster.. if i collide with them when there speeded up..
The app crashes...
Any ideas???

|
Nothing special about collision that should cause crashes. Is there an error message in the console?
Use NSLog messages or breakpoints and the debugger to figure out what line it's crashing on. That should give you a clue what the problem is. You should also run instruments to see if you're using too much memory- that will crash the app too.