[FREE] Countdown Extension

Write a short description

This is a simple countdown extension with multiple functions. Countdown will run in the background as well when the app is minimized but not when the app is killed from the process.

Add a picture of all the blocks

image

Write instructions to use your extension

component_event(2)

This event will trigger if countdown is already running and tried to start countdown again.

component_method(1)

Returns true if countdown is running otherwise false.

component_event(1)

This event will trigger when countdown is finished.

component_event

This event will returns remaining time in the countdown.

component_method

Starts the countdown with given time in milliseconds.

component_method(4)

Stops the countdown and reset it.

component_method(3)

Resumes the countdown from where it was paused.

component_method(2)

Pauses the countdown.

Download

Countdown.aix (7.6 KB)

Test.aia (69.2 KB)

3 Likes

Which builder blocks are these?looking weird

Its are from Kodualr only. It because of browser fonts.

Thank you for your contribution
Please follow the naming conventions and correct your extension and documentation accordingly

isRunning → IsRunning

Taifun

1 Like

Nope kodular got updated