Closed hubatish closed 11 years ago
This one is probably important, especially in the long term. ie, it should be done before game launches. Also, could be fairly difficult. Likely requires use of views which could change things in regard to mouse position, screen resolution, etc. Good approach is probably to look up tutorial for adding scrolling view gamemaker. Add a view, and put some code dealing with germ leaving the region to force movement in germ object. Or maybe I can fake view by continuing the move everything around player thing, but only when outside the square of free movement.
Right, problem with views is also the moving everything else not character let me get away with an infinitely repeating room. Essentially need to develop 'camera' script. Camera should also 'catch up' to character to try to keep him in center, maybe? For now just move camera when trying to move outside the square.
Let Germ wander around in a square, but when reach edge of squares move view.