How do you make a score counter in flash with actionscript 3?

THE ONE!

New member
I would like to know how to make a score counter that would display the number of time's you had clicked a button or movieclip

Thanks in advance for the answers.
 
Add an event listener to whatever object you want to detect clicks on and have the code increment a count. Have the count render whatever score visual you want.
 
Back
Top