change character, same escene

antonio15020antonio15020 Member Posts: 50
edited November -1 in Working with GS (Mac)
Hi, i have more than one year in this forum, but for work could not practice in gamesalad, so you could say I'm a rookie, well I have a problem in my menu I have 5 characters, what I can do to the user can choose the character want to use? in other words I just want change the character and use the same scene.

sorry for my english, my language is spansh.

thanks for everything

Comments

  • hotMagichotMagic Member, PRO Posts: 266
    You need some sort of variable to track the character. Like, if 1, use this guy. If 2, use that guy.
    When you click on the character in the menu, change the variable to the proper number.

    When your level starts, spawn the proper character as the player based on the number. This is usually done by having a small "manager" object, which says "if character variable is 2, spawn character 2" and so on.
  • antonio15020antonio15020 Member Posts: 50
    Thank you
Sign In or Register to comment.