brutteforcce
Technical User
I want to make a test with check boxes... I made a model, but I don't know how to demark a marked one when I chose another one...
The code is this :
on (release) {gotoAndStop(20);
_root.a=_root.a+1;
}
This is the code when it marks it...
on (release) {gotoAndStop(1);
_root.a=_root.a-1;
}
This is the code when it demarks it...
This code is fot the check boxes with the correct answer, and the checks boxes that aren't correct don't do nothing... So, the variable a is the number of the correct answers...
Pleases help me and if you have a better idea for calculating the correct answers please tell it to...
The code is this :
on (release) {gotoAndStop(20);
_root.a=_root.a+1;
}
This is the code when it marks it...
on (release) {gotoAndStop(1);
_root.a=_root.a-1;
}
This is the code when it demarks it...
This code is fot the check boxes with the correct answer, and the checks boxes that aren't correct don't do nothing... So, the variable a is the number of the correct answers...
Pleases help me and if you have a better idea for calculating the correct answers please tell it to...