Answers for "how to teleport a sprite to a new room in game maker studio 2"

0

how to teleport a sprite to a new room in game maker studio 2

TargetRoom = rm_House;//Change this to the room you want to go  
Targetx = 125;//Change this to where you want your player to spawn when he enters the room  
Targety = 125;//Change this to where you want your player to spawn when he enters the room
Posted by: Guest on August-22-2021
0

how to teleport a sprite to a new room in game maker studio 2

room = other.TargetRoom;  
x = other.Targetx;  
y = other.Targety;
Posted by: Guest on August-22-2021

Code answers related to "how to teleport a sprite to a new room in game maker studio 2"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language