
-----------------------------------
trinity_matrix
Thu Apr 15, 2004 2:54 pm

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

-----------------------------------
Maverick
Thu Apr 15, 2004 3:07 pm


-----------------------------------
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
Thu Apr 15, 2004 3:15 pm


-----------------------------------
sorry this is my very first day i'll remember next time
