Quote:
Originally Posted by cbkbud
Oh, I see what you're saying. I was thinking it was for converting the level x and y to global.
Okay, well are there any ways to do this?
|
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).