
06-29-2009, 02:23 AM
|
|
The secret of NIMH
|
 |
Join Date: Apr 2005
Location: Wales, UK
Posts: 515
|
|
|
ETControl_TextList2 <--- That's your TextList Control Object
.addrow( 0, "Team Guilds") <- You calling the command "addrow" which is returning a row object
.icon <-- You are getting the object "icon" from the previous row object
.drawimage(0, 0, "block.png"); <-- You are drawing an image, "block.png" at positon x: 0, y: 0 onto the "icon" object. |
__________________
|
|
|
|