Game Development Community

GUI tutorial - Please help (page 11)

by Storm · in Torque Game Builder · 11/02/2006 (7:39 pm) · 2 replies

I just started the introduction tutorial and I can't start my GUI (page 11). I created "Start" button with "loadMyMission(); command - now I have a first problem with exiting Torque.

Tutorial: "hitt F10 toggle the GUI Editor and exit torque"....impossible.

After toggling you can see main GUI with start button and there is no way to exit - I have to exit by ending the program with task manager from window.

As I am restarting demo - I have my new GUI, I am pressing Start, it opens "waiting for server" window and that's all - no loading! Please help me - I can't continue tutorial with out this step.

#1
11/03/2006 (4:18 am)
Hey, to exit torque make a guiControl with the command:
quit();
as for the rest, i dunno
#2
11/03/2006 (6:18 am)
Thanks Mark. Small things (tips) like this which you gave me- just make my day brighter! :-)) Thanks again!