You can look in the BSK manual if you know a bit about programming, but if you dont know nothing about Programming (like I first did) youre going to need some help so lets get started. Every command must start with a line number and must be in numeric order. You can copy and paste the examples below to BSK and compile, make wzd and download to your wizard.
Example 1. 10 wait 10 15 cls 20 print"My name is Omar" 30 input"What is your name?";a$ 40 print"Nice to meet you" 50 print"bye!" 60 end
In the example above... The "wait" 10 command makes the program wait 1 second. The "cls" command clears the screen. The "print" command prints text on the screen. The "input" command lets you type in text. The "end" command ends the program.
If you have any other question email me. |