Use only two Frame and Two Layer.
on 1st layer Make a Dynamic Text, Var name is "time".
on the 1st frame write this script
today = new Date();
time = today.getHours()
add ":" add today.getMinutes()
add ":" add today.getSeconds();
and Write this on 2nd frame
gotoAndPlay(1);
By
Vicky Kumar
0 comments:
Post a Comment