Computer Science Canada

Running procedures at the same time.

Author:  BOOMCl4P [ Tue Dec 19, 2017 8:28 am ]
Post subject:  Running procedures at the same time.

I have recently started using turing for my school class, and have been experimenting with Math.Distance and Mouse.Where statements, but I have been stumped. I have been working on a GUI quiz for a school project, and some of the questions are multiple choice, and when I select a certain answer, it allows me to change to highlight another answer. My issue here is that I want to be able to have a confirm answer button , while retaining the ability to change your answer.

Any help would be great!

:3 Thanks!

Author:  LolADuck [ Tue Dec 19, 2017 2:36 pm ]
Post subject:  RE:Running procedures at the same time.

Have another button to go back to the "changing answer" mode. Since in turing, buttons need a loop statement to process the event, really the only other way to accomplish what you want without a second button would be to put the code of choosing an answer inside the GUI.ProcessEvent loop.

Author:  TokenHerbz [ Thu Dec 21, 2017 5:31 pm ]
Post subject:  RE:Running procedures at the same time.

browse here : http://compsci.ca/v3/viewtopic.php?t=8808 and ill assist you after you post what you have tried.


: