bgeffects/animation fixes from midi (forgot about this one)

This commit is contained in:
AJ Kelly
2010-08-14 18:43:40 -05:00
parent 62b24c9bbd
commit 5175499e08
14 changed files with 25 additions and 20 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ local Color = color(Var "Color1");
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(horizalign,left;scaletocover,0,0,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,color(Color);effectclock,"music");
OnCommand=cmd(horizalign,left;scaletoclipped,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,color(Color));
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};