Rounding question

how to round a number to display it in the text object? I use a abs() function, but it didn’t work.

1 Like

Here is a list of the math functions availables: http://wiki.compilgames.net/doku.php/gdevelop/documentation/manual/edit_expr#functions

You can round with int, floor, ceil. I think there is a missing round function too :slight_smile: