I'm trying to make a new reference object like
for(x = 0 to yadda yadda) {
_root['hi'+x] = reference;
}

the _root[] and this[var+asdf] don't seem to be working anymore in CS3. How you name dynamic references?