It's cool that you figured that out. I guess the other option would have been to freeze the score at 999,999.
Thanks! Here you go:
Runner.instance_.distanceRan = 39999960 Runner.instance_.currentSpeed = 0
and you can set the high score
Runner.instance_.distanceMeter.setHighScore(39999960)
if you set distanceRan = 999 999 its not tha same.. so I calculated the ratio aprox 40*999999 = 39999960 this is working..
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
It's cool that you figured that out. I guess the other option would have been to freeze the score at 999,999.
Thanks! Here you go:

and you can set the high score
if you set distanceRan = 999 999 its not tha same.. so I calculated the ratio aprox 40*999999 = 39999960 this is working..