Fix terrible bgeffects (again), visual tweaks

This commit is contained in:
Jonathan Payne
2011-08-20 20:11:24 -07:00
parent f8907b4996
commit 2dfcfe3a42
17 changed files with 51 additions and 36 deletions
+3 -2
View File
@@ -1,8 +1,9 @@
--- Stretch a file with red diffusion.
local cColor1 = color("1,0,0,1");
local Color1 = color("1,0,0,1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,cColor1);
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,Color1;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};