Im using the following to display feedback once a check answer button is clicked to see if the correct object out of four has been selected.
It works as far as displaying the tick - once the correct object is selected but im unable to get the cross to display when the wrong choice is made (ie any other object than the correct one).
Would really be greatful if someone could help me out…
on (release) {
if (_root.choose1._visible == false) {
if (_root.choose2._visible == true) {
if (_root.choose3._visible == false) {
if (_root.choose4._visible == false) {
Gave it a go but the tick was displayed for everyone I selected. I think the problem is that 2 needs to be selected exclusivly for it to give correct feedback.
Will play with the idea you suggested though… thanks for your help
I’m not really understanding what you’re trying to do. My last suggestion was kinda a shot in the dark. If you can post your .fla file, I bet we’ll get 'er figured out in no time.
Yep setting everything to its original state is what I needed to do… your solution is superb!
Out of curiosity though is that the easiest way?? I assumed that Flash would have some built in refresh/reset function that would be universal……. (kinda the equivalent of jumping to a new scene & jumping back…
Anyhow again thank you’ve been a great help ‘n’ have a great weekend :p: