I have a project in which I’m asking the user to tick yes or no boxes.
If the answer is yes then a needle on a separate movie goes closer to the red(right) and if the answer is no then the needle stays where it is.
This was all fine until the user ticks yes then changes their mind to no… the needle would then stay where it was rather than going backwards(towards the green) because I had set it up to not do anything if the no button was pressed initially?
I was told that setting up the buttons as arrays would be the best option but on trying to learn about arrays I’ve become completely confused?
Can anyone help?
oh additionally the amount of ticks dictate certain events that happen to the needle movie so they need to trigger events some how?
Yes… which is what I had originally but the no answer initually results in not a minus movement but no movement. Only if the yes has already been ticked then is unticked by a no instead should the needle be minus’d?
Im not sure on the writting of arrays … I understand the principle but not the practice