I think I had a method of doing this sort of thing in an old project somewhere, I'll see if I can find it. It didn't have the colour coding but I think the method you're using in this example would be fine.
I'm also on a mac, bootcamped. Here are some solutions to the "no print screen" button problem:
a) Run on-screen keyboard, it's a utility that comes with Windows (even XP has it), and press the print screen button from there.
b) Download a program like MWSnap 3 and use that instead.
Thanks J, the main issue im having isn't with the rolling affect itself), its with the adding Commas, Its very tedious to have so many events to add in the commas, I was hoping there would be a way to do some sort of Recursive event but i haven't been able to wrap my head around it.
No worries Mato. Here's a fix for you, makes it just 5 events (not counting irrelevant things like colour coding, or demonstration stuff like being able to increment by pressing a button).
http://tinyurl.com/mmocount
Your version is on frame 1, and the essentially equivalent but tidied version is on frame 2. The only limit of the system I've given you is the counter's max value of 999,999,999- though you can remove this if you do away with the unnecessary counter in the first place (just use alterable values / global values instead, or even strings if you like).
Note that the "adding commas" part is done in 3 of those events. I've used the "Left$", "Right$" and "Len" methods, though you can also use the equivalent mathematical \, mod and log functions, if you can wrap your head around them
Oh yeah, should probably tell you: press up/down arrow to increment or decrement by 1000, hold z or x to increment or decrement by 500,000. Comment edited by Bricnic on 1/29/2011