主题:  请问斑主,谢谢!

herochina

职务:普通成员
等级:1
金币:0.0
发贴:13
#12003/6/19 12:20:40
在Drect中,如何让程序在五分钟内没动鼠标,就自动跳到主页面.多谢!



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
#22003/6/19 15:33:13
set the timeoutlength to 5*60*60
set the timeoutmouse to 1
set the timeoutscript to "back"

on back
go movie "first"
end back



herochina

职务:普通成员
等级:1
金币:0.0
发贴:13
#32003/6/19 19:42:58
谢谢!是把这个程序加在所有DR文件吗?我现在有三个DR文件。



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
#42003/6/20 13:24:52
是的放在moviescript好一点
on startmovie
set the timeoutlength to 5*60*60
set the timeoutmouse to 1
set the timeoutscript to "back"
end startmovie
on back
go movie "first"
end back



herochina

职务:普通成员
等级:1
金币:0.0
发贴:13
#52003/6/20 16:17:27
还是不行呀