"Simple" but looks impossible using Storyline : Interacting with user's mouse cursor

Feb 22, 2019

Hi, Heros

"Simple" but looks impossible using Storyline 3:

I want a black color Text on my slide which interacts with the user simply...

 

when the user hovers over the text, the user's cursor turns to hand cursor and the text color turns to red and when the user clicks we go to slide two.

Of course, if the user's mouse cursor leaves the text box area it goes back to black.

I have tried this jQuery with no luck:

 

var item = $('[aria-label="myText"] svg')

$(item).hover(function() {
$(this).css('cursor','pointer');
}, function() {
$(this).css('cursor','auto');
});

 

Thanks in advance for any help...

2 Replies

This discussion is closed. You can start a new discussion or contact Articulate Support.