bgeffects etc. from staples i mean midiman

This commit is contained in:
AJ Kelly
2010-08-18 14:17:43 -05:00
parent 23cd195157
commit 14f911d83b
11 changed files with 34 additions and 35 deletions
+3 -3
View File
@@ -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);
};