Game Development Community

Help... Need to change skin/looks of default gui button

by fossilnite · in Torque Game Engine · 01/12/2012 (3:11 am) · 2 replies

Hi all... First thanks for reading this.

Okay I am a complete noob at this kind of stuff... So please bear with me.

1)I need to change my gui(F10) button or rather create a new button with a different skin.. When i create a new GuiButtonCtrl i cant seem to find the skin button....or image or something like that...I need to change its default looks. ><

2)Is it possible to add animations to the gui(mainMenu)? :-(
......
Please.... Any kind soul out there willing to save my spirit? ( _ _ )
- '

#1
01/12/2012 (9:59 am)
Look at the control definition for the button, then look up the profile that it points to.

Button animations will require some additional source code modding depending on the type of animation you desire. Out of the box you can do basic image change when you hover over and/or press the button - mostly used for highlighting or making a button glow.
#2
01/13/2012 (12:11 am)
Hey can you give me an example? Im really lost....