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" />