If I push all the sprites into an array, say
Actionscript Code:
var a:Array = new Array();
a.push(this['sp'+i]);
How can i refer to the text field inside 'sp'+i ?(ie 'sp'+i . 'sptxt'+i ?)