Been working on this for a couple weeks now. Am trying to create a scrolling sidebar(top to bottom). Within this sidebar, dynamic textFields are being created and populated with XML. The XML is of “[COLOR=Blue]Sporting Events[/COLOR]”. Within each “[COLOR=Blue]Sporting Event[/COLOR]” 3 variables exist, Name, Location & Date. What I’ve got, is AS loading the XML and populating ONE “[COLOR=Blue]Sporting Event[/COLOR]” (3 textFields with name, location & date). I have to specify the position on stage of the textFields, not very dynamic if i’m to have numerous, but they work.
What has me contemplating jumping off the roof right now, is trying to understand how I’m to create an infinite number of textFields (only room for 10 “[COLOR=Blue]Sporting Events[/COLOR]” (30 total textFields) on stage at a time), and have them continuously load the XML with different “[COLOR=Blue]Sporting Events[/COLOR]”. As they scroll off the stage, either they unload, remove, die or however’s best.
I’ve tried creating an array and inserting the textFields into it, then running it through a for loop to load the XML. I can’t get it to work properly, because I don’t understand how to create infinite textFields, increment the XML and load it to the next available textField.
**can submit code for anyone willing to point me in the right direction…
**