How to make a countdown

hello I want to make a counttdown 5 4 3 2 1. I coded it so that the countdown will be shown on a label, so ı have no problem with clocks and stuff but I want the numbers to pop out, not shown in a label. how can i do that? the notifier couldnt do that, the numbers came out so late.

Can you explain this part ?

Here are blocks for a countdown:

https://ai2.metricrat.co.uk/scraps/simple-countdown

I dont want the 5 4 3 2 1 to change the places of the components I have on the screen. I want them to just be on top of them and disappear after 0

I know how to code it, I just have a problem with blocks. I need something like notifier.

Try this:

countPop.aia (8.1 KB)

I used the Dialog Anything extension

image

2 Likes

Have you tried the ProgressDialog Notifier block?
Boom.aia (2.3 KB) Capture

Start

yes I wanted that kind of a thing. thank you.

thank you too, i will try that out!

Maybe something like this with Canvas:

Blocks

1 Like