Thread: Local to Global
View Single Post
  #6  
Old 05-20-2007, 03:25 PM
godofwarares godofwarares is offline
Webmaster
godofwarares's Avatar
Join Date: Dec 2006
Location: Florida
Posts: 552
godofwarares is on a distinguished road
Send a message via ICQ to godofwarares Send a message via AIM to godofwarares Send a message via MSN to godofwarares Send a message via Yahoo to godofwarares
Quote:
Originally Posted by cbkbud View Post
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(xy)
screeny(xy
They will return the screen position at (x, y).
__________________
What signature? I see no signature?
Reply With Quote