custom cursor in captivate 2017
I am using captivate 2017 to build an equipment simulation for html5 export. I want the user to click on the stylus and have the cursor change to something that looks like stylus. I have been able to get this to work in Adobe Animate using
function fl_CustomMouseCursor_3() {
this.mc_stylus.x = stage.mouseX;
this.mc_stylus.y = stage.mouseY;
}
I am trying to get something like this to work in captivate. Anybody have any suggestions?
