Computer Science Canada Turing get statement over background/draw box |
Author: | midnitehood [ Mon Dec 17, 2012 10:12 am ] | ||
Post subject: | Turing get statement over background/draw box | ||
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> |
Author: | Insectoid [ Mon Dec 17, 2012 11:36 am ] |
Post subject: | RE:Turing get statement over background/draw box |
You won't be able to use a get statement for this. It's gonna take a lot of work. You'll have to create your own 'textboxes' using getch() and Font.Draw. Here's an example of one I did a few years ago for my own Blackjack game: http://compsci.ca/v3/viewtopic.php?t=19361 |
Author: | midnitehood [ Mon Dec 17, 2012 3:58 pm ] |
Post subject: | Re: Turing get statement over background/draw box |
very helpful, thanks alot! |
Author: | Raknarg [ Mon Dec 17, 2012 8:48 pm ] |
Post subject: | RE:Turing get statement over background/draw box |
Also I have a class submitted somewhere which might work... Knowing Insectoid his is probably better though |
Author: | Insectoid [ Tue Dec 18, 2012 9:00 am ] |
Post subject: | RE:Turing get statement over background/draw box |
He probably shouldn't be using someone else's code for a school assignment anyway. |
Author: | Raknarg [ Thu Dec 20, 2012 1:50 pm ] |
Post subject: | RE:Turing get statement over background/draw box |
Good point |