I am making a game, and i add a flag and i wanted that if a player touch the flag, it will teleport to another level.
i dont know how to so can anyone help me
I am making a game, and i add a flag and i wanted that if a player touch the flag, it will teleport to another level.
i dont know how to so can anyone help me
i know it kinda like super mario.
Add a text variable to the flag object that holds the name of the scene to teleport to and use that in the open a new scene action.
For example, say the flag object has a variable named target_level
, then use it like:
thank you for the suggestion, thanks for helping me out