Cheers Henrik. The idea is to run the first loop when the button is pressed, if the button is pressed again the counter would count two button pushes and run / goto loop two, if pressed three times would goto loop three, run that loop then stop.
Somehow I need to get the button pushes to increment a counter: One push = run loop1 two pushes = run loop2 three pushes = run loop3....then Stop until button pressed again.
Is there anyway when a button is pressed to just count how many times that's happened then jump to a given loop without the count timer running?
Thanks for your help.
David
Bookmarks