bgeffects etc. from staples i mean midiman
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local Color = color(Var "Color1");
|
||||
|
||||
-- 4 repeats of the same file in a kaleidoscope fashion.
|
||||
local cColor1 = color(Var "Color1");
|
||||
local a = LoadActor(Var "File1") .. {
|
||||
OnCommand=cmd(scaletoclipped,SCREEN_WIDTH/2,SCREEN_HEIGHT/2;diffuse,Color;zoomx,self:GetZoomX()*-1;zoomy,self:GetZoomY()*-1);
|
||||
OnCommand=cmd(zoomto,SCREEN_WIDTH/2,SCREEN_HEIGHT/2;diffuse,cColor1;zoomx,self:GetZoomX()*-1;zoomy,self:GetZoomY()*-1);
|
||||
GainFocusCommand=cmd(play);
|
||||
LoseFocusCommand=cmd(pause);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user