View Full Version : Thinger icons, etc
drwho9437
8th November 2001, 05:11
I wish to make the thinger icon something other than the standard green. I noticed in Sonic Amp that they were another color thus it can be done my question is how?
Also, How do I make a button to call the thinger window instead of by menu? Sonic amp does this too. I quickly looked at the XML and scripts but did not see the answers.
Riksruin
8th November 2001, 09:10
This is the code to change the colour of the thinger icons
you can also change the gamma levels of buttons and backgrounds
you can have as many of these in your skin and the user will be able to selectr them using the color component in the thinger,
have a look using the default skin
<!-- Gamma sets -->
<gammaset id="Default">
<gammagroup id="Backgrounds" value="0,0,0"/>
<gammagroup id="Buttons" value="0,0,0"/>
<gammagroup id="Thinger icons" value="0,0,4096"/>
</gammaset>
toggle the thinger using this code
<button
id="Thinger"
action="TOGGLE" param="thinger"
x="242" y="83"
image="player.button.about"
downImage="player.button.about.pressed"
tooltip="Thinger"
/>
obviously change the images to what you want them, and the co-ords
drwho9437
8th November 2001, 22:53
Thanks as you can tell in my main post I got it working now. Thanks again.
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.