room1 --> room2

S

seojaeoh

Guest
The room_goto function is the same as the room_restart function.
Is the room_goto function the same as going backwards? Or is it a restart like the new game?
 
E

Edwin

Guest
What questions are that?

room_goto() changes the room to another.
room_restart() restarts the current room, but don't restarts the game. game_restart() does.
 
Last edited:

samspade

Member
The room_goto function is the same as the room_restart function.
Is the room_goto function the same as going backwards? Or is it a restart like the new game?
These are also great questions for the manual. Basically any time you want to know what a function does the first step should be the manual. You can also middle mouse click functions in game maker to open the manual as well.

https://docs2.yoyogames.com/source/_build/index.html
 
Top