We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Interrupt action in "when hovered"

Home Forums Puzzles Interrupt action in "when hovered"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9625
    Clemens
    Participant

    Hello,

    I have the puzzles as in the attached picture.
    The problem is that the “over: do” part is like a switch. If the mouse is one time over the object the do part is executed. I want the do part executed after the mouse is hovering two seconds over the object.

    How can I do this? :unsure:

    #9628

    Hi,

    Your example should work. The only thing you might want to add is additional checking to prevent multiple timeout events.

    Here is an example:

    Attachments:
    You must be logged in to view attached files.

    Chief 3D Verger | LinkedIn | Twitter

    #9635
    Clemens
    Participant

    Hi Yuri,

    thanks for your reply, but it´s still not what I want.
    Perhaps I was to unclear. I need followinf behavior:
    1) Hover for MINIMUM 2 seconds over the object –> move camera
    2) Hover shorter than 2 seconds over the object –> do nothing (exit “when hoverer” puzzle)

    #9639

    I was able to achieve this in the following way:

    Attachments:
    You must be logged in to view attached files.

    Chief 3D Verger | LinkedIn | Twitter

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.