Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Some weird triangle thing with random colours
Index -> Programming, Turing -> Turing Submissions
View previous topic Printable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
gtahunter




PostPosted: 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



tranglediffclr.t
 Description:
download

Download
 Filename:  tranglediffclr.t
 Filesize:  836 Bytes
 Downloaded:  178 Time(s)

Sponsor
Sponsor
Sponsor
sponsor
Carey




PostPosted: 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
DIIST




PostPosted: 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.
Cervantes




PostPosted: 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.
Display posts from previous:   
   Index -> Programming, Turing -> Turing Submissions
View previous topic Tell A FriendPrintable versionDownload TopicRate TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 4 Posts ]
Jump to:   


Style:  
Search: