T THE ONE! New member Sep 15, 2009 #1 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.
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.
M mdigitale New member Sep 15, 2009 #2 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.
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.