How to switch an actor when the cursor leaves a region - (Cursor Swap)

jimm84

  • Posts: 31
Hello I was wandering of some could help. I've made this partially work. When my custom cursor hovers over a door ( A region) it swaps to another cursor (a question) I've got the first part to work when the mouse hovers what would be the best approach for when the mouse leaves for it switch back?

Other note worthy information:
The cursor action has two animations 1) Standard 2)customCur

Any hints, tips and clues?

Thanks,

mebloo

  • Posts: 128
Hello, you may not have noticed it but in that block "enters" is a dropdown menu so you duplicate your block and change "enters" to "exits" and do all the updates you need in that block.

jimm84

  • Posts: 31
Thank you, that was straightforward. (solved)