• 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!

GML Create Camera in different rooms ?

R

Roven

Guest
Hey Everyone,
Right now i got an extra code for each room that manages the window..camera(view) and stuff.

Now im Working on ONE Code that manages all of that.
Using a For loop to calculate the ideal with.. and adjust it before i enter a room
Probably when im in room 2 adjusting room 1 and 3 ( or all rooms i can jump to)

My Question is: Can i create a camera in room 3 when im in room 1 ??
And if so which code do i need to use ?

I would like to load the "Window" Properties before i jump into a room..

Thanks in Advance
-Roven
 
Top