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
+2 -2
View File
@@ -1,7 +1,7 @@
-- upper left corner
local Color = color(Var "Color1");
local children = {
local t = Def.ActorFrame {
LoadActor(Var "File1") .. {
OnCommand=cmd(diffuse,Color;effectclock,"music");
GainFocusCommand=cmd(play);
@@ -9,5 +9,5 @@ local children = {
};
};
return Def.ActorFrame { children = children };
return t;