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
@@ -1,6 +1,6 @@
local Color = color(Var "Color1");
local a = LoadActor(Var "File2") .. {
OnCommand=cmd(zoomtowidth,SCREEN_WIDTH/2;zoomtoheight,SCREEN_HEIGHT/2;diffuse,Color;effectclock,"music");
OnCommand=cmd(scaletoclipped,SCREEN_WIDTH/2,SCREEN_HEIGHT/2;diffuse,Color);
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};