What do you have to do to get rid of empty pointers when you move to another level.
Empty pointer in main; camera.x = ball.x-700 camera.y = ball.y-120 camera.z = ball.z- 900 player.x = camera.x + 900 and so forth. the level loads but i get all these empty pointer messages on the way.