Changing cursor when reaching hotspots

● ARCHIVED · READ-ONLY
Started by KravenarGames 4 posts View original ↗
  1. I'm trying to create a picture to make an hotspot with Image Map.
    Is it possible to change the cursor when reaching an area?
  2. Use the action command, Settings > Change Cursor and have a common event (with switch + parallel process) that checks your mouse coordinates.
  3. Hi,

    you can use the Change Cursor command. It would be much easier using Add Hotspot instead of image maps because Add Hotspot command has more option. There you can easily setup a common event for On Enter and On Leave events to change the mouse cursor.

    With Image-Map, unless that command gets an improvement there is not so much you can do except the suggestion Archeia made. So I recommend Add Hotspot if possible.

    For the future, I could imagine to allow to setup different cursor states for different hotspot states. I noted that in our internal database for future improvements.
  4. Thanks