Tween layer effects

I’m making a game in which a camera flash is a mechanic, the way I’m doing this right now is by activating an event that changes the settings of the layer effects every 0.4 seconds (Image below), however, I think that the amount of actions I am using might not be good for optimization, so I was wondering if there was a way to “tween” the settings of layer effects in order to use less actions.

Hi sdsadas, good question, yep you can change the value of a number in your layer effects with tweens.


Here's an example of how I recently used a layer effect

image

3 Likes

Hi, sorry I took a bit to see this, but I already found a solution, although it is much more complicated than your approach, still thank you for taking the time to respond!

1 Like