
Welcome Guest
|
#1
|
|||
|
|||
|
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. |
«
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 |
| 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 |





