
-----------------------------------
arun95
Sun Jan 23, 2011 6:37 pm

help with erasing cursor after it's been drawn
-----------------------------------
What is it you are trying to achieve?
i am currently drawing an "i" as my cursor. i want to be able to erase it and move it to the right of the next character


What is the problem you are having?
i am not sure on how to erase it
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)



Mouse.Where (x, y, button)
put "i"..



Please specify what version of Turing you are using

-----------------------------------
Tony
Sun Jan 23, 2011 6:53 pm

RE:help with erasing cursor after it\'s been drawn
-----------------------------------
The naive solution would be to use [tdoc]cls[/tdoc]. A more clever approach would require you to think about what it means to "erase" something.

-----------------------------------
arun95
Sun Jan 23, 2011 6:54 pm

Re: help with erasing cursor after it's been drawn
-----------------------------------
i know it would have to use the locate command but im not sure how

-----------------------------------
Tony
Sun Jan 23, 2011 7:00 pm

RE:help with erasing cursor after it\'s been drawn
-----------------------------------
You can read the documentation, link: [tdoc]locate[/tdoc]

-----------------------------------
arun95
Sun Jan 23, 2011 7:20 pm

RE:help with erasing cursor after it\'s been drawn
-----------------------------------
what would i do with the locate though?

-----------------------------------
Tony
Sun Jan 23, 2011 7:59 pm

Re: help with erasing cursor after it's been drawn
-----------------------------------
i know it would have to use the locate command
