I made a list and populated the fields with:
How do I make the dropdown functional so when item 0 is picked the the layout changes to Layout 1
when item 3 is picked the layout would change to Layout 4 etc.
Put your Dropdown list in Global Layer which you create for all layouts.
Ex: Layer named "dropdown list"
Then when dropdown list changed, go to layout by index of list + 1.
Or by the name of your selected item in the list
Develop games in your browser. Powerful, performant & highly capable.
Thanks Maverick,
Figured out how to use the "Selected item text" and that works fine.
So if "Selected item text" = "Layout 1" / SYSTEM goto Layout 1