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 Getting a Child Object by Name from a Parent Object