
Welcome Guest
|
#1
|
|||
|
|||
|
check boxes
I have created 5 check boxes which when 3 correct ones are selected it moves to a certain frame and if it is incorrect it moves to another different frame. However even if it is right or wrong it moves to the frame of the wrong answer.
The following is the code I have added behind a button on the same frame as the check boxes: on (release){ if (a == true && b == true && c == true){ gotoAndStop(25);} else { gotoAndStop(25); } } with a, b and c being the instance names of the correct check boxes. Any ideas? |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| manual drag drop on Boxes in HBox | skitzer | Apache Flex |
0 | 10-06-2008 07:09 PM |
| Check boxes in Flash Forms! | Cama | Flash MX 2004 |
9 | 11-16-2006 03:02 PM |
| combo boxes - depth management?? | robinamasio | Actionscript 2.0 Components |
0 | 09-21-2004 04:05 PM |
| How do I call external movies by checking boxes? | benwood | Flash MX 2004 |
1 | 01-29-2004 08:11 PM |
| flash form with tick boxes | BuryMeFlash | Flash MX ActionScript |
0 | 11-21-2003 12:13 PM |




