set effectclock cleanly

This commit is contained in:
Glenn Maynard
2007-03-22 00:04:37 +00:00
parent 1fdf23a4a3
commit 8a07dfca34
12 changed files with 12 additions and 27 deletions
@@ -1,7 +1,7 @@
local Color = color(Var "Color1");
local children = {
LoadActor(Var "File1") .. {
OnCommand=cmd(scale_or_crop_background;diffuse,Color;loop,false);
OnCommand=cmd(scale_or_crop_background;diffuse,Color;loop,false;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};