Computer Science Canada

Some weird triangle thing with random colours

Author:  gtahunter [ Sun May 13, 2007 7:32 pm ]
Post subject:  Some weird triangle thing with random colours

i was bored one day back when i knew nothing about turing...i dont even no what this is suppose to be


var a:int:=250
var b:int:=250
var ran:int


setscreen ("graphics:500;500")

loop
loop
randint (ran,1,255)
b-=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=20

end loop

loop
randint (ran,1,255)
b+=1
a+=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=250
end loop

loop
randint (ran,1,255)
b+=1
a-=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=480
end loop

loop
randint (ran,1,255)
b-=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=20
end loop



loop
randint (ran,1,255)
b+=1
a-=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=250
end loop

loop
randint (ran,1,255)
b+=1
a+=1
drawfilloval (a,b,20,20,ran)
delay (5)
exit when b=480
end loop
end loop

Author:  Carey [ Mon May 14, 2007 8:40 am ]
Post subject:  Re: Some weird triangle thing with random colours

see Please DON'T post "omfg sooo trippy cool flashes!" also there is no need to put the code if you attach the .t file

Author:  DIIST [ Mon May 14, 2007 4:19 pm ]
Post subject:  Re: Some weird triangle thing with random colours

gtahunter wrote:

i was bored one day back when i knew nothing about turing...i dont even no what this is suppose to be

Eh Why are you posting it then, it just becomes spam. You should really start to read STICKY Notes.

Author:  Cervantes [ Mon May 14, 2007 6:06 pm ]
Post subject:  RE:Some weird triangle thing with random colours

Thanks for taking care of this guys. I'll be locking this now.


: