Right now I've got a 7-digit odometer, its 7 instances of a "numbers" movie clip placed on my background art. This "numbers" movieclip has 11 frames... a "-" for an unused digit, and the rest of the frames go 1,2,3,4,5,6,7,8,9,0.
I'm having a hard time figuring out how to animate it from one reading to another.
It is going to increment in random values input into my increaseReading() function... i.e. it might be told to go up by 20,589 miles... and I'll need it to roll to that point. Any ideas?
Tags: