How do I make a new level/scene?
Ayolabi12345
Member Posts: 30
How do I make a new level or scene that would work like so:
- The character goes to door/object
- New level
- Repeat
Also, how do I make a pause and menu
Comments
You would create a rule that says If actor [character] collides with actor [door], Change Scene [new level]. Now the repeat part is interesting because you either need to set up each scene the way I've described or you need to make the entire game a single scene and just reset the character's position and a few attribute values to "reset" the level each time.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thanks
But how about a pause menu how do I do that?
Google pause gamesalad and check out the Videos tab.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Thank you a lot