getFirstExists(exists, createIfNull, x, y, key, frame) → {DisplayObject}
Get the first display object that exists, or doesn't exist. You can use the optional argument createIfNull to create a new Game Object if none matching your exists argument were found in this Group. It works by calling Group.create passing it the parameters given to this method, and returning the new child. If a child was found , createIfNull is false and you provided the additional arguments then the childwill be reset