Thread Tools Display Modes
Prev Previous Post   Next Post Next
02-19-11, 07:26 AM   #1
iradex
A Cyclonian
Join Date: Nov 2009
Posts: 43
Headline transparency

Hello guys, well, i'm using

Code:
local bg = CreateFrame("Frame", nil, f)
bg:SetBackdrop({
        bgFile = 'Interface\\ChatFrame\\ChatFrameBackground',
	edgeFile = 'Interface\\ChatFrame\\ChatFrameBackground',
	edgeSize = 1,
})
bg:SetBackdropColor(0, 0, 0, .4)
bg:SetBackdropBorderColor(0, 0, 0)
bg:SetFrameLevel(0)
bg:SetPoint("TOPLEFT", f, -1, 1)
bg:SetPoint("BOTTOMRIGHT", f, 1, -1)
on Stuf Unit Frames and Acb_castbar to set it transparency, and i'm trying to use it on Headline, buti can't find where to put the code, and the frame name. Need some help
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Headline transparency


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off