Hey,
is there any way to divide a positive or negative value through a number, while always keeping the prefix?
Many thanks :)
Develop games in your browser. Powerful, performant & highly capable.
Could you use the abs() function on the divisor?
works :)
many thanks!