Qbasic tutorials
 
if you want anything added to this tutuorial please email me at [email protected]
 
Print this command tells the computer what words you want put on the screen it goes a little like this

PRINT "I can make letters on the screen appear"
 
PSET
This is how to make a dot on the screen
PSET which basically means PixelSET
but you also have to give it a sset of coordinates like so
PSET 35, 45
The dot should appear somewhere in the uppperleft-hand corner
 
Sound
This particular partof the tutuorial is how to make a simple sound

all you have to do is put how high the sound is

SOUND 48
then how long it last
SOUND 48, 5
the sound should last for about a second The pitch of the sound though must be over 32 and the highest some computers can go is pitch 32,765
not very many computers can go that high.
 
Favourite links
 


Email me on:
[email protected]

This page has been visited times.