
-----------------------------------
BradSweet
Tue Dec 06, 2011 2:07 pm

How to clear the screen without clearing the button
-----------------------------------
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


EDIT: i figured this out right after, i simply looped the button and cleared the screen at the beginning of the procedure.

-----------------------------------
programmer1337
Tue Dec 06, 2011 3:17 pm

Re: How to clear the screen without clearing the button
-----------------------------------
cls()

-----------------------------------
Aange10
Tue Dec 06, 2011 5:54 pm

RE:How to clear the screen without clearing the button
-----------------------------------
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)


Turing:






Please specify what version of Turing you are using
 


Is not how you ask for help

-----------------------------------
programmer1337
Tue Dec 06, 2011 6:05 pm

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 :)
