(study case)

Hello !!

well, in my job, i still work in multimedia presentation.

in the second stage i have one mc (movie clip) i have the bottoms inside from the mc, well, the first bottom the sendo you to frame two (2) from the second stage.

If you use this AS

//hay que poner el nombre del frame… ES IMPORTANTE!!

on (release) {
_parent.gotoAndStop(2);
trace (“si funciona”);
}

well,

and i tried with this AS

on (release) {
_root.gotoAndStop(2);
trace (“si funciona”);
}

well, the flash cant do the action only the trace.

well if you put this AS

on (release) {
_parent.gotoAndStop(“xacademica”);
trace(“ya funciono”);
}

you can go to the frame 2 from the principal scene…

is very anormal… (-:

any comment???

Looks to me like _parent does not equal _root for that button :slight_smile:

i know, but when you rute the adress and use the number link you cant go, only with the name frame.

why :h:

… what :h: