transition helpers

This commit is contained in:
Glenn Maynard
2007-04-18 00:46:42 +00:00
parent e99dfbdea1
commit 3ad20efc27
2 changed files with 4 additions and 0 deletions
@@ -0,0 +1,2 @@
local fSeconds = ScreenMetric("InDelay");
return Def.Actor { OnCommand=cmd(sleep,fSeconds); };
@@ -0,0 +1,2 @@
local fSeconds = ScreenMetric("OutDelay");
return Def.Actor { OnCommand=cmd(sleep,fSeconds); };