Posted by Katae on Sun 22 Nov 07:43 (modification of post by Katae view diff)
report abuse | download | new post
- { name = "StatContainer",
- anchor_to = "TOP",
- x_off = 0, y_off = -20,
- width = 480, height = 20,
- bg_alpha = 0,
- OnLoad = function(self) self:SetAlpha(0) end,
- OnEnter = function(self) self:SetAlpha(1) end,
- OnLeave = function(self)
- if not strmatch(GetMouseFocus():GetName(),"^LP_") then
- self:SetAlpha(0)
- end
- end,
- },
- { name = "BoxL", parent = "StatContainer",
- anchor_to = "LEFT",
- width = "50%", height = "100%",
- gradient = "H",
- bg_color = "CLASS", gradient_color = "CLASS",
- bg_alpha = 0, gradient_alpha = 0.2,
- },
- { name = "BoxR", parent = "StatContainer",
- anchor_to = "RIGHT",
- width = "50%", height = "100%",
- gradient = "H",
- bg_color = "CLASS", gradient_color = "CLASS",
- bg_alpha = 0.2, gradient_alpha = 0,
- },
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.