Like in Starcraft, where your army units stay put even though your view is moving around the map.
I have a static tiled map that I made using Mappy and I can display that fine, I just want my off-screen objects to stay put while I am moving my view around. At the moment everything is drawn relative to my view instead of at a global (x, y) position and I would like to change this but I am not sure how.
Would I need another array aside from the one to create my map? That seems like a terrible idea to me.