2017年发展党员流程:请教关于钟表转动的问题

来源:百度文库 编辑:杭州交通信息网 时间:2024/04/30 00:53:56
onClipEvent (enterFrame) {
current = new Date();
m = current.getMonth();
d = current.getDate();
sec = current.getSeconds();
this.handMin._rotation = min*6+sec/10;
this.handSec._rotation = sec*6;
_root.marker = _root.clock.mark._y;
hr = current.getHours();
min = current.getMinutes();
this.handHr._rotation = hr*30+min/2;
}

这段中的
_root.marker = _root.clock.mark._y;
是什么作用呀?请问

循环条件句