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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-11-2005, 08:42 PM
GazzaUK GazzaUK is offline
Registered User
 
Join Date: Apr 2005
Posts: 1
Rep Power: 0
GazzaUK is on a distinguished road
beginner problems embedding drag and drop

I've been making a quiz type system in order to learn how to use flash mx and theres just one bit of it which isnt quite working. Its a drag and drop question where four objects have to be dragged to certain areas. The section works fine until i embed it into the 'contents' MC, and then it wont give the right response even if the objects are in the correct location. Heres the script for the check answer button:

on (press) {
if ((_root.contents.one._droptarget == "/1target") && (_root.contents.two._droptarget ==
"/2target") && (_root.contents.three._droptarget == "/3target") && (_root.contents.four._droptarget == "/4target")) {
answer = "correct";
} else {
answer = "false";
}
}

im sure its something simple but i can't seem to figure it out.
Reply With Quote
 


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
Drag and Drop ScottyEvil Flash MX 2004 1 05-18-2007 05:02 PM
Drag and Drop quiz problems Ecinele Newbies 0 11-26-2005 02:17 AM
Drag and drop problems Annet Flash MX 2004 4 08-31-2005 12:22 PM
Drag & Drop Help! jmwebcenter Flash MX 2004 1 02-08-2004 07:27 PM
How to unable Drag and Drop movies. choi_kathryn Flash 5 Actionscript 1 11-30-2002 02:14 PM




All times are GMT. The time now is 12:54 AM.