Character create problem
Hello,
I try to make my first game,RPG.
I got problem I can't solve right now:
1 scene-NEW GAME LOAD GAME.if u click on NEW GAME it takes you to -
2 scene- 4 ellipses empty-if you click under one of them it takes you to -
3 scene,where you create you character,change hair,shirt,skin tone etc. and name it.when you click DONE it takes you to -
2 scene where you have on top of first of ellipses you character.when you click him it takes you in game(city)..
The problem is- how to make :if you not created already character,you click there and it takes you to creation scene..if you made him-you see the character and if click it takes you to "city scene"..
I new,and thinking about layers direction..but not sure if this is the solution,and if it's best solution..
And more question,I use gamesalad of PC version and when watch YouTube tutorials they in Mac version..it (form me) a lot more easier looks than pc version(attributes,rules..).
pc have all futures that Mac have?
Is it worth to look how to run Mac version on PC or it will lag?
Thanks for reading and wait for answers..
Comments
Create a boolean attribute called something like game.createdCharacter. Set it to false (unchecked) to begin with. After the player creates a character, change the value of the attribute to true. Use that attribute as a rule condition to determine which scene to go to.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks a lot for answering,I will try..