ActorFrame:propagatecommand

This commit is contained in:
Glenn Maynard
2006-01-24 02:10:50 +00:00
parent 244e79fc78
commit ea3365391b
@@ -65,3 +65,8 @@ function Actor:hide_if(b)
end
end
function ActorFrame:propagatecommand( cmd )
self:propagate(1);
self:playcommand(cmd);
self:propagate(0);
end