
-----------------------------------
trend
Sun Jun 14, 2009 9:44 am

Help with drawfill
-----------------------------------
What is the problem you are having?Describe what you have tried to solve this problem
tried different types of co-ordinates between the lines of the shape, but it just fills up the screen,



%Background
            drawfill (100, 65, 55, 1)
            drawfillbox (0, 0, 640, 170, green)
            %House
            drawfillbox (220, 160, 430, 298, 64)
            drawfillbox (310, 160, 340, 230, brown)
            drawfillbox (260, 260, 280, 280, yellow)
            drawfillbox (370, 260, 390, 280, yellow)
            drawline (200, 300, 450, 300, black)
            drawline (300, 400, 350, 400, black)
            drawline (200, 300, 300, 400, black)
            drawline (450, 300, 350, 400, black)
            drawfill (250,320 , grey, 1)



Please specify what version of Turing you are using
4.1v


Thanks guys!!

-----------------------------------
Kharybdis
Sun Jun 14, 2009 10:48 am

Re: Help with drawfill
-----------------------------------
Change the last line with this one:

drawfill (250, 320, grey,black)

-----------------------------------
trend
Sun Jun 14, 2009 11:38 am

Re: Help with drawfill
-----------------------------------
Thanks so much!![/i]
