====== Get Child ScrollObject By Name ====== Scroll has a pair of methods for finding child objects. ''FindChild(path)'' finds an object located at ''path'' under the children hierarchy of ''this'' object. It uses ''orxObject_FindChild'' internally. ''FindOwnedChild(path)'' finds an object located at ''path'' under the ownership hierarchy of ''this'' object. It uses ''orxObject_FindOwnedChild'' internally. For a reference on the ''path'' syntax, see [[en:examples:objects:get_child_object_by_name|Getting a Child Object by Name from a Parent Object]]