Game Development Community

Gui Buttons on existing scene

by algrn912005 · in Torque X 2D · 10/03/2009 (6:05 pm) · 3 replies

How would I add a guibutton onto an existing scene made with TXB? I have the screen animated and I want buttons to work the main menu.

#1
10/04/2009 (12:41 am)
Just make your buttons like you normally would and set their folder to the guisceneview you are displaying the scene with. That way, they will appear above the scene.
#2
10/04/2009 (6:33 pm)
How would I set the folder of the buttons to my sceneview? If you could provide some code, it would be very helpful. Thanks!