Can anyone help me with grahpics on turing?
Author |
Message |
aqazwsx1
|
|
|
|
|
Sponsor Sponsor
|
|
|
The_Bean
|
Posted: Tue Oct 14, 2008 5:10 pm Post subject: Re: Can anyone help me with grahpics on turing? |
|
|
Try Using:
Turing: |
Draw.FillArc (x, y, xRadius, yRadius : int, initialAngle, finalAngle, Color : int)
Draw.FillBox (x1, y1, x2, y2, Color : int)
Draw.FillStar (x1, y1, x2, y2, Color : int)
%copied strait out of the help menu -F10
|
|
|
|
|
|
|
aqazwsx1
|
Posted: Tue Oct 14, 2008 5:16 pm Post subject: Re: Can anyone help me with grahpics on turing? |
|
|
but how do I get the arc to curve this way ( ? When I try it, I get it this way ) . |
|
|
|
|
|
andrew.
|
Posted: Tue Oct 14, 2008 5:25 pm Post subject: RE:Can anyone help me with grahpics on turing? |
|
|
Press F10 for help in Turing and search draw.arc. You will find out how to use it there. You can then fiddle with the numbers to make it look right. |
|
|
|
|
|
Tony
|
Posted: Tue Oct 14, 2008 7:44 pm Post subject: RE:Can anyone help me with grahpics on turing? |
|
|
It might help to think of it as drawing an oval, and then finding two points where cuts are made to leave an arc. |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|