bgeffects/animation fixes from midi (forgot about this one)
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user