2007-02-26 02:29:43 +00:00
|
|
|
local t = Def.ActorFrame {
|
2007-05-04 18:41:55 +00:00
|
|
|
LoadActor( THEME:GetPathS("", "_swoosh normal") ) .. {
|
|
|
|
|
StartTransitioningCommand=cmd(play);
|
2007-02-26 02:29:43 +00:00
|
|
|
};
|
2007-05-04 18:41:55 +00:00
|
|
|
LoadActor( THEME:GetPathB("", "_fade out normal") );
|
2007-02-26 02:29:43 +00:00
|
|
|
};
|
|
|
|
|
return t;
|