Computer Science Canada How do you create if structures using GUI buttons? |
Author: | skyheights [ Sat Dec 21, 2013 7:44 pm ] |
Post subject: | How do you create if structures using GUI buttons? |
What is it you are trying to achieve? I need to make multiple buttons that go into one procedure, however the procedure should have an if statement that dictates what the button will show. Ex. if this button has been pressed then show this (I have to do like 13 buttons) What is the problem you are having? I don't know what commands I should put in my code to actually do this. Describe what you have tried to solve this problem Sorta stuck here and I don't know what to do Please specify what version of Turing you are using 4.1.1 |
Author: | Tony [ Sun Dec 22, 2013 12:10 am ] | ||
Post subject: | RE:How do you create if structures using GUI buttons? | ||
Think about what kind of a procedure you can have.
|