# Need help creating this navigation panel

**URL:** https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929
**Category:** Uncategorized
**Created:** [May 21, 2008, 4:14am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929 "2008-05-21T04:14:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![actionman](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@actionman](https://forum.kirupa.com/u/actionman)
#### Post date: [May 21, 2008, 4:14am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929/1 "2008-05-21T04:14:31Z")

</div>

Dear friends,  
I am trying to create a navigation panel which will move when i click on the links. ![](http://imgplace.com/image/view/6d878a38da37db041d09f9c1a5b5ab3e) now i am able to move the bar but each time it starts from the top position.I want it to run from where it last was. Hope u got it.Pls help me out…Please check out the link.  
[http://imgplace.com/image/view/6d878a38da37db041d09f9c1a5b5ab3e](http://imgplace.com/image/view/6d878a38da37db041d09f9c1a5b5ab3e)

Thanx in advance

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [May 21, 2008, 10:08am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929/2 "2008-05-21T10:08:19Z")

</div>

thats easy tween it using actionscript tween class:P  
mytween1:tween(\_x, ease.out,present\_x, new\_x, time delay, true)  
mytween2:tween(\_y, ease.out,present\_y, new\_y, time delay, true)  
default timeline tweens are noob!!!

ps this is pseudo code

---

<div class="post-metadata">

### Author: ![actionman](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@actionman](https://forum.kirupa.com/u/actionman)
#### Post date: [May 21, 2008, 11:03am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929/3 "2008-05-21T11:03:25Z")

</div>

thanx a lot man…can u pls tell me in details…I am kind of lost in here…

---

<div class="post-metadata">

### Author: ![randomagain](https://avatars.discourse-cdn.com/v4/letter/r/35a633/32.png) [@randomagain](https://forum.kirupa.com/u/randomagain)
#### Post date: [May 21, 2008, 11:20am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929/4 "2008-05-21T11:20:53Z")

</div>

google tween class look for tutorials for tween class

> 

each button would have its individual end number, ie the gotobit

then each button would call a function and pass the number to it

for example if you wanted it to move from wherever it is to x position 50  
myGoToFunction(50)

function myGoToFunction(number){

tween(specific Mc, \_x, specificMC\_x, number, timedelay, true)  
}

---

<div class="post-metadata">

### Author: ![actionman](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@actionman](https://forum.kirupa.com/u/actionman)
#### Post date: [May 25, 2008, 4:54am UTC](https://forum.kirupa.com/t/need-help-creating-this-navigation-panel/260929/5 "2008-05-25T04:54:22Z")

</div>

thanx again.But I am stilll unable to get it to work, Well if i send u a fla file will u be able to help me out?
