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