I would say have LOOPC and LOOPF and MAIN program blocks. SW1 sits in main and depending on HIGH or LOW GOTO LOOPC or LOOPF. Then go back to main to check SW1.

Add a PAUSE 250 in the LOOPs before going back to MAIN.

You can shorten this up a bit, but try this first.