
-----------------------------------
RachelMonster
Sun Jan 22, 2012 8:04 pm

How to import work try again buttons?
-----------------------------------
What is it you are trying to achieve?
For the wrong answers (choose11,choose13,choose14) to have a try again button which brings them back to the previous question.

What is the problem you are having?
Wont let me go back to the question


Describe what you have tried to solve this problem
if's and more procedures


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
4.1 I believe

-----------------------------------
Alex C.
Sun Jan 22, 2012 8:19 pm

Re: How to import work try again buttons?
-----------------------------------
yeah, no need to double post..
 :guns:  *first post*

oh and please use code tags...

seriously, if statements should work. if correct answer= false, just keep looping it till they get the right answer

-----------------------------------
RachelMonster
Sun Jan 22, 2012 8:50 pm

Re: How to import work try again buttons?
-----------------------------------
Can you give me an example please???

-----------------------------------
Aange10
Sun Jan 22, 2012 9:07 pm

Re: How to import work try again buttons?
-----------------------------------
Can you give me an example please???

if correct answer= false, just keep looping

-----------------------------------
RachelMonster
Sun Jan 22, 2012 9:17 pm

RE:How to import work try again buttons?
-----------------------------------
can somebody give me an example of how it would be in my program? 'cause i honestly have no idea what's happening..

-----------------------------------
Aange10
Sun Jan 22, 2012 9:20 pm

RE:How to import work try again buttons?
-----------------------------------

cause i honestly have no idea what's happening..


What do you want to happen

-----------------------------------
RachelMonster
Sun Jan 22, 2012 9:23 pm

RE:How to import work try again buttons?
-----------------------------------
I want choose11,choose13 and choose14 to include a try again button that brings it back to the the question (procedure Play)

-----------------------------------
Aange10
Sun Jan 22, 2012 9:27 pm

RE:How to import work try again buttons?
-----------------------------------
Read about GUI in the Turing Walkthrough. It will explain the use of buttons.

-----------------------------------
RachelMonster
Sun Jan 22, 2012 9:29 pm

RE:How to import work try again buttons?
-----------------------------------
I did read it, im still confused
