Look at dis:
SET DISPLAY MODE 640,480,32
SET WINDOW OFF
sync on
randomize timer()
for x=0 to screen width()
for y=0 to screen height()
i=i+1
if i=1 then ink rgb(0,0,0),rgb(0,0,0)
if i=2 then ink rgb(255,255,255),rgb(255,255,255) : i=0
box x-1,y-1,x+1,y+1
next y
if mousex()<x then position mouse x,mousey()
sync
next x
hide mouse
set text size 45
ink rgb(255,255,255),rgb(255,255,255)
center text screen width()/2,screen height()/2,"DIE!!!!"
ink 0,0
do
set gamma rnd(255),rnd(255),rnd(255)
x=rnd(screen width())
y=rnd(screen height())
box x-5,y-5,x+5,y+5
sync
loop
Quote: "I've seen the word programming and I'm not sure what it means. Anybody please explain?"
Quote: "We shouldn't sacrifice the truth to preserve "balance"."