“So teleportieren Sie ein Sprite in einen neuen Raum im Spiel Maker Studio 2” Code-Antworten

So teleportieren Sie ein Sprite in einen neuen Raum im Spiel 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  
Easy Eel

So teleportieren Sie ein Sprite in einen neuen Raum im Spiel Maker Studio 2

room = other.TargetRoom;  
x = other.Targetx;  
y = other.Targety;
Easy Eel

Ähnliche Antworten wie “So teleportieren Sie ein Sprite in einen neuen Raum im Spiel Maker Studio 2”

Fragen ähnlich wie “So teleportieren Sie ein Sprite in einen neuen Raum im Spiel Maker Studio 2”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen