Recent Posts
Python | 38 sec ago
C++ | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
ASM (NASM) | 2 min ago
Python | 2 min ago
JavaScript | 2 min ago
None | 2 min ago
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Katae on the 22nd of Nov 2009 07:42:59 AM
Download |
Raw |
Embed |
Report
{ 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.
[ previous version ] | [ difference ] | Make A New Post