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
I made a game and the player is a ball that falls. How would i make a score based time on how far the ball has move. Or the easiest what to make a score for distance?
Develop games in your browser. Powerful, performant & highly capable.
need more info... what behaviors is your player object using?
bullet behavior has a DistanceTraveled expression...
are you using physics?
you can also use the Distance expression: distance(x1, y1, x2, y2) Calculate distance between to points
You could use distance:
distance(x1, y1, x2, y2) Calculate distance between to points
From this manual page:
https://www.scirra.com/manual/126/system-expressions