fix StageDisplay errors, EvalSummary

This commit is contained in:
Jonathan Payne
2014-08-30 16:14:03 -07:00
parent bedaf07e51
commit ab394950e0
43 changed files with 474 additions and 780 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ t[#t+1] = LoadActor(Var "File1") .. {
if Var("File2") ~= nil then
t[#t+1] = LoadActor(Var("File2")) .. {
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scale_or_crop_background;diffuse,Color1;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
OnCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;scale_or_crop_background;diffuse,Color1;effectclock,"music");
GainFocusCommand=cmd(play);
LoseFocusCommand=cmd(pause);
};
end;