Add finishtweening a couple times to stop errors.

This commit is contained in:
Colby Klein
2008-08-01 03:58:17 +00:00
parent 61c2e3d1af
commit b391229b30
@@ -1,6 +1,6 @@
local stages = Def.ActorFrame {
BeginCommand=cmd(playcommand,"Set";);
CurrentSongChangedMessageCommand=cmd(playcommand,"Set";);
CurrentSongChangedMessageCommand=cmd(finishtweening;playcommand,"Set";);
};
local ScreenName = Var "LoadingScreen";
@@ -22,7 +22,7 @@ for s in ivalues(Stage) do
Stage = ss:GetStage();
StageIndex = ss:GetStageIndex();
end
self:finishtweening();
self:visible( Stage == s );
self:settext( StageToLocalizedString(Stage) );
self:diffuse( StageToColor(s) );