HTML5 Dynamic Text not updating INSIDE of a Function Hi All, I'm creating what appears to me to be a simple countdown script. And it's working fine, but my issue is with simply displaying the countdown number on the screen using Dynamic Text. Before you ask.Yes, I have Advanced Layers on.Yes, I have reviewed all of the posts in relationship to this issue that I can find, but nothing seems to address what I'm asking below.Yes, I have looked at JavaScript forums and I know that I can code this outside of Adobe Animate, but I need to do this from inside of Adobe Animate.Yes, there is probably a more elegant way to write a countdown, but that is not my question.I am simply looking for learning and understanding on what's going on, this is not for a client or project. Here is the code, problem areas in red: var waitingCount = 10; //Initialize counter, starting valuevar runCountdown = setInterval(displayProgress, 1000);console.log(waitingCount + " Seconds Left!"); //works finethis.countdownNumbers.text = "The Countdown