how to change character (visual only) atributes the same

slevslev Member Posts: 99
edited November -1 in Working with GS (Mac)
i have three characters i want to be able to let the user choose which one to play with its just a visual thing all the atributes are the same how would i add this into my game

Comments

  • ChaserChaser Member Posts: 1,453
    Set global attribute integer character select 0 Then at actor select screen place the 3 different actor images to choose from. In each when touch is pressed change attribute character select to 1 if touched the first , set to 2 if touched the second, 3 if touched the third.
    Then in main player actor if character select is 1 change image to match choice 1. If 2 change image to match 2 and so on to 3.
    If your character is animated then a little more effort but same principle
  • GreaterCampbellGreaterCampbell Member Posts: 5
    I too am working on a character select screen - but my characters will have different attributes. I am new and not really sure how to change or find "global attribute integer character." Any help would be awesome thanks!
Sign In or Register to comment.