Gui Example (3.0 branch only)
button "Click me", [click]
textbox variablename slider x, 0, 10 meter x, 0, 10 listbox selection, "One,Two,Three", 5 textbox selection wait [click] Print "You Clicked me" variablename = "you clicked the button" x = 5 selection = "Three" wait |
This example will expose you to a variety of gui widgets.
Most gui widgets can be used just like a variable. See what happens when you move the slider, click the button or make a selection from the listbox. |