If I understood your question, you want to use one LED cluster to display what's happening inside all frames of your sequence structure. Replace your sequence structure with a while loop and a nested case structure (i.e. a state machine). Execute Case 0, then Case 1, then Case 2, then Case 3, then Case 0, etc. Pass the cluster value outside the case structure to one LED cluster. Each time the while loop executes, you'll see the LED cluster update with data coming from the case structure.