Computer Science Canada

american flag

Author:  trinity_matrix [ Thu Apr 15, 2004 2:54 pm ]
Post subject:  american flag

does anyone know a code to make an american flag?

One that's shorter then typing draw.fillstar 50 times
so pretty much one with loops

Author:  Maverick [ Thu Apr 15, 2004 3:07 pm ]
Post subject: 

man... put this in turing help, not submissions

var y:int:=5
var count:int:=0
loop
draw.fillstar (100+y,100+y,100+y,100+y,white)
count:=count + 1
exit when count = 10
end loop

i think its sumtin like that

Author:  trinity_matrix [ Thu Apr 15, 2004 3:15 pm ]
Post subject: 

sorry this is my very first day i'll remember next time


: