
-----------------------------------
teetee34
Fri Jan 14, 2011 2:21 pm

How to make the turing game &quot;who wants to be a milionaire&quot; ?
-----------------------------------
What is it you are trying to achieve?
To complete a turing program based on the popular game who wants to be a millionaire .



What is the problem you are having?
i need to control the increase of money each time you win .


Describe what you have tried to solve this problem
changed my put statements but now the program won't run .


Post any relevant code (You may choose to attach the file instead of posting the code if it is too long)

loop
        cls
        locate (5, 15)
        drawfillstar (600, 400, 340, 300, yellow)
        put "you've won 100 dollars!"
        exit when ord (ch) = 200
end loop






Please specify what version of Turing you are using
4.1.1

-----------------------------------
Tony
Fri Jan 14, 2011 3:13 pm

Re: How to make the turing game &quot;who wants to be a milionaire&quot; ?
-----------------------------------
but now the program won't run
What kind of "won't run" is it?
