xml -> lua

This commit is contained in:
Steve Checkoway
2007-05-20 23:46:30 +00:00
parent 88b6bb5159
commit 97987f5ae8
@@ -0,0 +1,9 @@
local t = Def.ActorFrame {
LoadActor( "toasty" ) .. {
OnCommand = cmd(horizalign,left;vertalign,bottom;x,SCREEN_WIDTH;y,SCREEN_HEIGHT;decelerate,0.3;x,468;sleep,1.0;accelerate,0.3;x,SCREEN_WIDTH);
};
LoadActor( THEME:GetPathS("", "_toasty") ) .. {
StartTransitioningCommand = cmd(play);
};
}
return t