Posted: Tue Apr 01, 2003 6:51 pm Post subject: RADIO BUTTON WITH GUI
INSTEAD OF GETTING INFORMATION FOR THE PROGRAM THE SIMPLE WAY.
code:
var height :int
put "What is your height? (5',6')"
get height
I WANT TO DO THIS WILL RADIO BUTTONS. I WANT TO MAKE IT SO THAT THE PLAYER SELECTS HIS HEIGHT RANGE FROM ONE OF THE RADIO BUTTONS THEN SUBMITS IT BY PRESSING ANOTHER BUTTON.
IF ANYONE COULD GIVE ME THE CODE AND TRY TO EXPLAIN WHATS HAPPENING THAT WOULD BE GREAT!!!
THANKS
[size5] -Nate [/size][/code]
Sponsor Sponsor
hey_joe42
Posted: Wed Apr 02, 2003 10:08 am Post subject: (No subject)
im not too good with turing but heres how i got all my Gui code, what you do is go into the sample file programs and look or just go through them al and look for the one that has the radio buttons and copy that code,
it worked for me, but i didn't use radio buttons
nate
Posted: Wed Apr 02, 2003 10:34 am Post subject: (No subject)
hey_joe42 wrote:
im not too good with turing but heres how i got all my Gui code, what you do is go into the sample file programs and look or just go through them al and look for the one that has the radio buttons and copy that code,
it worked for me, but i didn't use radio buttons