change /new, merge with latest? BGeffects still need changing.

This commit is contained in:
Jonathan Payne
2012-06-18 19:01:16 -07:00
parent db0fc91d8b
commit 7aa504530f
15 changed files with 190 additions and 38 deletions
+11
View File
@@ -0,0 +1,11 @@
local Color1 = color(Var "Color1");
local t = Def.ActorFrame {};
t[#t+1] = LoadActor(Var "File1") .. {
OnCommand=cmd(diffuse,Color1;blend,"BlendMode_Add";x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scale_or_crop_background;);
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};
return t;