The Dink Network

Reply to Re: Bah, humbug.

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 11th 2005, 12:35 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Well, the DinkC Reference mentions the numbers of several basic keys you could use (like Esc, Ctrl, Arrows and such). Then you can use various if statements to let the buttons do what you want. If you want to do it again, simply use a goto loop; to let the script do wait_for_button(); again. Of course, you'd need to add a button that exits the script as well

If statements without brackets do only one line of code though if you want to be safe, you can add the brackets. With brackets, you can run more lines of code when you press a button? (not sure if that's what you wanted to hear with your last question but ok).