Can I select a SCENE to go to, by reading from a table, rather than the Change Scene drop-down-box?
Hymloe
Member Posts: 1,653
I've got a table with a whole bunch of level data that I am reading in, for displaying on my menu select screen, and for setting up the level attributes when the player presses the "PLAY" button.
I want to be able to load a scene based on the name from a cell on a table. This would save me from having to use a whole bunch of nested Rules and ID numbers, which is harder to manage, and starts to get out of hand the more levels I put in.
I want to have the names of my Scenes in a column, and when the player hits the "PLAY" button, the button would use an expression to load the scene using the name from the appropriate row.
Is there a way I can do that? If not... I'd suggest the functionality be added to Game Salad to be able to use an expression to select which scene to go to, rather than the "dumb" Change Scene drop-down-box.
- Murray
I want to be able to load a scene based on the name from a cell on a table. This would save me from having to use a whole bunch of nested Rules and ID numbers, which is harder to manage, and starts to get out of hand the more levels I put in.
I want to have the names of my Scenes in a column, and when the player hits the "PLAY" button, the button would use an expression to load the scene using the name from the appropriate row.
Is there a way I can do that? If not... I'd suggest the functionality be added to Game Salad to be able to use an expression to select which scene to go to, rather than the "dumb" Change Scene drop-down-box.
- Murray
Comments
Drop down boxes would be great if expressions could be added.
Probably not something people would use as commonly as Play Sound and Load Scene, but it'd certainly be wonderful for your case there!