View Single Post
  #6  
Unread 06-03-2010, 01:49 PM
Ray's Avatar
Ray Ray is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Dec 2009
Location: The Netherlands
Posts: 22
Daimon says you cannot skin the XP bar, but you can move the XP bar.

I use the following code to move and resize the XP bar:

Code:
      	
<Element ID="LevelMeter" X="10" Y="161" Width="840" Height="30">
  <Element ID="LevelMeterFill" X="0" Y="24" Width="840" Height="6">
    <Element ID="LevelMeter_BonusMeter" X="0" Y="0" Width="840" Height="6"></Element>
  </Element>
  <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="10" Width="412" Height="10"></Element>
  <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="10" Width="412" Height="10"></Element>
  <Element ID="LevelMeterText" X="10" Y="23" Width="840" Height="10"></Element>
</Element>
Maybe that's what you needed?

Cheers,
Ray
Reply With Quote