Blockland Forums > Modification Help
[Tutorial] Making a Gui
Dante77:
I've created a GUI, but I have some questions:
--- Quote from: Steemer on September 08, 2009, 11:43:14 AM ---Well, im making a GUI and i need to have a button that will open up another gui, like the ban button on the admin menu, how would i do that?
--- End quote ---
And how can I resize the letters in the text control or change the font?
Isjix:
bumpduetohelpfulness.
Dante77:
Bump.
And:
--- Quote from: Gamefandan on September 28, 2009, 04:55:42 PM ---Very helpful.
--- End quote ---
--- Quote from: Evar678 on October 10, 2009, 04:10:37 PM ---THIS SHOULD BE STICKIED!!!!
--- End quote ---
skaterman:
How do i make a GUI on mac?
3:
goz3rr:
--- Quote from: Dante77 on December 25, 2009, 03:44:15 PM ---I've created a GUI, but I have some questions:
And how can I resize the letters in the text control or change the font?
--- End quote ---
To change font and size:
Click the button / text and change the profile to HUDChatTextEditSize#Profile*
* = Replace the # with any number from the list. 0 is smallest, 10 biggest
To make a button open another GUI:
Click the button and find command
Type this in:
--- Code: ---Canvas.pushDialog(NAMEOFGUIHERE);
--- End code ---
Replace NAMEOFGUIHERE with the name.
My question:
Can i create an GUI named BlahBlahGUI,
Then maybe pack it to an zip and type this in the console?
--- Code: ---PlayGUI.add(BlahBlahGUI);
--- End code ---
Or would i need to create a script too?