GameMaker (2.3)
Icon

Easy GUI Creator

Eduardo Machado

You must be logged in to obtain assets

Description

The Easy GUI Creator is probably the easiest way to create buttons, radiobuttons, checkboxes and bar graphs (and maybe more in the future). It has a super easy setup and a lot of customization options (including glyphs for the buttons!).

Create Event:

button = gui_create_button(50,50,120,50,"Click 
Me!",c_black,font_button,0xbdd4db,1,1,c_dkgrey,1,spr_icon,gui_align.left,c_black);

Step Event:

if button.check_pressed(){
//your code in here
}

Draw GUI Event:

gui_render_all();

Room End Event:

gui_delete_all();

The button and the radiobutton are both animated.

To use it, all you need to do is to import the scr_gui_creator script and the spr_rect_1px sprite.

So it is true, you can create your GUI with barely no coding.

Anyway, the Easy GUI Creator is a forever free asset. I hope you enjoy it. And please, if you do, leave your review.

End User Licence Agreement (EULA).

Age Rating: 4+

Version

GMS2.3 - Version 0.0.5. Published November 19, 2021

Bug fixes

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait