View Single Post
  #5  
Old 08-09-2006, 07:17 PM
Omini Omini is offline
Millenium Owner
Join Date: Feb 2006
Location: N.Ireland
Posts: 293
Omini is on a distinguished road
Send a message via AIM to Omini Send a message via MSN to Omini Send a message via Yahoo to Omini
I still don't know how to read if the radio button is selected or not.

Here's the radio button part.

PHP Code:
new GuiRadioCtrl("MsgOptionsRadio_Main1") {
      
80;
      
54;
      
width 16;
      
height 16;
      
groupnum 1;
    } 
That's everything I have concerning that Radio Button (so if I'm missing a control or anything, let me know please)

Checking it, I've tried loads, but it can't read it.

I have it that reading it occurs after the player pushes a Button.

PHP Code:
if (MsgOptionsRadio_Main1.select == true) {
    echo(
"Correct");
  } else {
    echo(
"WTF?!");
  } 
Every time I try it, it just echos 'WTF?!'.

Please tell me what it is I'm missing.
__________________



Reply With Quote