Computer Science Canada Graphics Problem |
Author: | camhenderson [ Fri Apr 23, 2010 6:32 pm ] | ||
Post subject: | Graphics Problem | ||
What is the problem you are having? Im trying to fill in the guitar on this picture but i can't figure out how to make the lines meet Describe what you have tried to solve this problem i'm just using 0,90,180,270,and 360 for angles and it still won't work Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using 4.1.1 |
Author: | copthesaint [ Fri Apr 23, 2010 8:33 pm ] |
Post subject: | RE:Graphics Problem |
drawfill (x, y : int, fillColor, borderColor : int) Look at the online turing reference. |
Author: | camhenderson [ Fri Apr 23, 2010 9:31 pm ] |
Post subject: | Re: Graphics Problem |
I know how to do the drawfill command it just leaks out and i can't find my logic error |