Thread: Button overlay
View Single Post
  #3 (permalink)  
Old 25th August 2003
ZanderZ ZanderZ is offline
Member
BS.player Regular User
 
Join Date: Jun 2003
Location: Groningen, The Netherlands
Posts: 68
Rep Power: 0
ZanderZ is an unknown quantity at this point
Default Re: Button overlay

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.
__________________
Creator of BadFellas, a free online mafia game: http://www.badfellas.org
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20