PDA

View Full Version : Scores



Tomoko_Sasaki
February 21st, 2003, 04:30 PM
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

senocular
February 21st, 2003, 04:46 PM
of course.

it all depends on how you want it to work.

Marz
February 21st, 2003, 04:47 PM
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.

Tomoko_Sasaki
February 21st, 2003, 04:47 PM
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.