Slide in Nav bar

Please see:

http://www.ericd.net/slidingNav3.html

The Nav. bar is at y=281(bottom target) when it first enters the screen. What kind of code should I put in so that it will be seen moving up to y=230(top target) when it first enter into screen, then move down and up on mouse rollover and out like it used to be?

I tried put in following code below Line 33:

If (this._y>230){
this._y -=5;
}

This does made the Nav. bar moving up on entering. But the bar no longer stay at top and bottom target–it just stays higher than both top/buttom targets on mouse rollover and out.

Any help would be appreciated.

Thanks

Why did you post this in the Best of Forum? Please Post your questions in the Flash MX, Flash 5, or Flash Actionscirpt forums. Thank you.

Take a look at this and see if this helps you any

That is a cool menu slider thingy, where did you get it from?

A programer “Nathin Amick” helped me program it for a cd I did for this site. www.graphicscene.com. It was also on the first MX Dev Resource Kit

Seth E.

Thanks, Seth.
I wanted the menu slide in to the right first when it first enter the screen. I thought it’d be a simple fix, but I was wrong.
But thanks anyway for the .fla.