Scores

hi!

Alright… this might be quite complex, but i’m willing to give it a go.

You know in games, where the score kinda ticks up? like say you have 0, and get 50 points. it ticks from 0 to 50 really fast. as if it is adding progessivly. Would this be possible to do in flash with an dynamic text box??

thanks alot
-michelle

of course.

it all depends on how you want it to work.

Yeah…

Create a dynamic text filed in flash and give it a var name down in the properties…

Then with this var name in your actionscript…

nameofTextField = currentScore;

HAve currentScore be a variable that tracks all your scores.

I want it to add up progressivly…

instead of the score flicking from 0 to 50, i want it to scroll through the numbers between 0 and 50 really quickly until it got to 50. (Like you see in games)

if u cud help me i’d appreciate it alot.