----------------------------------- WhatAmIDoing Thu Apr 15, 2004 8:46 am My Flag ----------------------------------- here is my flag i mafe in like 15 min. i was bored (my programming class sucks) %flag Draw.ThickLine(0,0,maxx,maxy,20,black) Draw.ThickLine(0,maxy,maxx,0,20,black) drawfill(100,100,green,black) drawfill(100,maxy,blue,black) drawfill(300,0,blue,black) drawfill(600,100,green,black) %circles Draw.ThickLine(20,maxy div 2,maxx div 2,maxy-20 ,20,7) Draw.ThickLine(20,maxy div 2,maxx div 2,20 ,20,7) Draw.ThickLine(maxx div 2-10,20,maxx-20,maxy div 2+10 ,20,7) Draw.ThickLine(maxx-20,maxy div 2,maxx div 2-10,maxy-20 ,20,7) drawfill(200,maxy div 2,brightblue,black) drawfill(maxx-200,maxy div 2,brightblue,black) drawfill(maxx div 2,200,brightgreen,black) drawfill(maxx div 2 ,400,brightgreen,black) drawfilloval(20,maxy div 2,20,20,yellow) drawfilloval(maxx div 2-10,maxy-20,20,20,yellow) drawfilloval(maxx-20,maxy div 2,20,20,yellow) drawfilloval(maxx div 2-10,20,20,20,yellow) %star drawfillstar(maxx div 2+150,maxy div 2-100,maxx div 2-150,maxy div 2+150,brightred) ----------------------------------- the_short1 Thu Apr 15, 2004 11:19 am ----------------------------------- nice use of colors..... lookz cool.... what country? ----------------------------------- Delos Thu Apr 15, 2004 11:47 am ----------------------------------- the_short1. Not the title of the thread. "My" flag. Get it? ----------------------------------- the_short1 Thu Apr 15, 2004 4:18 pm ----------------------------------- he has a flag... for himself... :( ok.... i gues i get it... lookz good... i just thought it mite be a countries flag... ----------------------------------- Delos Thu Apr 15, 2004 4:26 pm ----------------------------------- countries ... "Country's". Grammer, grammer! I'm not sure if I spelt that correctly! ----------------------------------- WhatAmIDoing Mon Apr 19, 2004 8:37 am ----------------------------------- Ya I just made the flag on my spare cause i just learned the Draw.Thickline and drawfill commands. anyway thanks for the comliments