主题:  请教一个问题

yxq1026

职务:普通成员
等级:1
金币:0.0
发贴:82
注册:2003/7/19 18:59:04
#12003/9/29 9:58:54
如何在Director里制作每隔一定时间执行一段代码的程序?

谢谢.



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
注册:2007/4/9 9:48:37
#22003/9/29 15:06:01
on beginsprite me
starttimer
end
on exitframe me
if the timer>60*5 then
starttimer
beep
end if
go to the frame
end