Progress Bar with two timers

Hello, Everybody!
Who can explain me why two timers show different times?
The Long timer (3000ms) shows correct time 3sec.
But the Short timer (10ms+10ms+... until it becomes 3000ms) spends for this more than 5 sec.
Progress_test.aia (3.0 KB)

because the blocks in the Timer events also need a little bit of time to be executed...

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by icon24 Taifun.

Thanks, Taifun!
I wanted to use second Short Clock for Progress Bar (I set a Width of Arrangement for this). But in this case the Progress Bar grows too slow.

Now I cant imagine how to make Progress Bar.
I have 3 sec period and Progress Bar must grow from left edge of screen to the right edge during this 3 sec.
How can I grow Progress Bar with only one Timer of 3 sec?
Progress_test (2).aia (3.6 KB)

With one clock

Progress_test (1).aia (3.3 KB)

For fun two progress bar, 3 i 6s:

Progress_test (2).aia (3.8 KB)

2 Likes

Patryk_F, thank you very much, Im going out to try this!

Exellent works, thanks again!

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