american flag
Author |
Message |
trinity_matrix
|
Posted: 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 |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Maverick
|
Posted: Thu Apr 15, 2004 3:07 pm Post subject: (No 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 |
|
|
|
|
|
trinity_matrix
|
Posted: Thu Apr 15, 2004 3:15 pm Post subject: (No subject) |
|
|
sorry this is my very first day i'll remember next time |
|
|
|
|
|
|
|