I had the same question 7 years ago, and also tried using globaltolocalcoords without understanding what it does. Quoting:
Quote:
Originally Posted by godofwarares
If I understand, You want to change the level coordinates to screen coordinates. To do this:
PHP Code:
screenx(x, y) screeny(x, y)
They will return the screen position at (x, y).
|