I know we can end a macroloop via its' own code by putting the loop flag to false, but I don't know any way of starting a macroloop other than the dedicated macroloop box.
Would it be easy to implement a way for buttons to stop / start a macroloop.
A normal "on while pressed" button could start a macroloop, but its' own code would have to set the loop flag to false to terminate the macroloop.
A toggle button could both turn the macroloop on and off.
Keith