Not sure what your requirements are, but I usually just track dynamic
objects in an array:**

var radioButtons:Array = new Array();

for ( var i:int = 0; i<numBtns; i++ ) {
  var rb:RadioButton = new RadioButton();
  rb.property = value;
 .
  .
  radioButtons.push( rb );
}

On 11/17/06, dj <[EMAIL PROTECTED]> wrote:

  I know I've posted this already. Sorry, just trying to get this
populated in Actionscript, so I thought I'd
post again since I've been kind of stuck on this point here.

Thanks,
Patrick




--

: : ) Scott

Reply via email to