Hi all,
I'm working on a game that's a loose homage to Star Control 2 and I'm having some trouble getting the zoom and scroll functions to feel right. Star Control II uses an odd kind of zoom where when the two players get far enough away from each other, they switch positions on the screen. I'm okay using a more traditional screenwrap, but I'm running into two problems:
1. Getting screenwrap to look okay with the scale function I'm using -- right now, the screen zooms out so that rather than appearing to exit off one side of the screen and reappear on the other, a ship leaving one edge of the layout simply seems to disappear in the middle of space then reappear on the other side.
2. Integrating scroll with a HUD/overlay. SCII has a simple interface that displays on one side of the screen, showing ship stats and character images. My problem is that I can't figure out how to treat that area of the screen as the edge of the window for the purposes of zooming/scrolling.
Would very much appreciate any assistance with either of these issues, thanks in advance! Here's a link to a .capx, the scroll code is at the top of the only included event sheet: dropbox.com/s/uz30y5im6nqciv9/spaceoffscrolltest.capx