Computer Science Canada How to clear the screen without clearing the button |
Author: | BradSweet [ Tue Dec 06, 2011 2:07 pm ] | ||
Post subject: | How to clear the screen without clearing the button | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <Answer Here> Describe what you have tried to solve this problem <Answer Here> 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 <Answer Here> EDIT: i figured this out right after, i simply looped the button and cleared the screen at the beginning of the procedure. |
Author: | programmer1337 [ Tue Dec 06, 2011 3:17 pm ] |
Post subject: | Re: How to clear the screen without clearing the button |
cls() |
Author: | Aange10 [ Tue Dec 06, 2011 5:54 pm ] |
Post subject: | RE:How to clear the screen without clearing the button |
Quote: What is it you are trying to achieve?
<Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <Answer Here> Describe what you have tried to solve this problem <Answer Here> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here> Turing: <Add your code here> Please specify what version of Turing you are using <Answer Here> Is not how you ask for help |
Author: | programmer1337 [ Tue Dec 06, 2011 6:05 pm ] |
Post subject: | Re: How to clear the screen without clearing the button |
well you would put the button in a loop and the cls() in a loop so through each loop it would create the button and clear the screen, hope that helped ![]() |