View Single Post
11-26-08, 04:49 PM   #5
GOSYDELIX
A Flamescale Wyrmkin
 
GOSYDELIX's Avatar
Join Date: Feb 2007
Posts: 120
I've been messing around with the Lua since i had notepad++ and i've done great so far got everything in the place i want but there is one thing i'm wondering about, isn't there any "code" text to make the width bigger/smaller?

I can only see this :
Code:
if(unit == 'player') then

	 self.Health:SetHeight(25)
        self.Health.text:SetPoint('RIGHT' ,self.Health, -2, 6)  
        self.Name:SetPoint('LEFT', self.Health, 2, 6)
        self.Power:SetHeight(6)
        self.Power.text:Show()
Is it possible to add :

Code:
self.Health:Width(xx)
self.Power:Width(xx)
?
__________________
  Reply With Quote