This commit is contained in:
Glenn Maynard
2007-02-26 02:29:43 +00:00
parent a80ca5c5cc
commit be6b6b3cfd
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,9 @@
local t = Def.ActorFrame {
children = {
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
StartTransitioningCommand=cmd(play);
};
LoadActor( THEME:GetPathB("", "_fade out normal") );
};
};
return t;