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 |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
Maverick
![](http://server2.uploadit.org/files/gregdilts-bleh2.jpg)
|
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 |
|
|
|
|
![](images/spacer.gif) |
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 |
|
|
|
|
![](images/spacer.gif) |
|
|