Basically I need the “image” of fast changing numbers. I am planning on having a series of these in a line, sort of like the matrix (how the numbers change repeatedly). I want them to basically generate the numbers 0-9 over and over pretty fast (sort of like milliseconds on a stopwatch), until I have them fade out.
I am fairly new to flash, so if you guys could help me out with a code I would greatly appreciate it!
As stated to get a random number between 0 and 9, Math.random is the way to go:
But to address your second question, of how to get it so it does this every millisecond