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.
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.