Customization

FrazzleFrazzle Member Posts: 223
edited November -1 in Working with GS (Mac)
Right.In my game there's going to be a character selection screen. something really simple.
just a few buttons to choose which actor I want to play in a level. How would I do this?

Comments

  • gyroscopegyroscope I am here.Member, Sous Chef, PRO Posts: 6,598
    It would involve using a game attribute. When you click on the first one, the attribute would need to be 1; on the second, two, etc.

    Then at the start of your level, your main player's image would need to be replaced with the appropriate image depending on which number it is, using the Change Image Behaviour. That's it in a nutshell; hope it helps.

    ""You are in a maze of twisty passages, all alike." - Zork        temp domain http://spidergriffin.wix.com/alphaghostapps

  • FrazzleFrazzle Member Posts: 223
    It does.Thanks.
Sign In or Register to comment.