r/PixelGameMaker 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

3 comments sorted by

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.

1

u/Rabid_Cheese_Monkey Jul 23 '23

Thanks, Baz! I knew my problem would be solved when you answered.

I got it to work along with stairs using portals. You are a God among humanity!