Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

The 20 Line Challenge / Nilo efects !

Author
Message
nilobasic
21
Years of Service
User Offline
Joined: 31st Oct 2002
Location:
Posted: 4th Feb 2003 06:54
I tried ! I'm just a beginner on DB. Thank you all...

rem made by Nilo
hide mouse
for i = 1 to 40
for radius = 1 to 400 step 10
red=rnd(255)
green=rnd(200)
blue=rnd(200)
ink RGB(red,green,blue),RGB(red,green,blue)
circle 320,240,radius
set text font "comic sans"
set text size 40
center text 320,240,"NILO SOFTWARE CORPORATION"
next i
cls
next radius
D Man
21
Years of Service
User Offline
Joined: 3rd Oct 2002
Location: Germany
Posted: 4th Feb 2003 11:50
Did you see anything on your screen using this code?
Because you forgot to use SYNC.
With SYNC its a nice effect .

btw. use RANDOMIZE TIMER()

"If you can't make it good
make it look good."
Bill Gates

Login to post a reply

Server time is: 2024-04-20 12:34:11
Your offset time is: 2024-04-20 12:34:11