Captivate 9 drag drop - hide and disable drop targets?
I'm trying to create a drag-drop with all targets in the same location. I want to hide all targets except one. Users should drag the correct source to the target, which then follows a motion path with it's source to fall on a stack at the bottom of the screen. The next valid target then becomes visible. Incorrect sources should be rejected.
When the targets are spread out on the stage and all are visible, everything works well. Correct matches follow the motion path and incorrect sources get rejected. However, ALL targets seem to be active even though set to hide and disabled in a slide entry AA. When all targets are superimposed on each other, ALL sources seem to be accepted by the target (the only one visible) and execute my AA to drop down the stage.
Targets are named l_1, l_2, l_3, l_4 and are superimposed on each other
Sources are named s1, s2, s3, s4
The stage (yes, this is just in test phase at the moment)

Slide entry AA

Setup for target l_1 (all other targets follow this model)

AA when s1 is dropped on l_1

Is there any way to truly disable l_2 so that it does not respond until level1Success executes?
