Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

Hi, there are a few ways to make sure things sync up. For both,  you need to set up a State which has a schedule, and this will serve as your new "blink" timer. You'll need to put your blink sprites on separate layers to the open eyes. 

Then you can do one of the following:

  • Use the state to hide each open eye layer and show the blink ones individually.
  • Add all the blinks to a "blink" folder and add all the open eyes to an "open" folder, then use the state to hide/show the folders.
  • Create two empty layers instead of folders, and add them as motion parents to the blinks/opens, then use the state to hide the parent layers.

Unfortunately there's no way to clip to a specific layer yet, but I'm brainstorming ideas for that right now :)

(+1)

Oh that's such a clever list of  solutions, thanks so much! I'll test those out next time and see which works best for me.

And really no worries about the clipping, I wish you luck in implementing it! :)