Instance name

is there a way to change an instance name dynamically? i am sure that this is a weird problem. thought i would ask.

rL

CHANGE an instance name?
erm… yer…

this.mc1._name="newName"

might i suggest setting a variable equal to what you want and addressing it via variables? ie.

name="red"
newName="blue"
this[name]._name=newName
name=newName

that way you can keep track of it… but then i dont know what u want it for so… course its up 2 u :wink:

Prophet.

cool, yeah