Author Topic: print event help  (Read 525 times)

how do i make a timer with the numbers increasing with relays and such?

So, if you want to make an event where every time you click on a box it goes up a digit, you type this:

onActivate-Self-increment print count

and if you want it to loop back to 0 then you put:

onPrintCountverflow-Self-setPrintCount-0

So, if you want to make an event where every time you click on a box it goes up a digit, you type this:

onActivate-Self-increment print count

and if you want it to loop back to 0 then you put:

onPrintCountverflow-Self-setPrintCount-0

Print counts automatically go to 0 when they overflow.

Never really noticed that... But, okay.