Okay I have a new idea for my game. I want to use a single picture as the map (rather than tiles in bitblt). I want this to be a topview but from an angle (sorta like CHASE MODE in action games). Anyone ever play Darksun ? well thats what I mean. I will have the pictures for all of the players and monsters etc. I plan on defining walls and special areas by SECTOR. Like I'd draw a square on the area i want a wall at, and combine this with the bmp map. The sector would be a square with four points, the points being the pixel (X,Y) coords for ease of use. HELP