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????
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????