View Single Post
05-12-11, 05:54 AM   #315
Nitedeamon
A Defias Bandit
Join Date: Oct 2008
Posts: 2
Originally Posted by Melikae View Post
I did that with some panels, code for one panel, which is just a black shadowy bar at the bottom of my screen getting more translucent to the top:
Code:
		bg_color = "0,0,0",	gradient_color = "0,0,0",
		bg_alpha = 0.8,		gradient_alpha = 0,
So I guess setting the gradient_alpha to 0 let's the panel fade out in the direction of the gradient (for a panel anchored to the BOTTOM this would then be top).

Switching around the gradient_alpha and bg_alpha should then switch the fading to top-to-bottom...
Thanks a ton for this, worked like a charm....heres a picture of the final product.

  Reply With Quote