Icon

Easy GUI

Moon Goat

You must be logged in to obtain assets

Description

This is asset can help you create a rich GUI with useful form components in your game!

Other GUIs on the marketplace use objects and callback scripts for all the buttons and stuff, but that can be so tedious to use, and can even be slow with extra objects using up memory!

Easy GUI is different. It allows you to create buttons, checkboxes and sliders, all through use of a single object, simply by calling a script in the draw event, like so:

if( draw_button_sprite(spr_button, 0, 1, x,y,"Next Room",c_white, fasle) }
{
room_goto_next();
}

You're not even limited to the drawing in the scripts! With this GUI asset, you can even make invisible buttons and use them to control the presentation of graphic elements, allowing for the possibility of multi-menus (as shown above), tab-based menus, or basically anything!

FEATURES

  • Very efficient!

  • Unbelievably easy to use and extend!

  • Components : Buttons, Checkboxes and Sliders

  • Exapmple usage to get you started!

  • Documentation included!

  • Works on HTML5 and Android!

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.0. Published March 2, 2016

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait