Tordex Community
TLB Skin Question - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar (http://forum.tordex.com/forum-3.html)
+--- Forum: General Discussion (http://forum.tordex.com/forum-8.html)
+--- Thread: TLB Skin Question (/thread-320.html)



- Jayzun - 06-20-2002

How do I make these seperators transparent? Can anyone help me? Thanks a lot.


- Yuri Kobets - 06-21-2002

Code:
[Separators]
Horz = sephorz.bmp, 6, 2 2, Transparent(0xFF00FF)
Vert = sepvert.bmp, 6, 0 0, Transparent(FALSE)
Menu = menuseparator.bmp, 8, 0 0, Transparent(FALSE)

Look on the Transparent(0xFF00FF) this is transparent color. Transparent(FALSE) - no transparent


- Jayzun - 06-21-2002

thanks...I thought the argument was requesting a true/false...and when I put in True nothing happened. Smile