This commit is contained in:
Jason Felds
2011-08-05 17:30:52 -04:00
parent 57d0fa3078
commit 9fecfd89c5
11 changed files with 143 additions and 143 deletions
+13 -13
View File
@@ -1,13 +1,13 @@
-- upper left corner
local Color = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(diffuse,Color;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};
};
return t;
-- upper left corner
local Color = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(diffuse,Color;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};
};
return t;