01-01-2007, 03:00 AM
yeah that's where i was having the problem. Since the x/y aren't sent to the blt, because it isn't constantly redrawn it didn't work. My though though, was to expand the drawing area if the map had a west/east/north/south etc. and then just start the blt from there (e.g., if it has a west then the drawing size would be from -17 to 15... maps are 16 [0 to 15] tiles wide), then just draw that area and have it scroll anyways. It might work, but i just thought about it this morning and haven't bothered to try it yet.