LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 


Prev Previous Post   Next Post Next
  #1  
Old 03-24-2003, 08:34 PM
treble99 treble99 is offline
Registered User
 
Join Date: Feb 2003
Posts: 18
Rep Power: 0
treble99 is on a distinguished road
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?
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 07:24 AM.