how to make a scene won as angry birds

I want to win my scene to win it like this angry bird,

Comments

  • GnarlyGnarly canadaMember Posts: 840

    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........

  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949

    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

  • RCT_GamesRCT_Games Member, PRO Posts: 97

    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.

Sign In or Register to comment.