From: Lyndon Samson Date: 2005-11-28T20:17:30+09:00 Subject: Re: Object access heirarchies ------=_Part_37535_5350406.1133176644435 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline If it really bothers you you could construct an ObjectManager, which could allow you to lookup names in a heirachy. ball =3D ObjectManager.reference("/gameobjects/world/objects/balls/1") Sort of JNDI like. ------=_Part_37535_5350406.1133176644435--