Forum Discussion
Disabling mouse cursor change
Using Storyline 360, I want to implement an "invisible" button that will show a text string representing the version of the content on mouse click.
This button will only be used by developers to troubleshoot.
I've tried using Storyline's:
- Buttons with states
- Shapes with custom state called "ShowVersion"
Whenever I use the "User clicks" event trigger, the mouse cursor changes from the "normal" arrow to the "hand" pointer.
How can I disable the cursor change?
- AlfredLow-e8653Community Member
Thanks Matthew. That works!
- JenniferCummingCommunity Member
I was interested in this response, too since I'm creating a simulation and want the learner to click certain hotspots. The changing mouse is a giveaway.
- RobertChee-7495Community Member
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. Hello Robert and welcome to E-Learning Heroes :)
Thanks for reaching out and sharing the scenario that you were able to create as well as sharing your solution with the community.
- RobertChee-7495Community Member
Thank you Leslie! I have learned a lot from this community. I'm glad I am able to share something and hopefully be able to help someone.
- DannyCole-685d0Community Member
Hi all, for anyone interested, I have attached 2 simple examples of how I avoid the cursor change for hotpots and buttons. 1) map.story provides the typical Correct/Wrong layers when the learner selects either the right or wrong area anywhere on the slide. 2) OnlyRight.story has a trigger that changes the status of the background picture (i_map) to Normal when clicked. I have found this works well as the whole background picture becomes a pointing finger and does not show any noticeable cursor change when the learner hovers over the hotspot or button area. I hope this helps someone.