Use a custom image for cursor By Nuno Cardoso Hi heroes! Just to share a functionality that can be useful for someone. This was developed to show that is possible to change the cursor inside a SL course to any image that you like. Check demo here:http://nuno-cardoso.pt/articulate/change_cursor/
Ron Katz 7 months ago08/12/20 at 2:14 am (UTC) cool. how does it work? Are you able to share the Storyline file?
Matthew Bibby Hero Ron Katz 7 months ago08/12/20 at 2:26 am (UTC) If you inspect the demo, you'll see the following JavaScript is being executed when rocket button is pressed: var elementToChange = document.getElementsByTagName("body")[0]; elementToChange.style.cursor = "url('http://www.nuno-cardoso.pt/articulate/change_cursor/cursors/rocket.ico'), auto";
2 Replies
cool. how does it work? Are you able to share the Storyline file?
If you inspect the demo, you'll see the following JavaScript is being executed when rocket button is pressed: