BP for an On/off emissive light sequence?

Hey I was wondering if anyone could help me figure out how to do a light sequence, I have 2 materials, the ball(s) and water drops are different models. What’d be the best way to have it light 1 → 2-> 3->4, each ring to be on for about .5 seconds and cycle around?

i would say the easiest method to implement would be to use a multigate and a timer. the blueprint below may not be optimal but i threw it together as a proof of concept. basically every time a multi gate is activated it fires the next pin. so its good for accomplishing a sequence. another method would be to use some variables and a select node.

Thank you so much! Had my script so close, wasn’t sure if it was right. But my major difference I ended up getting before your reply was a sequence node vs multi gate. and I didn’t have the event plugged in. You’re a lifesaver!