Re: [Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-22 Thread Jose Maria Barros
Ok...i've found it...and happy i did..but it was so basic... Roman, thanks for your help. Here it is what i wanted: this._parent.gotoAndStop(this._parent.link); On 3/22/06, Jose Maria Barros <[EMAIL PROTECTED]> wrote: > > I have A.swf that have a movieclip instance named "animBotoes_mc" in th

Re: [Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-22 Thread Jose Maria Barros
I have A.swf that have a movieclip instance named "animBotoes_mc" in the root. Inside this instace i have two things: the variable myvar , and the empty movieclip that haves the B.swf. I want to access from B.swf the variable myvar.. Sorry if i didnt make you understand.. On 3/22/06, Roman Blöth

Re: [Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-22 Thread Roman Blöth
Jose Maria Barros schrieb: Hello Roman. I tried this in my swf B: this._parent.animBotoes_mc.gotoAndStop(link); but...it doesnt work... so is animBotoes_mc the parent? Then you can't write it like above, since animBotoes_mc does not contain animBotoes_mc, I assume... Regards, Roman. -- -

Re: [Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-21 Thread Jose Maria Barros
Hello Roman. I tried this in my swf B: this._parent.animBotoes_mc.gotoAndStop(link); but...it doesnt work... On 3/21/06, Roman Blöth <[EMAIL PROTECTED]> wrote: > > Jose Maria Barros schrieb: > > Hi...i know that is a newbie question, but..here it goes: > > > > I have a swf A. When i press a b

Re: [Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-21 Thread Roman Blöth
Jose Maria Barros schrieb: Hi...i know that is a newbie question, but..here it goes: I have a swf A. When i press a button in it, i load an external swf B into swf A. When i click a button in swf A , i wanted to swf B reach a variable that is in an movieclip that is in swf A. I tried this in

[Flashcoders] referencing my main movieclip in a movie clip that is above(i think)

2006-03-21 Thread Jose Maria Barros
Hi...i know that is a newbie question, but..here it goes: I have a swf A. When i press a button in it, i load an external swf B into swf A. When i click a button in swf A , i wanted to swf B reach a variable that is in an movieclip that is in swf A. I tried this in the end of the main timeline