Forum Discussion
'Drag Over' state wont reset (File Attached)
The auto-return for draggable objects doesn't appear to activate any triggers, like intersect end, focus end, or hover end. Because of this, if states are changed during a drag operation they remain as they were after the auto-return. To get around this, you may have to track your own variables representing 'drag over' actions rather than relying on the built-in system. For example, create a T/F variable for the drop target, set it to true for each drag over operation for your drop items, and trigger a state change for the drop target based on the associated variable change and value. To clear the state change, set the variable to false when each drop item is dropped on the drop target. That way, it only highlights while the item is held over the target.
Related Content
- 10 years ago
- 9 months ago
- 3 months ago