Works in App inventor not Kodular

Hello,
I started designing my app in App inventor and decided to more it to kodular for more features.
My blocks below work perfectly in App inventor but not in Kodular. When a user clicks on a button 19 times it runs a procedure that then “disables the button” however after copying the blocks over (not importing) I’ve found that it has stopped working.

Please advise.

Two if conditions not needed. Just stay with first if statement without any procedure

If the text = 20.
Then add the blocks for remaining blocks (like disabling …)
Else set text to text +1

1 Like

I was almost there! it works now, thankyou
Best Regards.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.