that I saw in an older post, but it did not work for me.
I want to get the distance between two points on the screen. It is not strictly necessary to solve the problem I'm working on now, but it could be a useful tool for the future.
Allanon wrote:Unfortunately I don't get this one to work either, and don't seem to find any descriptions of math functions anywhere.
I am using the 76.1 version of RF (latest stable). Is this possibly something implemented in the 78.0 version (beta)?
That code was from the Math Class in version 78.0, I think you will need to write your own square root function using the Simkin Script Syntax for earlier versions of RF. Maybe something like this:
Allanon wrote:
---
That code was from the Math Class in version 78.0, I think you will need to write your own square root function using the Simkin Script Syntax for earlier versions of RF. Maybe something like this:
---