View Single Post
  #11  
Old 04-04-2012, 05:01 AM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
Quote:
Originally Posted by Hezzy002 View Post
It looks like he wants it centered, though, so he'd have to do something more akin to:

screenwidth / 2 - width_of_hpbar / 2
simplify!

x = (screenwidth - IMG_WIDTH) / 2;

That's all :P

If you want it to be to the right then wrap that in quotes then + (whatever offset from center). Also make sure to re set values when the screen is resized.
__________________
Deep into the Darkness peering...
Reply With Quote