主题:  触摸屏的问题

skys

职务:普通成员
等级:1
金币:0.0
发贴:94
注册:2000/12/21 16:20:28
#12001/6/25 18:52:35
请问如何实现当触摸屏有一段时间每人使用后能自动回到首页,或出现屏幕保护



zain

职务:普通成员
等级:1
金币:0.0
发贴:88
注册:2001/5/14 16:28:14
#22001/6/25 19:20:19
加个时间或用“idle”



D计划-混沌

职务:管理员
等级:6
金币:15.2
发贴:3528
注册:2007/4/9 9:48:37
#32001/6/25 19:26:32
在startmovie里写就可以了
on startmovie
set the timeoutlength to 150*60
set the timeoutmouse to 1
set the timeoutscript to "backtostart"
end
on backtostart
go movie "start"
end backtostart

编辑历史:[这消息被54zq编辑过(编辑时间2001-06-25 19:27:09)]