reomve old "children" nodes

This commit is contained in:
Glenn Maynard
2007-05-20 18:23:27 +00:00
parent fe718e19da
commit 9e459b8339
11 changed files with 22 additions and 22 deletions
@@ -1,7 +1,7 @@
-- Align left when cropping to 4:3.
local Color = color(Var "Color1");
local children = {
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(horizalign,left;scaletocover,0,0,SCREEN_WIDTH,SCREEN_HEIGHT;diffuse,color(Color);effectclock,"music");
GainFocusCommand=cmd(play);
@@ -9,4 +9,4 @@ local children = {
};
};
return Def.ActorFrame { children = children };
return t;