# Pls help fix this code pls pls pls

**URL:** https://forum.kirupa.com/t/pls-help-fix-this-code-pls-pls-pls/292289
**Category:** Uncategorized
**Created:** [July 13, 2009, 12:13am UTC](https://forum.kirupa.com/t/pls-help-fix-this-code-pls-pls-pls/292289 "2009-07-13T00:13:02Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![marinz](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@marinz](https://forum.kirupa.com/u/marinz)
#### Post date: [July 13, 2009, 12:13am UTC](https://forum.kirupa.com/t/pls-help-fix-this-code-pls-pls-pls/292289/1 "2009-07-13T00:13:02Z")

</div>

hello everyone, ![](http://forum.kirupa.com/uploads/kirupa/1105/8ed432c9025fd9ca.gif)  
i have this code in AS 2.0 /flash cs4  
& i want to add another script in end of this code,  
the function i need is something like this code below,  
i want to mix this two code.  
pls if anyone can help with this,it’s urgent

* * *

on (release) {  
gotoAndStop(2);

}

* * *

* * *

onClipEvent (load)  
{  
setProperty("", \_alpha, 0);  
thisa = \_root.mf1;  
}  
onClipEvent (enterFrame)  
{  
if (\_root.currentSection eq “news” && \_parent.m1hit == 0)  
{  
changeA(\_root.mf1, \_root.arate, \_root.snap);  
}  
else if (\_parent.currentRoll eq “news”)  
{  
changeA(\_root.mf1, \_root.arate, \_root.snap);  
}  
else  
{  
changeA(\_root.mf2, \_root.arate, \_root.snap);  
} // end else if  
}

* * *

thank u
