# script\_problem

**URL:** https://forum.kirupa.com/t/script-problem/218267
**Category:** flash
**Created:** [March 6, 2007, 8:03am UTC](https://forum.kirupa.com/t/script-problem/218267 "2007-03-06T08:03:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![montyT](https://avatars.discourse-cdn.com/v4/letter/m/c89c15/32.png) [@montyT](https://forum.kirupa.com/u/montyT)
#### Post date: [March 6, 2007, 8:03am UTC](https://forum.kirupa.com/t/script-problem/218267/1 "2007-03-06T08:03:26Z")

</div>

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();  
}  
}
