I played a little with basic 2d options, and this is a little something i came up with, it is a demo in witch a black circle decreases, and finaly fades into background :
set display mode 640,480,32:e=400:col=170:m=0
for tex=0 to 370:inc m:ink rgb(col,col,rnd(10)),2
if m>1.92:dec col,1:m=0
endif
circle 320,240,e
circle 320,240,e
dec e
if col<1 then col=1
if tex=370 then end
next tex
Currently working on (trying) making a new 3d engine for/within dark basic classic out of basic 2d commands, with vertex edit supported.