首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Flash >

指针随鼠标移动的flash动画片时钟

2013-11-08 
指针随鼠标移动的flash卡通时钟? 。先看下时钟效果:var?fnum:Number??new?Number() Miao??0 Fen??0 S

指针随鼠标移动的flash卡通时钟

?
。先看下时钟效果:
var?fnum:Number?=?new?Number();
Miao?=?0;
Fen?=?0;
Shi?=?0;
function?clock_func()?{
with?(this.clock_mc.zhen_mc)?{
??SHand._rotation?=?Miao*6;
??MHand._rotation?=?Fen*6;
??HHand._rotation?=?Shi*30+30*Fen/60;
}
}
clock_func();
clearInterval(ID);
for?(var?d:Number?=?11;?d>=0;?d--)?{
this["mc"+d].num?=?d;
this["mc"+d].onRelease?=?function()?{
??this.num*5=fnum)?{
????clearInterval(ID);
???}
???Fen>=60???Fen=0?:?Fen++;
??},?10);
};
}
stop();[1b]源文件:

?[/1b]
[1b]时钟.rar[/1b]
本文转自:http://www.5uflash.com/flashjiaocheng/Flashdonghuajiaocheng/1229.html

热点排行