The clock seconds do not count well.
-
I need the EA to tell me the clock seconds exactly and I have observed that the seconds move at the same time as the tick. Is there any way to fix this?
-
@juan-manuel-quiñonero

This happens because the EA code is not run on a continuous basis - instead, it is run on every new tick. That's what the "on Tick" means. To run your code on every second, use the "on Timer" tab in the builder, and modify the timer interval from the project options
-
Thank you
-
@roar Follow the EA without counting the time well in seconds.
://fxdreema.com/shared/EG6Sy6uRd -
@juan-manuel-quiñonero said in The clock seconds do not count well.:
://fxdreema.com/shared/EG6Sy6uRd
What's the problem exactly? BTW, the first pass block on the 'On Tick' tab is not necessary.
-
@l-andorrà pass blocks are always necessary .. because they're beautiful!!!