how to put a delay on a button/changing scene?
hi.
I was just wondering how to put a delay on a button? I want the scene to change to another scene when the button has been pressed but not right away.
I´ve used the timer and I set it to "after 1 second" so when the button has been pressed it should take 1 second before the scene changes to another scene but nothing happens.
what am I missing?
Comments
You need to make sure that "Run to completion" is checked. Without that, the rule condition becomes false when you release the click/tap and the timer doesn't complete its cycle. With that box checked, the timer behavior will still continue even when the rule condition becomes false.
@tatiang Thanks. That worked