View Single Post
12-28-09, 03:26 PM   #7
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
will self:SetAttribute('initial-scale', 1.2) also work for separate frames like this

oUF_Player:SetAttribute('initial-scale', PlayerScale)


or do I have to to use it like this
if unit = player then
self:SetAttribute('initial-scale', PlayerScale)
elseif unit = whatever then
self:SetAttribute('initial-scale', whateverScale)
...

end

Thing is I do NOT want all frames to have to have the same scale.
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."

  Reply With Quote