Gw Temp

Menu

Tutorial - 'transparent buttons' by Baer

An item about RPGMaker 2000 posted on

Blurb

Creating translucent buttons in TK

Body

This is actually a very simple trick I picked up from Jer1400. All you have to do is set the image, whether it be transparent or translucent, then set an invisable button over it. If you do it right, your code should look something like this:



#setimagetransparent("btn.bmp",20,200,125,30,255,255,255)

#setbutton("",0,20,200,125,30)



And viola. You have a button with a spiffy graphical effect. It works just like a normal button. When you click the image, it really clicks the invisable button over it.