One approach would be to use a looping timer to toggle the visibility at a timing frequency that you specify. You’ll need to set up the Timer during the “On Begin” event and create a function to be called by that time (I called my function “ToggleVisibility” in the example below.
Event Graph
ToggleVisibility Function