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...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Katae on the 22nd of Nov 2009 07:42:59 AM Download | Raw | Embed | Report
  1. {       name = "StatContainer",
  2.         anchor_to = "TOP",
  3.         x_off = 0, y_off = -20,
  4.         width = 480, height = 20,
  5.         bg_alpha = 0,
  6.         OnLoad = function(self) self:SetAlpha(0) end,
  7.         OnEnter = function(self) self:SetAlpha(1) end,
  8.         OnLeave = function(self)
  9.          if not strmatch(GetMouseFocus():GetName(),"^LP_") then
  10.                 self:SetAlpha(0)
  11.          end
  12.         end,
  13. },
  14. {       name = "BoxL", parent = "StatContainer",
  15.         anchor_to = "LEFT",
  16.         width = "50%", height = "100%",
  17.         gradient = "H",
  18.         bg_color = "CLASS", gradient_color = "CLASS",
  19.         bg_alpha = 0, gradient_alpha = 0.2,
  20. },     
  21. {       name = "BoxR", parent = "StatContainer",
  22.         anchor_to = "RIGHT",
  23.         width = "50%", height = "100%",
  24.         gradient = "H",
  25.         bg_color = "CLASS", gradient_color = "CLASS",
  26.         bg_alpha = 0.2, gradient_alpha = 0,
  27. },
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: