Hi @umb, also just a workaround (so not really answering your question) but maybe the most parsimonious one: Set the “start” field of the button to “condition” and use the condition mouse.getPressed()[0] == False. This way the button is only initiated if the mouse is not pressed (anymore).
3 Likes