Thread: XP Bar Problem
View Single Post
  #1  
Unread 08-05-2011, 10:50 AM
ShetiPhian ShetiPhian is offline
The Wary
 
Join Date: Aug 2011
Posts: 1
XP Bar Problem



Maybe someone can help with this.

As seen in the top picture;
The bar turns brown on the right side if there is rested xp available

In the middle picture;
The bar is correct even with rested xp
you can also see I've already re-sized the glass overlay to fit the smaller bar

Bottom picture;
Shows without rested xp the bar is correct.


Code:
<Element ID="LevelMeter"                         			X="15"  Y="12"  Width="621" Height="13">
	<Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" 	X="6"	Y="1"	Width="609" Height="11"> </Element>
	<Element ID="ToolbarButton_RestXP_TutorialHighlight" 		X="0" 	Y="0"	Width="621" Height="13"> </Element>
	<Element ID="LevelMeterFill"                            	X="6"   Y="1" 	Width="609" Height="11">
		<Element ID="LevelMeter_BonusMeter"                     X="0"   Y="0"	Width="609" Height="11"> </Element>
	</Element>
	<Element ID="ToolbarButton_LevelUpXP_TutorialHighlight"    	x="0"   Y="0"   Width="621" Height="13"> </Element>
	<Element ID="ToolbarButton_Experience_TutorialHighlight"	X="0"   Y="0"   Width="621" Height="13"> </Element>
	<Element ID="LevelMeterText"                                    X="0"   Y="0"   Width="621" Height="13"> </Element>
</Element>
Reply With Quote