saffsdasfdsdf
Programmer
I'm new to DarkBasic. How can I have a program watch for multiple things while it runs? In Visual Basic, you can watch for Check1_Click(), Command1_Click(), Text1_Change(), Timer1_Timer(), etc all while the program runs. DarkBasic just seems to read the code from top to bottom, like Java. How can I have the program run and at the same time do something else if a button is pressed?