
-----------------------------------
midnitehood
Mon Dec 17, 2012 10:12 am

Turing get statement over background/draw box
-----------------------------------
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


-----------------------------------
Insectoid
Mon Dec 17, 2012 11:36 am

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

-----------------------------------
midnitehood
Mon Dec 17, 2012 3:58 pm

Re: Turing get statement over background/draw box
-----------------------------------
very helpful, thanks alot!

-----------------------------------
Raknarg
Mon Dec 17, 2012 8:48 pm

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

-----------------------------------
Insectoid
Tue Dec 18, 2012 9:00 am

RE:Turing get statement over background/draw box
-----------------------------------
He probably shouldn't be using someone else's code for a school assignment anyway.

-----------------------------------
Raknarg
Thu Dec 20, 2012 1:50 pm

RE:Turing get statement over background/draw box
-----------------------------------
Good point
