Hi to all,
I am new to cocos2D and have a little experience in XCode. I am going to develop a simple game for learning purpose.
I have made a simple ball in my application and I wish the boll to have the ability to collide on all sides of iPhone screen and it will return towards its normal after colliding and if we tap it it will be destroyed and the game will finish and if we do not tap it, it will carry on colliding on all sides and will return to its normal.
My question is can we get a normal in this situation of collision with any built in functionality or we will have to create this directional normal with code???
thanks in advance
cocosboy