quad gui with buttons.

So have made simple gui wich shows up when i press a button on my keyboard my question is how i can make a button on my gui.(Its something like in game menu where can continoe game exit it and stuff like that.)
Maybe somebody can guid me to tut or anything else.Help will be apriciated. :slight_smile:

And btw i know my english is bad.

well you firstly need to create a button object, this will require an image , a piece of text , coordinates & a set of bounds. You then have your menu contain an array called buttons. you then add and remove from these as you need to . as your menuโ€™s visibility is a variable I would suggest making the button able to go invisible aswell.

thank you i will try that.I hope i will manage to do that :slight_smile: