View Single Post
11-17-10, 06:47 AM   #56
Zagrei
A Cobalt Mageweaver
 
Zagrei's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2009
Posts: 246
Originally Posted by Led ++ View Post
Hej Zag, I got the raidframes working but I have a tiny problem. It seems the out of range fading etc doesn't work anymore. But I neeeeeeedz it.
It may be because you are hard-setting the alpha with that backdrop command. Try changing this line
Code:
bg:SetBackdropColor(0, 0, 0, .4)
to this
Code:
bg:SetBackdropColor(0, 0, 0, 1)
and then find a way to make the opacity look the same through the StufRaid options panel. I personally don't use range fading, which is why I didn't notice :P
__________________
  Reply With Quote