theme changes from midi

This commit is contained in:
AJ Kelly
2010-08-09 18:11:42 -05:00
parent 23efdff79f
commit 7eb65ed2b0
2 changed files with 5 additions and 3 deletions
@@ -2,8 +2,10 @@ return Def.ActorFrame {
CurrentSongChangedMessageCommand=function(self)
local song = GAMESTATE:GetCurrentSong();
if song then
-- self:setaux(0);
self:playcommand("TweenOn");
elseif not song then
-- self:setaux(1);
self:playcommand("TweenOff");
end;
end;