Copy link to clipboard
Copied
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";
Copy link to clipboard
Copied
var specific_d=new Date(whatever year, month less 1, date);
createjs.Ticker.addEventListener("tick"tickF.bind(this));
function tickF(){
var d=new Date();
this.tf.text=Math.round((specific_d.getTime()-d.getTime())/1000)+" seconds";
}
[moved from ActionScript 3 to Adobe Animate CC - General]
Copy link to clipboard
Copied
Should we need to apply this java code for dynamic text box?
Copy link to clipboard
Copied
I need countdown timer for june 14th 2018. i have tried to insert direct to layer also.
Please check the file in the below we transfer link.
Copy link to clipboard
Copied
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";
Copy link to clipboard
Copied
I could not get output. in preview screen its showing empty. nothing visible.
.fla files in below link
Copy link to clipboard
Copied
i don't download and correct files unless i'm hired.
if you want free help, you'll need to pinpoint the issue and post here. or wait: someone else may download and correct your error(s).
Copy link to clipboard
Copied
How much do you charge to as exactly as below instruction using animate CC Html 5 canvas.
frame 1: dummy image
frame 2: dummy image
frame 3: dummy image
frame 4: dummy image and
Add dynamic countdown timer for specific date (June 14th 2018).
Copy link to clipboard
Copied
send a private message, or an email to kglad99 at gmail.com
EDIT: nvm. i dl'ed your file. you didn't assign an instance name (eg, tf) to your textfield. also, you failed to copy my code: the month index is incorrect so your 'days' remaining reflects the days until july 14th instead of june 14th.
Copy link to clipboard
Copied
Thanks a lot. never expected this
Copy link to clipboard
Copied
you're welcome.
most people that ask for help here won't pay anything for help. my feeling is if it's worth nothing to those people, it's not worth even a few minutes of my time to help them.
for people willing to consider paying, if it's only a few minutes of time needed to help, i don't charge anything.
(p.s when using the adobe forums, please mark helpful/correct responses, if there are any.)
Find more inspiration, events, and resources on the new Adobe Community
Explore Now