GUI Graphics
by DarqueLord · in Game Design and Creative Issues · 03/26/2007 (1:13 pm) · 1 replies
Hey new to Torque and trying to figure out how and where to place my graphics. I have an Intro audio file and pics I want to play first then after that I want the main menu image with buttons to appear. Can I load them in the GUI editor and then make the script? Please help, DL out.
Torque 3D Owner Greg Deutschlander
You can play a video or splash screen for example a company logo before the GUI Menu comes up.
The GUI Menu is usually a Bitmap or JPeg on the background and then the control buttons are Bitmap Control Buttons. You can make the buttons and then overlay the background with them. Start with .png for buttons.