1

(1 replies, posted in Scripting)

Hi, Maratis community! I'm quite new to Maratis so please bear with me if I say something silly.

I have a level with a ''cube'' and a ''sphere''. The cube is parent of the child. The sphere is next to that cube and when I rotate the cube, the sphere orbits around it.

Now I want to clone all that, but as the getClone function will neither create the parameter object's children nor clone objects that have parents, I wonder whether there is a setParent(a,b) function of Maratis objects in lua? :3

W.