Have a flag for each sequence. Only run the sequence if the flag is false. If the flag is false, run the sequence and at the end of the sequence set the flag to true. When all sequences have run, set all the flags back to false.
Have a flag for each sequence. Only run the sequence if the flag is false. If the flag is false, run the sequence and at the end of the sequence set the flag to true. When all sequences have run, set all the flags back to false.