Quote:
Originally Posted by DJMaze I want to create 3D buttons overlaying eachother but BSPlayer won't let me do that.
example: Code: --------/-------
| Play / Stop |
------/-------- |
Don't know if this works, but you can try:
- In the skin ini file, there's an option to have 'custom' buttons, the first pixel in your bmp file is then the transparent color. That way you can have round buttons for example. Turn this on (i.e. set to 1)
- Edit your Play and Stop button to make it like this:
Code:
--------/
| Play /
------/
and
Code:
/-------
/ Stop |
/--------
Make the rest of your bmp file the transparent color.
Now, the transparent part of your bmp file will not be a button, and maybe this will allow you to use the buttons the way you want it.