Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: LadyFreotasor on Thu 13/06/2019 01:15:47

Title: Character Creation Page
Post by: LadyFreotasor on Thu 13/06/2019 01:15:47
Hey all!  So for my project I want to make it so the player can customize their characters sprite, and as a beginner coder I am not really sure how to go about making this, any suggestions on the best way to go about it?  Thanks in advance!
Title: Re: Character Creation Page
Post by: VampireWombat on Thu 13/06/2019 01:33:43
The simplest way is to create a gui with buttons showing what the character will look like. And code the buttons to change the character view.
Title: Re: Character Creation Page
Post by: LadyFreotasor on Thu 13/06/2019 20:37:26
I must have been staring at things for to long yesturday I didn't even think about that haha, thanks!
Title: Re: Character Creation Page
Post by: dayowlron on Thu 13/06/2019 21:33:46
Keep in mind if there is a lot of different options you will have exponentially a number of different character views to create
Title: Re: Character Creation Page
Post by: LadyFreotasor on Thu 13/06/2019 21:39:19
Oh I am aware but I am okay with that (and will be having it within reason)