flash时钟代码

_root.onEnterFrame = function() {
 var mydate = new Date();
 setProperty("shizhen", _rotation, mydate.getHours()*30+mydate.getMinutes()*0.5);
 setProperty("fenzhen", _rotation, mydate.getMinutes()*6);
 setProperty("miaozhen", _rotation, mydate.getSeconds()*6);
};
在影片剪辑里写上影片实名如:fenzhen,然后在场景中的所在侦上插入代码 

你可能感兴趣的:(代码整理,flash,function,date)