View Single Post
  #1  
Old 08-31-2007, 03:54 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
The Exact Center

I've had a LOT of different people tell me different ways to get the exact center of the player. Now, of all that I've heard I know it's either one of two ways:

PHP Code:
temp.centerx player.1.5;
temp.centery player.2
Or....

PHP Code:
temp.centerx player.0.5;
temp.centery player.1.5

Which is it, this has confused me for so long...?
__________________
Stan.
Reply With Quote