How do you have a new game/continue screen to load to the last scene?
LoungeGames
Member Posts: 86
I have looked at tutorials to load attributes, but I have not been able to find one to go to the last level. What attributes can I use to save and load a scene? I know that you cannot see the save feature in Creator, but I need to know what will work.
Best Answer
-
tatiang Posts: 11,949Yes, a separate rule for each scene. If you want the scene to change when a goal is scored, then yes that's where you'd save and then change the scene.
So part of learning GameSalad is just that... learning GameSalad. While I could tell you what to do step by step it would probably take me a while and I'd feel compelled to charge you for my time. What I prefer to do is to give you suggestions and then have you post what you tried and what worked/didn't work. Then I -- and others here -- can help move you along when you get stuck.
If you'd rather have someone build the app for you or make a tutorial video, send me a private message and we can work something out.New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Answers
adding the save attribute will allow you to save the current level for example level (3)
whenever you start the game you should call the saved attribute, and use if rule to go to the scene accordingly , so if (saved attribute is 3) go to scene 3 .
if you need more explanation let me know.
You can, of course, do this with numbers instead of text. I just like to be able to see the names of the scenes within my rules.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
You can't reference a scene by name or number, but you can set up rules based on the value of an attribute: When game.sceneToGoTo is 2 --> Change Scene [level 2 scene name]
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User