主题:  请教

aidehueihang

职务:普通成员
等级:1
金币:0.0
发贴:13
注册:2004/11/2 16:27:02
#12004/11/2 19:40:46
如何让在有(或无)鼠标键盘的操作情况下 也让让针的停留在一处 停留时间自己设定,假定时间为10秒



trikey

职务:普通成员
等级:1
金币:0.0
发贴:14
注册:2004/11/1 16:18:00
#22004/11/3 16:35:53
on beginsprite me
starttimer
end
on exitframe me
if the timer>60*10 then
go next(the frame+1)
else
go the frame
end if
end
加到帧脚本上即可