hi,
In the math game which iam working when the division result is displaying for some values it is like 0.6666666667 but i want the result only like 0.6 how to stop the float values in construct2
please give me a solution to this
system > left(values.text, 3)
why 3?
first letter is 0, middle is " . ", and last is 6.
Develop games in your browser. Powerful, performant & highly capable.
x=0.666666666
Set text to int(x*10)/10