some body explain me this cript. i found this script from the flash template sites. from the fla file. where i have searched the whole fla file. but i didn’t found the declaration of the page and link coz the main thing is here the LINK AND THE PAGE. whole animaton is on this script. i mean reverse animation of the site.
i do have the knowledge od the script and follow of the script. but i am not getting the VAR declaire on this script or on this fla file.
if u guys can help me, i am stuck out there, even i am meeting dead line.
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();
}
}