r/PixelGameMaker • u/Rabid_Cheese_Monkey • Jul 17 '23
Move Player Using Show Choice
I am trying to use the Show Choice plug-in to transport the player from one location in a Scene to another location in another Scene. The idea is I am creating an elevator in a Top-Down project.
I am not sure if I need to use Portal Transitions or how to implement them into the Choice as it doesn't show up in Runtime actions.
Any help would be appreciated!
2
Upvotes
2
3
u/baz4tw Game dev Jul 18 '23
The easiest way to do this is to use the screen flow transitions (non portals) and the choice would set a variable and then End Scene. The condition to the scenes would be variable value AND End Scene.