Game Development Community

Customised GUI Window Backgrounds?

by David Taylor · in Torque Game Builder · 10/13/2006 (2:13 pm) · 1 replies

Is there a way I can have a custom background on my guiwindowctrl? I know I can play around with the opacity, which is nice, but is it possible to have a bitmap image stretched across the back of it? I would, ideally, like to have the ability to have different windows with different backgrounds if possible. Any ideas?

#1
10/14/2006 (3:36 am)
You could add a guiBitmapCtrl as a child control to the Gui Window and place it to be a background image.