# Serious problem

**URL:** https://forum.kirupa.com/t/serious-problem/218389
**Category:** random
**Created:** [March 7, 2007, 12:55pm UTC](https://forum.kirupa.com/t/serious-problem/218389 "2007-03-07T12:55:16Z")
**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 7, 2007, 12:55pm UTC](https://forum.kirupa.com/t/serious-problem/218389/1 "2007-03-07T12:55:16Z")

</div>

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

> **[Website Templates | Web Templates](https://www.templatemonster.com)**
>
> 【Premium Website Templates】 Browse web templates designed and developed by experts… ✅【Premium Features】 Responsive | SEO-friendly | Top functionality | Extensive Documentation … ✅【Quality Control】 - Premium templates pass QC by professional testers...

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.

😉
