Game Development Community

Checkbox [SOLVED]

by Andrew H · in Torque Game Builder · 09/27/2011 (5:50 pm) · 2 replies

Okay, so I'm needing to design my own checkbox image. I know there are 4 sections (I'm just gonna use change the existing one and save it as something else, creating mine and leaving the original), and I know what the top 2 are for - but what's up the the bottom, darker 2? When do they come into play?

#1
09/28/2011 (10:34 am)
Most GUI elements have multiple parts: normal, hover, depressed, inactive. The checkbox, as I remember it, only has the normal/inactive parts (or was it normal/hover???).
#2
09/28/2011 (10:43 am)
Oh, so the darker bit is for when it's inactive...gotcha.