flash插入时间问题.(急)

来源:百度知道 编辑:UC知道 时间:2024/05/27 14:22:06
只要在flash里面加入时间就行...
是不是要先插入动态文本框,
再文本框上写动作啊?

写个详细的出来.谢谢了...
大师 能不能说具体点呢.
单单一个动态文本不能插入动作代码

提示"无法将动作应用于当前所选内容"
难道要加在关键贞上??

是的,代码涉及到的主要函数包括以下内容:
onClipEvent (enterFrame) {
time = new Date();
hours = time.getHours();
minutes = time.getMinutes();
seconds = time.getSeconds();
dates = time.getDate();
years = time.getFullYear();
day = time.getDay();
month = time.getMonth();
}
onClipEvent是作用在mc上的