Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Help with drawfill
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
trend




PostPosted: Sun Jun 14, 2009 9:44 am   Post subject: Help with drawfill

What is the problem you are having?[/size
drawfill isnt exactly filling the object I want


[size=14]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,

Turing:


%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!!
Sponsor
Sponsor
Sponsor
sponsor
Kharybdis




PostPosted: Sun Jun 14, 2009 10:48 am   Post subject: Re: Help with drawfill

Change the last line with this one:

Turing:
drawfill (250, 320, grey,black)
trend




PostPosted: Sun Jun 14, 2009 11:38 am   Post subject: Re: Help with drawfill

Thanks so much!![/i]
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 3 Posts ]
Jump to:   


Style:  
Search: