[ ] [ 0 ] [ 0 ] [ 0 ] [ 0 ]
^ \_____________/
Brick with Print bricks with
event 1 event 2, except
with different
<NAMED BRICK>
values.
Eventing Lessons
Today's Lesson: Print Count
Event Effect: The number on a brick increases/decreases.
Events (Increases):
[1] onActivate | <Brick> | increamentPrintCount | <Number that you want to increase the number by>
Events (Decrease):
[1] onActivate | <Brick> | decreamentPrintCount | <Number that you want to decrease the number by>
Are there several digits?
Event Effect: When the first digit overflows/underflows, the next digit rises/lowers.
Events (Increase):
[1] onActivate | <Brick1> | increamentPrintCount | <Number that you want to increase the number by>
[2]onPrintCountOverflow | <Brick2> | increamentPrintCount | <Number that you want the next digit to increase by>
Events (Decrease):
[1] onActivate | <Brick1> | decreamentPrintCount | <Number that you want the number to decrease by>
[2] onPrintCountUnderflow | <Brick2> | decreamentPrintCount | <Number that you want the next digit to decrease by>
Sorry about that, look at this one.