Character Selection

I'm on the verge of finishing all the mechanics of my game

But I don't know how to make a character selection mechanism.

The character picks up token. Token at the end of level is character the player can use in next level and each level, the player selects a character.

Anyone got ideas?

Comments

  • ant_ladant_lad Member Posts: 222

    Check Deep Blue Apps, Mostly Creative, GSHelper, GSInvention sites. I know I saw something about character select screens on one or more of those

  • Nate_SNate_S Nate - Pixel Artist - Developer - Graphics Designer Member Posts: 86

    You could have a game integer attribute , and each character that's available has a number assigned to them. When a player selects a certain character change the attribute to that charterer.

    and in your character attribute say,

    If Attribute: Game.Character is (Whatever Number your character is)
    Change image to(Characters Image)

    I think that's what your asking.

    **Nate - Pixel Artist - Developer - Graphics Designer **

Sign In or Register to comment.