
-----------------------------------
person
Tue Jan 11, 2005 4:57 pm

need help for ISP to do &quot;If (a lot of buttons) then..&q
-----------------------------------
I need to make an if section that says if these buttons are pressed then. I could use GUI.GetEventWidgetID, but that would take too long since i have around 20 buttons. Thanks for reading.

-----------------------------------
MysticVegeta
Tue Jan 11, 2005 5:25 pm

Re: need help for ISP to do &quot;If (a lot of buttons) then
-----------------------------------
I need to make an if section that says if these buttons are pressed then. I could use GUI.GetEventWidgetID, but that would take too long since i have around 20 buttons. Thanks for reading.

Actually i think that GUI.GetEventWidgetID is the only way make something like this 

a:=GUI.GetEventWidgetID

if a = b1 then
message
end if

-----------------------------------
Cervantes
Tue Jan 11, 2005 8:27 pm

Re: need help for ISP to do &quot;If (a lot of buttons) then
-----------------------------------

Actually i think that GUI.GetEventWidgetID is the only way make something like this 
You could make your own GUI, which isn't very difficult.  For a basic GUI, just throw some drawfillboxes and Font.Draws together and use some mouse commands.
Mind you, if, when you say "that would take too long", you mean in terms of code length, you're probably going to save time by using Turing's built in GUI.
