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
3 Likes