scenes being picked at random - is it possible?
Lokitoes
Member, PRO Posts: 187
Is it possible to create a GS game where the initial opening scene, and indeed any subsequent scene, is always picked randomly (by GS) from all the available scenes in the game? So basically where the game begins, and goes, is by chance? I notice the 'change scene' behaviour only gives you a selection of the scenes, not an expression window.
Comments
In the latest builds the "Change Scene" behaviour can reference a scene by index through an expression window. @Unicorny
MESSAGING, X-PLATFORM LEADERBOARDS, OFFLINE-TIMER, ANALYTICS and BACK-END CONTROL for your GameSalad projects
www.APPFORMATIVE.com
anything is possible with the right logic.
generate a random number to an attribute
rules
if attribute = 1
goto scene 1
else
attribute = 2
goto scene 2
and so on and so on.
lots of copy and pasting.
I just added a section to the FAQ to explain the Release Candidate and other builds that are available: http://forums.gamesalad.com/discussion/66768/forum-faq?new=1#variousbuilds
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User