A clean counter, which can be used as project counter, game score counter, or any other counter.
- Change All Colours. - Change Rotation Time. - Change maxmimum Number.
using the following AS3 Code:
new Counter(7, 1, 1, 0×000033, 0xffcc33, 0xffcc33, 0×000033); new Counter(maximum, current Number, rotationTime, colours);
Add as many counters to the stage as you would like:
Control the counter with your own buttons by simply calling counter.countUp() or counter.countDown()

