View Single Post
11-14-10, 01:46 PM   #19
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Originally Posted by iradex View Post
It helped Worked! Btw, i tried to do the effect that Led want, and when i reload, my bar still all black.
So, you set the opacity of the backdrop to 0%, and the opacity of the bar to 100%? By the way, the options I'm referring to are the ones in Player/Target/Whatever>Heath/Power Bar. What you are trying to do is remove any color aside from the Deficit health. That way, it is all pretty and transparent, except for the health you are missing. Does that work? Also, did you leave
Code:
bg:SetBackdropColor(0, 0, 0, .4)
the same? The little .4 at the end is what sets the alpha, and the 0's are the color.

NOTE: The reason that you have to reload the UI after any changes is because when you enter config mode OR make a change to a statusbar, it layers a second transparent layer on top of the current one, making it darker. Eventually, after enough changes, it will just be solid black. Just fyi
__________________

Last edited by Zagrei : 11-14-10 at 01:48 PM.
  Reply With Quote