Okay, I am trying to make an app for the iPhone that I wrote in Java to the iPhone, but I need some help.
My questions are where do I put the code, in which set of .h and .m files, and the other question is what are the ObjC equivalents of:
creating images,
moving images,
detecting collisions,
pausing and
playing sound.
I just want to draw a image rect on the screen, move it with my finger, and when it intersects with another object play a sound. And have some other objects move around the screen as well.
Thanks!
Is there a tutorial out there that I couldn't find? (I did find the one for breakout that uses Box2D and Cocos2D but I don't want to use the Box2D and Cocos2D frameworks)
My questions are where do I put the code, in which set of .h and .m files, and the other question is what are the ObjC equivalents of:
creating images,
moving images,
detecting collisions,
pausing and
playing sound.
I just want to draw a image rect on the screen, move it with my finger, and when it intersects with another object play a sound. And have some other objects move around the screen as well.
Thanks!
Is there a tutorial out there that I couldn't find? (I did find the one for breakout that uses Box2D and Cocos2D but I don't want to use the Box2D and Cocos2D frameworks)