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
+2 -3
View File
@@ -1,9 +1,8 @@
-- Align left when cropping to 4:3.
local Color = color(Var "Color1");
local cColor1 = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(horizalign,left;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,color(Color));
OnCommand=cmd(horizalign,left;zoomto,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,cColor1);
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};