Game Development Community

Back to Gui

by Michael Roberts 13 · in Torque 3D Beginner · 02/10/2015 (6:04 pm) · 2 replies

Hey guys i have to ask for some gui guidance.I want to have my current pause screen gui repace the exit to menu gui that comes with torque.I need my current pause screen gui to give the options of exiting to the menu,quitting the current mission,restarting the mission,options menu that's it.From my knowledge of gui (which btw isn't much) this should be an easy task but i cant afford to mess up the escape gui(again).so i ask for the help of professionals.

Thanks in advance,
Michael Roberts


About the author

13 year old teen,n00b scriptor but skillful in 3d artists.Gamer 4 life


#1
02/14/2015 (1:08 pm)
Quitting the current mission is the same as Exit to Main Menu.

I took a metal texture from one of nobiax's(awesome collection) texture packs from OpenGameArt.org. Using the pause menu and the main menu as cues, I just linked the restart button to a function that started time again, disconnected the mission and opened the choose level dialog. The main menu button, started time, disconnected and opened main menu dialog. Options was the same as the main menu dialog. Continue goes back to game.

Please examine and attempt to understand what I did, because honestly I don't think I'm helping you to learn.

Download GameMenu.zip with instructions.
www.mediafire.com/?ltnys4r9vk35acr
#2
02/14/2015 (7:48 pm)
Sorry to double post, but I improved the game menu. It now stretches to fit window and only works in the mission. I updated the link above.