Forum Discussion

KHKH-3b16fcd0-7's avatar
KHKH-3b16fcd0-7
Community Member
8 days ago

Need action "when object loose focus"

I need the object to move down when the user hovers over the object, and for the object to move back up when the focus is removed from it. There is not enough trigger.

We have mouse hovers over, but there is no mouse leaves.

...Or we need add else: move object down when mouse hovers over, else move object up (if object was down).

Help please, how can i realize this logic?

  • You could add another object below your object that has a trigger to move the object up when mouse hovers over and uncheck the restore option.

    Or you could create a javascript trigger to do both.