
-----------------------------------
Rodzy
Sat Jan 02, 2016 8:33 pm

Turing Paint Program Help
-----------------------------------
What is it you are trying to achieve?



What is the problem you are having?



Describe what you have tried to solve this problem



Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)








Please specify what version of Turing you are using




My program needs to have a paintbrush tool in it but I can not seem to understand how to get it to work.  The line at the bottom that shows the boundaries of the canvas is where I need it to be entered.  Any help will be greatly appreciated!

-----------------------------------
Insectoid
Sat Jan 02, 2016 8:41 pm

RE:Turing Paint Program Help
-----------------------------------
What have you tried so far?

-----------------------------------
Rodzy
Sat Jan 02, 2016 8:44 pm

Re: RE:Turing Paint Program Help
-----------------------------------
What have you tried so far?

All I've really tried is putting a drawoval with the mousewhere as the co-ordinates after the boundaries if statement at the end but all that happens is it draws 1 circle and not a continuous line

-----------------------------------
Rodzy
Sat Jan 02, 2016 8:53 pm

RE:Turing Paint Program Help
-----------------------------------
Using this 

   if mx >= 140 and my >= 120 and mx = 120 and mx 