TGEA Login screen help
by Ryan Deacon · in Torque Game Engine · 02/20/2007 (1:26 am) · 1 replies
Im working on a test script for an mmo in the tgea but I cant figure out how to create a simple login screen and there seem to be no tutorials out. I fairly new to this so can some one show me how to creat a simple login and maybe an exit button. the login does not need to be functional.
thanks
thanks
Employee Michael Perry
ZombieShortbus
As far as creating the actual GUI, this is a pretty straight forward process with dozens of tutorials and examples.
Have you tried the getting started tutorial?
Use F10 to open the GUI Editor, select Create New GUI (not "New Gui Control"), and start hacking away. You'll probably make the most use out of GuiBitmapButtonCtrl and GuiTextEditCtrl. Use these to capture user input for name, password, and button clicks...The resource I listed will tie in the actual functionality of accessing a user database.