Poll

How do I make timing for an event?

OnProjectileHit
0 (0%)
onPrintCountOverFlow
1 (100%)

Total Members Voted: 1

Author Topic: Timing event  (Read 356 times)

I don't know how to mae timing. That's all I gotta say. ._.

Er, timing? You mean delayed? The little box that says "0" on the left. 1000 is one second after being triggered, 2000 is 2 seconds after being triggered (this uses milliseconds)

You can set an event's delay (in milliseconds) in the left-most textfield.
Or were you talking about something else?

Oh, he wants to make a timer that knocks a number up once a second.

Make a brick that fires a relay to the print. Make the brick fire a relay to itself and the print brick. Make the brick re-fire the relays 1000 ms delay. Make the brick Onrelay-Firerelay-self. Make the print brck onrelay-incrementprintcount.