Answered
Javascript
Is there any way to trigger javascript on a rollover, rather than a mouse click when publishing for html5?
Is there any way to trigger javascript on a rollover, rather than a mouse click when publishing for html5?
On slide enter you would need to add an event listener for the object:
object.addEventListener("mouseover", myScript);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.