when using DO and LOOP
it runs everything within the command OVER AND OVER again until you press escape. Once you press escape it kills the program and will not run the others.
You need to put commands INSIDE the DO and LOOP.
Like:
do
text 20, 20, "Mattman for President"
sync
loop
You use SYNC to tell the the program to redraw the screen, in this case, draw 'Mattman for President'
A complete example would be something like this:
SYNC ON
SYNC RATE 0
DO
TEXT 20, 20, "Mattman for President"
SYNC
LOOP
copy and paste that into DB and see what happens
<Mnemonix> im seroulsiy frunk to doaty
http://www.dbspot.com/ - Free website hosting. Fast and reliable... probably.