Making the screen flash black- effects

How can I use an effect to make the screen flash black a few times? I’ve seen it done before, but I’m not sure how to code it. If anyone could help, I’d really appreciate it.

1 Like

Just use
@transition fade out 0.2
@transition fade out 0.2

Do that a few times :grin:

4 Likes

Thank you!

1 Like

Do you know how to make a flash happen at the exact time of an animation? for example i want the screen to flash red at the exact moment my character hits someone. does anyone know how to do that?

1 Like

&CHARACTER is …
@transition fade out red 0.3

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.