hi guys i need help, very badly need of help.
can anybody tell me how to do reverse animation. on the flash. i’ve seen many sites which dose have the reverse animation. like this one
one goes and than another appears.
i’ve tried a lot but the conclusion cums “frustration”. even i’ve the script for this animtion also but the i got puzle.
here is the script :-
on (rollOver) {
if (_root.link<>page) {
this.gotoAndPlay(“s1”);
}
}
on (releaseOutside, rollOut) {
if (_root.link<>page) {
this.gotoAndPlay(“s2”);
}
}
on (release) {
if (_root.link<>page && _root.G<>1) {
_root.G = 1;
_parent[“item”+_root.link].gotoAndPlay(“s2”);
_root.link = page;
_root.Play();
}
}
scripts is ok. but i’ve searched the whole fla file, where i didn’t found the this “link” and “page” as a variabe or instance name of any movieClip. dan how dose this script wroking.
is it abt the “hidden frames scripts”
if somebody knows how to do perfect reverse animation the sites than plz help me,with scripts. i’ll be verythankfull to u.
i do have the knowldge of script and follow of the script but i am not getting this VAR in this script. where the VAR have been declairs for the “link” and “page” asn “G”. if any one can explain me abt this script.
help me out from this.