Flash AS创作:实时时钟

王朝other·作者佚名  2006-11-24
窄屏简体版  字體: |||超大  

这两天做了一个实时的时钟~ 发上来和大家分享一下!

点击这里下载源文件

newDate = new Date();

newDate.month = newDate.getMonth()+1;

DateTextField =

newDate.getFullYear()+"-"+ newDate.month +"-"+ newDate.getDate();

now_hours = newDate.getHours();

if(length(now_hours)<2){

now_hours = "0" + now_hours;

}

now_minutes = newDate.getMinutes();

if(length(now_minutes)<2){

now_minutes = "0" + now_minutes;

}

now_seconds = newDate.getSeconds();

if(length(now_seconds)<2){

now_seconds = "0" + now_seconds;

}

TimeTextField =

now_hours +":"+ now_minutes +":"+ now_seconds;

_root.second._rotation = newDate.getSeconds()*6;

_root.minute._rotation = newDate.getMinutes()*6 + newDate.getSeconds()*(1/10);;

_root.hour._rotation = newDate.getHours()*30 + newDate.getMinutes()*(1/2);

原文件传上来,想要学的朋友可以下栽去看看

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
 
 
© 2005- 王朝網路 版權所有 導航