I don't need to do any collision checking in my game because its all co-ordinate based movements, i've disabled collision checking on all sprites but when i run in debug mode the games still doing hundreds of checks per tick which increase per sprite object i add so i'm pretty sure its the tile maps. Is there any way to disable them? I can't seem to find it. Ashley