PDA

View Full Version : (study case)



quiza
November 4th, 2003, 05:31 PM
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????

Voetsjoeba
November 5th, 2003, 01:55 AM
Looks to me like _parent does not equal _root for that button :)

quiza
November 5th, 2003, 10:10 AM
i know, but when you rute the adress and use the number link you cant go,,,,,, only with the name frame.

why :h:

Voetsjoeba
November 5th, 2003, 10:20 AM
... what :h: