Simple.
Autocam Off : Sync On : Sync Rate 30
Ink Rgb( 255, 0, 0 ), 0
Box 0, 0, 255, 255
Ink Rgb( 0, 0, 255 ), 0
For Id = 1 To 50
X = Rnd( 256 )
Y = Rnd( 256 )
Rad = Rnd( 64 )
Circle X, Y, Rad
Next Id
Get Image 1, 0, 0, 256, 256, 1
Ink Rgb( 255, 255, 255 ), 0
Sprite 1, 0, 0, 1
Hide Sprite 1
Make Object Cube 1, 10
Position Object 1, 0, 0, 0
Position Camera 0, 0, -50
Point Camera 0, 0, 0
Do
YRotate Object 1, Wrapvalue( Timer() / 10.0 )
Paste Sprite 1, MouseX(), MouseY()
Center Text ( Screen Width() / 2 ), ( Screen Height() / 2 ), Get Time$()
Sync
Loop
My signature is NOT a moderator plaything! Stop changing it!
