Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Im sort of new to construct and I was wondering how to make classes. Fore example if I have a starting page that lets you select mage or warrior how would i make it to where if they chose mage the character sprite would look like a mage and vice versa. <img src="smileys/smiley1.gif" border="0" align="middle" />
I'd use add a global variable called "class" to store what you picked.
Then change to character's animation depending on if the "class" value is "mage" or "warrior".
Develop games in your browser. Powerful, performant & highly capable.
Ahh ty you so much!
<img src="smileys/smiley1.gif" border="0" align="middle" />