http://www.planetcricket.org/forums/showpost.php?p=106769.bharat said:Good info there.I want to know about transparancy.i.e how to make the tga image appear semi transparant in-game.
Also you can use config editor to find the hex color values Tools-->Colorsunsamrat1980 said:you can check the below link for viewing the color corresponding to hex value
<TextButton ID = "100"
BgColor = "fffffffff"
Color = "ffffffff"
Font = "font1"
FontSize = "12"
xPos = "050"
yPos = "240"
Width = "128"
Height = "128"
Depth = "5.000000"
Text = ""
Texture = "b_aus"
UpID = "155"
DownID = "155"
RightID = "155"
LeftID = "155"
Justify = "0"
>
</TextButton >
<TextButton ID = "200"
BgColor = "fffffffff"
Color = "ffffffff"
Font = "font1"
FontSize = "12"
xPos = "420"
yPos = "180"
Width = "128"
Height = "128"
Depth = "6.000000"
Text = ""
Texture = "b_aus"
UpID = "155"
DownID = "155"
RightID = "155"
LeftID = "155"
Justify = "0"
>
</TextButton >
bharat said:The probelm is that it is static,i.e it shows only Australia logo,it does not change.What should be done so that it not static?
I don't think anyone managed to do that...sohummisra said:Sorry if this question has been asked before, but how do you remove the shadows from under the text?