Make a sprite for each option, and put
when [button1] clicked set [answer v] to [answer1]in each.
Offline
I assume you mean a radio button like thing?'
If you want to make something like that you would
1. place your button sprites on hte screen
2. make a variable that says something like "selected" and set it to "false"
3. then for each button make a script that detects if the sprite is clicked set the variable "selected" to "true".
4. then on each button sprite make a test to see if "selected" is true and if it is then don't let them be clicked by maybe a "stop script" block or something.
Offline