I am making a 2d game. How do you make an object blink only when the mouse cursor is over it?
I want to stop blinking when the mouse cursor leaves the object.
  • I don't think that's possible with ORK's event system, but you can do it with Makinom, which is available for free and works similar to ORK's event system.

    Makinom's Interaction Machine component can start a schematic on Mouse Enter and Mouse Exit, which you can use to start and stop blinking the game object.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.