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
How to do this:
When 300 to 400 score = set animation3 (stars3)
When score of 299 to 200 = set animation2 (stars2)
I tried putting varying comparable
Example: set scorelvl1 => 300
set "scorelvl1 <400
There's a system compare for 'in between values', use that for between 300 and 400, between 200 and 299.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, it worked