how to make a scene won as angry birds
santigrabi
Member Posts: 22
I want to win my scene to win it like this angry bird,
I want to win my scene to win it like this angry bird,
Comments
Are you asking how to make that art? Or code to pop up this?
You can make the art in any illustration editor.
Then spawn it when your game is over.
Usually a global attribute "game over" Boolean.
Then rule in one of the actors " if attribute "game over" true
Spawn the game over actor........
It's a good idea to include a question when you create a new thread. Otherwise, we don't know what to help you with.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Depending on if you want the actors to move or not when the game is over it may be a good idea to make a game playing Boolean. Then place all the actor attributes inside of a if game playing is true rule. That way it can pause when the game is over.