[Guide] How to use the CLOCK

Really nice and helpful guide. Thank you.

1 Like

Excellent guide, congratulations.
Continue

:clap:t3:

A Comprehensive Guide about Clock, Nice :clap:

1 Like

Loved how detail this guide is. I hope you will also mention the add days, add month etc.

1 Like

Amazing guide :heart_eyes: :star_struck:
I consumed lot of time understanding these few blocks at beginning

Thank you @sugarlesscreator

Good to know it helped you :slight_smile:

Thank you @lxmipaudel

Thank you @Douglas_Maueski

Thank you @themaayur

Thank you @WatermelonIce

I have mentioned them

See here

Thank you @Titan_geek

3 Likes

Really great

Thank you @Avijit

Amazing Guide. :star_struck:

Thanks @Kshitij

This topic can be a wiki. Would be appreciated if any staff or mod can make it.
@Kodular

3 Likes

This decision can only be made by @Alaqmar_Bohori himself.
He alone has the copyrights from it.

6 Likes

I don’t think i can because i am on tl2

Yes, but only you can authorize / allow it.

3 Likes

Very Detailed Guide
@Alaqmar_Bohori
:+1: :+1: :+1:

Well If It Will Be Made Wiki, I Will Edit The Post This Way. To Make It Look A More Cleaner In Presentation.

1. Properties

-------1.1 Timer Interval

Property Type - Number

Default Value - 1000 Milliseconds

From Designer Screen
Untitled

From Blocks
blocks

Usage -
This Block Sets the Time Interval (in Milliseconds) Betweem Each Firing of Clock.Timer Event.


-------1.2 Timer Enabled

Property Type - Boolean

Default Value - True

From Designer Screen
Untitled

From Blocks
blocks
blocks

Usage -
This Block will Enable the Clock Timer Interval Countdown.


-------1.3 Timer Always Fires

Property Type - Boolean

Default Value - True

From Designer Screen
Untitled

From Blocks
blocks
blocks

Usage -
This Block will Continuously Fire the Clock.Timer Event in a Loop at Frequent Intervals Set by the Timer Interval Property.

Note -
This will Fire even when Application is Not Showing on the Screen if set to True.



2. Event

component_event

Usage -
This Block Fires when Timer Interval is Completed.

Note -
After Executing all the Blocks within the Event is when the Next Interval Begins.



3. Methods

9 Likes

Btw, I approved your guide in the AI2 forum.
I could make it a Wiki there (if you want).

3 Likes

Sure you can

3 Likes

Ok … done.

4 Likes

@Moderators please make my post a wiki here too…

1 Like

I’m trying to convert a number into time format using .format time. In instant the variable has a value 180 but the result is 05:30:00
I expected it to be 00:03:00
Where am I going wrong here?