GUI Problem Guys help me

Im having a problem with GUI… I’m making an RPG Quiz Game for our thesis problem. the box there is the video of mine is a sample for a portal that when the player will press “F” in the keyboard the question and answer GUI will automatically pop up. the questions will be in a image and the choices of the answer will be buttons. That if the player will click a button for the answer it will automatically proceed to the next question. How to do that? and if the player get the correct answer it will automatically add a score in the score board and if the player click the wrong button because that is not the correct answer,still it will proceed to the next question but it will not add score…help me guys…In addition, how I can randomly pop up the questions in the GUI?..help me guys…hope you can help me.

WATCH MY VIDEO SO THAT YOU CAN UNDERSTAND WHAT I WANT TO HAPPEN…thanks

Check out the new UI tools via the learning section, there are some examples there that will get you started but all you need are a few buttons, an image and a text gadget.

But for a quiz you will probably need an array of strings, answer and array of images.

Then all you need to do is add a trigger event to show the question getting the information from the arrays.

Link the buttons to code to check the answer and update the score.

thanks for the idea…I will try this later :slight_smile: