Answered
How do I make a countdown timer to a specific date using Animate CC html5 canvas
I am Starter to adobe Animate cc. can any one please send me the file or tutorial it will be helpful. Thanks in advance
I am Starter to adobe Animate cc. can any one please send me the file or tutorial it will be helpful. Thanks in advance
yes, use your textfield instance instead of tf
var specific_d=new Date(2018, 5, 14);
var d=new Date();
this.tf.text=Math.round((specific_d.getTime()-d.getTime())/(1000*60*60*24))+" days";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.