View Single Post
  #10  
Unread 09-07-2009, 02:00 AM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

Yeah, you can think of it like a family tree. There are parents and children
(normally known as a Child attribute)

Each time you navigate backwards through the structure of code, you're referring to the "Parent" object. For each step backward, you need to add another "Parent." to the code reference. To navigate back down the tree, you directly use the names of each object.

This is where properly formatted code makes it easier to decipher things. That, and the UIBuilder.
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>
Reply With Quote