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
Hello!
Can you tell me if i can set my score on a time system,so every 0.1 seconds of being alive you are awarded 10 point or something like that?
thanks you! <img src="smileys/smiley1.gif" border="0" align="middle" />
greenavis.com
Develop games in your browser. Powerful, performant & highly capable.
You can use a system condition "Every 0.1 second" and an action "Add 10 to " a global variable that you'd name "Score".
Look in the manual for informations on those conditions/actions.