Get statement vs. Background
Author |
Message |
timmy otoole
|
Posted: Fri May 18, 2012 10:14 am Post subject: Get statement vs. Background |
|
|
What is it you are trying to achieve?
I am trying to put a get statement overtop of my background.
What is the problem you are having?
The input from the get statement erases the background colour.
Describe what you have tried to solve this problem
Not sure what to do...
Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)
Draw.Fill(maxx,maxy,2,2)
Pic.ScreenLoad("Images2/cardBack.jpg",maxx div 2-200,maxy div 2,picCopy)
Pic.ScreenLoad("Images2/cardBack.jpg",maxx div 2-50,maxy div 2, picCopy)
Pic.ScreenLoad("Images2/cardBack.jpg",maxx div 2+100,maxy div 2,picCopy)
Font.Draw("Place Your Bet",maxx div 2-10,maxy div 2-100,font1,black)
get bet
Turing: |
<Add your code here>
|
Please specify what version of Turing you are using
<Answer Here> |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
mirhagk
|
Posted: Fri May 18, 2012 10:22 am Post subject: RE:Get statement vs. Background |
|
|
Change the backgroundcolor to black, and the foregroundcolor to the same, turn of echo (using setscreen), or just use hasch and getch. |
|
|
|
|
 |
|
|