Hello friends welcome back. As I told you in previous video, In this video, we make simple counter using button visit. So let's start. I already opened idle now, I'm going to make a simple counter To start a new AI application Make it global counter, counter label Text it will automatically increase the value counter after every second thousand millisecond count Whenever you click stop button it will restart from zero Now let's run this script See, there is a counter which is continuously increasing every second eight 910. And whenever we click this button, this will stop. See, firstly I created counter label in which I assign a counter value equal to zero, then I to find count function, which functionalities to increase the value of counter every second.
This is every second the loop is increasing. And here I created one button whenever I click that button or press that button Stop button, it will destroy the application. So keep learning. Keep moving and happy coding