Help Me Please!! I'm going crazy!!

I'm trying to make a winamp skin with skinnertoo but I can't keep the corners from showing up. The corners of the skin I want to make are round but no matter what I do they keep showing up in the final product (not transparent like they should be). Anyone have an idea what I might be doing wrong?
1,766 views 3 replies
Reply #1 Top
I'm guessing it's a winamp v 2.x skin? To do transparency, you have to define the transparent region manually by defining the regions of transparency. It's a hassle, but....

Here is an example of a region.txt file I did for my wa skin: the numpoints is how many areas you are defining and the points list is in x,y form.

[Normal]
NumPoints=12,
PointList=2,0, 221,0, 221,1, 222,1, 222,2, 275,2, 275,116, 0, 116, 0,2, 1,2, 1,1, 2,1

[WindowShade]
NumPoints=17,
PointList=2,0, 274,0, 274,1, 275,1, 275,13, 274,13, 274,14, 2,14, 2,13, 1,13, 1,12, 0,12, 0,2, 1,2, 1,1, 2,1, 2,0,

[Equalizer]
NumPoints=12,
PointList=2,0, 221,0, 221,1, 222,1, 222,2, 275,2, 275,116, 0, 116, 0,2, 1,2, 1,1, 2,1

[equalizerWS]
NumPoints=17,
PointList=2,0, 274,0, 274,1, 275,1, 275,13, 274,13, 274,14, 2,14, 2,13, 1,13, 1,12, 0,12, 0,2, 1,2, 1,1, 2,1, 2,0,

[Playlist]
NumPoints=12,
PointList=2,0, 221,0, 221,1, 222,1, 222,2, 275,2, 275,116, 0, 116, 0,2, 1,2, 1,1, 2,1


Posted via WinCustomize Browser/Stardock Central
Reply #2 Top
Thanks loads werewolf!