Parents vs. Owners

edited September 2012 in Help request
If I want something to act as if I defined it with a ChildList parameter in config, would I use SetParent or SetOwner? I want things like the object being deleted with it's parent(owner?) or whatever.

Comments

  • edited September 2012
    The ChildList property actually sets both. :)

    Parent: Child object is expressed in the parent space (in the orxFRAME hierarchy), ie. it'll move/scale/rotate with its parent

    Owner: An object gets automatically deleted by its owner when the owner gets deleted.
  • edited September 2012
    Ah! Thanks a million.
Sign In or Register to comment.