Like I said, other events may override the animation to "idle". You need to add a condition "not dragging" to them.
Also, there is a mistake on your screenshot. You have:
If NOT overlapping other turrets OR overlapping buildable area: set red animation
you need:
If overlapping other turrets OR NOT overlapping buildable area: set red animation