Referencing Dynamic Text within a MovieClip using ActionScript
Hello. I have dynamic text (the number '6' in the following image) that decrements by 1 every time the user presses the Enter key (as can be seen in code within the second image).


If I make the dynamic text a symbol such as a MovieClip, the number no longer decrements on stage but the variable does within the code. How do I reference the dynamic text within the MovieClip symbol within my code so it decrements as it originally did on stage?


