• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Legacy GM Seamless scrolling from one room to another?

R

Roger Robertson

Guest
Hello,

Does anyone have any suggestions on scrolling from one room to another while still playing the game.

Here's what I want to achieve: room one with part of a maze, when scrolling toward a side a random room is selected to scroll into it without pausing the game. like show part of two rooms at the same time.

I feel Views is the way to go with maybe tiles

Any help is appreciated.

-R
 

jo-thijs

Member
There are many ways to deal with this, none of them really convincing.

In your case, I wouldn't bother having your game run "over multiple rooms",
but you should rather create a script that you can run in the room creation code of a room
to get a code that generates every object in the room.

When you need to load that room, you just simply execute that code.
 
Top