Copy link to clipboard
Copied
I'm working on Excel training/simulations, and at a certain point I want to instruct students to resize a column by double clicking between the column headers. When they do this in Excel, their cursor changes to a "plus sign with arrows on the sides" to signify that they're over the correct spot. I can insert a rollover image on that spot that shows the correct cursor type, but all it does is display the image in that spot while the mouse pointer remains the hand.
Is there any way in Captivate 9 to force the mouse pointer to change at specific rollover locations?
If the output is HTML5 you can do this with CpExtra as explained here:
Copy link to clipboard
Copied
Sorry for the short answer: No!
For SWF output InfoSemantics had a cursor widget.
Copy link to clipboard
Copied
You actually can do it for HTML5 with some CSS and JavaScript.
Copy link to clipboard
Copied
That will not be that easy, David! Worth a blog post
Copy link to clipboard
Copied
I think that's a good idea. It's been too long since I wrote anything, thanks!
Copy link to clipboard
Copied
If the output is HTML5 you can do this with CpExtra as explained here:
Copy link to clipboard
Copied
Oops, Rod, forgot about that feature of CpExtra, my bad. So many feature!