|
|
Question : Flash 8 Drag and Drop Quiz Question
|
|
Flash 8 Drag and Drop Question - I have created a quiz with drag and drop using Flash 8. I got the code from http://www.monkeyflash.com/flash/drag-and-drop/. I got it to work, but there are two areas (2 and 4) where I had to move the target areas in an odd location in order to get it to match. I can't for the life of me figure out what I could do so the targets are all in the same place.
the files are at the following location: http://www.flowers-mangs.net/dragdropNancy2.html http://www.flowers-mangs.net/dragdropNancy2.fla
All actions are in the actions layer, targets in the targes layer, etc. I left the targets green to make it obvious where they are. The intention is to alpha 0% when completed.
I know this won't show when I remove the color, but I'm curious as to how to why 2 and 4 cannot be positioned as 1 and 3. Anyone who can help it will be appreciated.
|
Answer : Flash 8 Drag and Drop Quiz Question
|
|
locking to the mouse position is somehow screwing with the dropTarget. take out the ..true.. from the ..startDrag(true); and you will find they will behave. this gives the startDrag the default of false so you pick up the clip from where you click it.
Z
|
|
|
|