bgeffects/animation fixes from midi (forgot about this one)

This commit is contained in:
AJ Kelly
2010-08-14 18:43:40 -05:00
parent 62b24c9bbd
commit 5175499e08
14 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ local Color = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(diffuse,Color;effectclock,"music");
OnCommand=cmd(diffuse,Color);
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};