Interested? The reply to the original post.
Bye.Monday, April 09, 2007
ZIGGY'S LOOKING FOR AN ARTIST
MORE ON OPTIMIZATION: READABILITY
From Eli's post: "... The other day I was working on my GSE game, and I had a class with an Update method. The Update returned a boolean indicating whether or not the class was finished updating. The idea was when the object was finished updating, I could stop worrying about it, and I could remove it from whatever collection was keeping track of it ...".
To get to the "Problem solved" part, just go and read Eli's full post.FRANCESCO'S GUIMANAGER
From Francesco's post: "... The "example content" folder inside the ZIP contains a sample GUI texture (which contains GUI elements) and a sample ElemDef XML, which tells the GUIManager where inside the texture he can find the elements. Both these must be included in your project. In the same folder you will also find a template with which your should be able to write a valid XML to pass to the PopulateFromXML method ...".
Later.