Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: sseddon on Wed 06/07/2016 18:53:31

Title: How to make a multiple choice question for hotspot?
Post by: sseddon on Wed 06/07/2016 18:53:31
Hello!

I apologize if someone has asked this already. I tried searching the forum, but didn't see a similar question. So I thought I'd try here.

Here is what I am trying to do:

When a player clicks on a hotspot, I want a text box to pop up that asks them a Y/N or multiple choice question. In that same text box, I want the user to be able to click on their chosen answer. Then, when they click on that answer, I want the text box to change, showing them whether or not they answered correctly.

I know how to create the initial text box. After that, though, I'm lost. If anyone could help me, I'd really appreciate it! Thanks!
Title: Re: How to make a multiple choice question for hotspot?
Post by: Cassiebsg on Wed 06/07/2016 19:19:54
Create a GUI and use buttons and labels for the text. Hope that helps, otherwise ask, if it's specific code you're after.