Forum Discussion
Disabling mouse cursor change
Hello everyone, I was just looking for a solution for this. My goal was to have a blocker to keep a user from being able to drag multiple objects stacked before satisfying prior clicks. (hope that makes sense). I also needed this to repeat and did not want to create multiple blockers for the same instance. I also didn't want the cursor to show when they hovered over my blocker. Here was my solution and hope it helps you all.
I created a button and added a hidden state. I defaulted my button to it's "Disabled" state. This will not show a cursor upon rollover and will block like a "Hotspot". When my user clicks a button, I have it change my state to "Hidden" where I had no shape and enables the user to be able to drag the item below it. Then when they drag and drop the item to its correct drop target, I have the state change back to "Disabled" so it would block the next drag item until they satisfied their next step.