Game Development Community

GUI Menu with mouse

by James Fleming · in Torque X 3D · 09/22/2009 (4:00 pm) · 2 replies

Has anyone been able to use Torque X to create a menu system with the GUIScreen and GUIBitmap Torque Objects?

About the author

Web Programmer & Destkop Engineer [url]http://www.teamelitetopeka.org/[/url]


#1
09/22/2009 (7:37 pm)
We created our menu system with GUIBitmap. I will have to look to see if we use GUIScreen, but i don't think we use it.
However, our menu system does not support the mouse.
#2
09/22/2009 (7:38 pm)
with mouse support?

Yeah I can get it to work just fine without mouse events, but I think the GUI should use the mouse as well.

Thinking about just scrapping TorqueX for the menu and just using xna to do it

Then use Torque X for the game itself.