Hi all,
In my game i am using Groups for the objects. same group objects will not collide. Previously i didn't use groups, i wrote all the collision functions to all objects. I think after using the groups no need to write collision functions to avoid the collision between the objects in the same group.
Now the problem is after using the groups also, the game performance same as previous (with-out groups).
what i have to do, to avoid performance issues and to increase the frame rate of my game.
plz suggest
thanks
sudheer