Hello!. Actually I try to assign a instance name form action script.
Ok, in my stage I have a movie clip with some figure, inside of this movieclip
on a frame1, I add this code
trace(this._name);
If I test this one, it show the default instance name "instance1" but I want
that my code set this name "instance1" to "myClip"
In the main timeline, I'd try add some lines like that:
Symbol.name = myClip;
were Symbol is the name of my movieclip.
But I lookin to my mc Symbol change it instance1 to a myClip instance name.
What do you recoment me to add on my script.?
thanks,
Wilson
popet - 03 Jul 2008 18:38 GMT
Someone have a idea?.. thank