winking face
Author |
Message |
gtahunter
|
Posted: Sun May 13, 2007 7:39 pm Post subject: winking face |
|
|
this program makes a face continuously wink
loop
for decreasing count:5..0
%face
drawoval (maxx div 2,maxy div 2,100,100,black)
drawfilloval (maxx div 2,maxy div 2,10,12,40)
%eyes
drawfilloval (maxx div 2 -30,maxy div 2 +50,5,count,black)
drawfilloval (maxx div 2 +30,maxy div 2 +50,5,count,black)
drawoval (maxx div 2 -30,maxy div 2 +50,10,count,blue)
drawoval (maxx div 2 +30,maxy div 2 +50,10,count,blue)
%mouth
drawarc (320,150,50,20,180,0,black)
delay (100)
cls
end for
end loop
Description: |
|
Download |
Filename: |
wink clown.t |
Filesize: |
533 Bytes |
Downloaded: |
250 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
DIIST
|
Posted: Mon May 14, 2007 4:10 pm Post subject: Re: winking face |
|
|
Expression reminds me of my cat! It looks interesting, you might just want to create an animation out of this. Include the arms, hands and legs. Dont make the object that just stand there and do nothing. Play a cartoon. Be creative, there should be some really amazing animations on this site. Get some inspiration. .
|
|
|
|
|
|
rollerdude
|
Posted: Tue May 15, 2007 8:23 am Post subject: Re: winking face |
|
|
just a friendly reminder, add code tags, before clayton does
|
|
|
|
|
|
CodeMonkey2000
|
Posted: Tue May 15, 2007 3:07 pm Post subject: RE:winking face |
|
|
This reminds me of the silly graphics assignments we had to do for grade 10 programming.
|
|
|
|
|
|
ashiphire
|
Posted: Wed May 16, 2007 11:15 am Post subject: RE:winking face |
|
|
interesting
|
|
|
|
|
|
lilmizeminem
|
Posted: Wed May 16, 2007 11:21 am Post subject: RE:winking face |
|
|
hah cool
|
|
|
|
|
|
Clayton
|
Posted: Wed May 16, 2007 11:38 am Post subject: RE:winking face |
|
|
ashifire, lilmizeminem, if you're going to post something in a thread, please make it worthwhile. Posts like "nice" or "good program" or similiar are not worthy of a full post of their own. I'm not saying don't give comments on others' work, just add in some suggestions etc. for the program. As it stands, your posts are rather spammish.
|
|
|
|
|
|
ashiphire
|
Posted: Thu May 17, 2007 11:14 am Post subject: RE:winking face |
|
|
it isn't winking it's blinking
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
ashiphire
|
Posted: Thu May 17, 2007 11:15 am Post subject: RE:winking face |
|
|
you should make the face wink or blink at random moments
|
|
|
|
|
|
Tallguy
|
Posted: Fri May 25, 2007 9:46 am Post subject: RE:winking face |
|
|
ha ha, i love it!!!!
|
|
|
|
|
|
|
|