Computer Science Canada

eyes

Author:  kirsty_16 [ Wed Oct 29, 2003 1:27 pm ]
Post subject:  eyes

Hey if anyone is able to help me make an eye? like for a pumpkin? if anyone knows how to please help!! Rolling Eyes Smile

[mod]
Moved...
[\mod]

Author:  Tony [ Wed Oct 29, 2003 6:26 pm ]
Post subject: 

This has nothing to do with Tutorials and you're not submiting any source code Confused

Please post in Turing Help. This post will be moved shortly.

As for the eye...
code:

Draw.Oval(100,100,50,50,black)
Draw.FillOval(100,100,10,10,black)

Author:  Kingnoz [ Wed Oct 29, 2003 11:03 pm ]
Post subject: 

Here are some great blue eyes Wink

code:
Draw.Oval(100,100,50,30,black)
Draw.FillOval(100,100,30,30,blue)
Draw.FillOval(100,100,10,10,black)
Draw.Oval(230,100,50,30,black)
Draw.FillOval(230,100,30,30,blue)
Draw.FillOval(230,100,10,10,black)

Author:  hackman [ Thu Oct 30, 2003 11:01 am ]
Post subject: 

Nice eyes kingnoz. I was just about to make the exact same thing(well, probably wouldnt be the same size, and i was only gona make one cause im lazy).


: