适时时间代码: this
createTextField("my_year", 1, 100, 100, 300, 100); this
createTextField("my_month", 2, 200, 100, 300, 100); this
createTextField("my_day", 3, 300, 100, 300, 100); this
createTextField("my_hours", 4, 100, 150, 300, 100); this
createTextField("my_minutes", 5, 200, 150, 300, 100); this
createTextField("my_seconds", 6, 300, 150, 300, 100); this
onEnterFrame = function() { var my_date:Date = new Date(); my_txt
text = my_date
getSeconds(); my_year
text = my_date
getFullYear()+"年"; my_month
text = int(int(my_date
getMonth())+1)+"月"; my_day
text = my_date
getDate()+"日"; my_hours
text = my_date
getHours()+"时"; my_minutes
text = my_date
getMinutes()+"分"; my_seconds
text = my_date
getSeconds()+"秒"; }; 两个mc 相撞问题: 我做了两个MC,分别是jj 和oo,,oo 是一个正方形,jj 是一个圆,影片剪辑的动作是 on (keyPress "") { this