Do you mean you don't understand attributes in general?
Here is the Stencylpedia article on attributes:
https://www.stencyl.com/help/view/attributes/Here is my video on attributes:
https://youtu.be/R7CB7xwoLyoI mentioned in the "Basics" part of the video near the beginning that When Drawing executes every visual frame. At 60 fps, that's 60 times per second.
Use only one When Drawing event per behavior.
Use more text drawing blocks if you want more text or more drawings.
Use if blocks with the appropriate conditions to limit which ones are drawing.
In the case of your button, draw the attribute for your counter.
And regarding the speed of the first video, you can pause it, rewind it and watch as many times as you need. I cannot do more than that.