Greetings,
I have a small mini-map displayed in my level in the corner of the screen. The .bmap for the mini-map is half the size (in pixels) of the .bmap used to create the level (i.e. the mini-map dimensions are 1024x1024 while the map used to create the level is 2048x2048)...
When I "scroll" around the level by moving the cursor to the edges of the main level I'd like the image in the mini-map to scroll concurrently as well...I'm not sure how to go about this? I know how to actually move the mini-map, that's no problem, the issue is to ensure the mini-map displays the same location on the map as the main level does. Any suggestions please?
Thanks in advance...