Can someone give me the code for flashing lights like in a club

I know I need an overlay but idk what to do to make them flash like actual lights

Change the overlay opacity using
&OVERLAY A opacity 1 in t THEN pause for t2 THEN overlay A opacity 0 in t THEN pause for t3 loop INFINITE times
(Where t represents time)

2 Likes

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