Thats a really cool effect!
I wrote this in DBPro, but it should work in DB Classic:
+ Code SnippetMake object sphere 1, -1000
CLS RGB(60,60,250)
Get image 1,0,0,100,100
Texture object 1,1
Ghost object on 1
Make object cube 2,10
backdrop off
CLS RGB(255,255,255)
Do
control camera using arrowkeys 0,1,1
position object 1, Camera position x(),Camera position y(),Camera position z()
Sync
Loop