making a target path into a string
I have a file where I've created several mcs titled "bubble"+number, like bubble1, bubble2, etc. I need to make a mc within those bubble mcs find the number of the bubble that it is in, but I don't know how to...
I apparently can't do [this._parent._parent].substr(#), so how do I make this._parent._parent into a string? some sort of this._parent._parent.mc_name type thing (replacing the mc_name with something real...)
many thanks
|