I'm also real new to DBPro so here is some n00by help (I just think it might work better):
remstart
****************************************
**Script by DB Alex and Double O Benny**
**Please feel free to use any part of **
*****this script for your own use!******
****************************************
remend
SET TEXT SIZE 14
SET TEXT FONT arial$
ink rgb(244,214,210),0
gosub clearscreen
end
clearscreen:
gosub createcircles
ink rgb(244,214,210),1
TEXT 0,0, "DarkBasic Screensaver 1.0"
TEXT 0,16, "Please Press Any Key"
TEXT 0,32, "Script By DBAlex"
TEXT 0,48, "Re-coded by Double O Benny"
suspend for key
cls
return
createcircles:
do
wait 1000
cls
ink rgb(255,100,0),0
for t=0 to 100
circle rnd(640),rnd(480),Rnd(300)
next t
loop
Hope you like
Double O Benny
the apocalypse is coming!