# \[menu\] fixed positions

**URL:** https://forum.kirupa.com/t/menu-fixed-positions/12555
**Category:** flash
**Created:** [February 1, 2003, 6:22pm UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555 "2003-02-01T18:22:50Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Chappo](https://avatars.discourse-cdn.com/v4/letter/c/d26b3c/32.png) [@Chappo](https://forum.kirupa.com/u/Chappo)
#### Post date: [February 1, 2003, 6:22pm UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/1 "2003-02-01T18:22:50Z")

</div>

Hi,

I’m not really sure if this is the correct title, but i will tell what i’m looking for.  
A while ago i saw an open source file for a menu (that time i was too stupid to remember to download the source file).

And the menu goes like this.

For example:

there are 5 buttons and a few ‘floating’ windows above.  
Whenever someone click on a button the floating windows position themself to the coordinates that were given before.  
And if another button is pushed the windows change shape and position again…etc. etc.

I have searched and searched and couldn’t find it !

Maybe i’m just using the incorrect name to find it, but if anyone here know what i mean and also know where i can download an example of that - A BIG BIG THANK YOU IN ADVANCE !!! 🙂

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 1, 2003, 6:31pm UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/2 "2003-02-01T18:31:03Z")

</div>

I think this is what you’re looking for, sorry if I’m wrong. =)

[http://www.kirupaforum.com/showthread.php?s=&threadid=11829](http://www.kirupaforum.com/showthread.php?s=&threadid=11829)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 1, 2003, 7:07pm UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/3 "2003-02-01T19:07:11Z")

</div>

i have included an image to make it more clear 🙂

Electorngeek, you are very active on this forum man 😃

anyway…

the image below is split in 2.  
It shows what happens when you click on one button.

As you can see the ‘floating’ windows change when a button is clicked.  
Surely you should have seen such thing before.

The floating windows resize / move to a predefined position when a button is clicked.  
This happens at a ‘realtime’ way…so the user can see the windows resizing or moving to another position.

Hope this helps 🙂

thanks in advance

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 1, 2003, 7:55pm UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/4 "2003-02-01T19:55:20Z")

</div>

Well I’m sure there is many ways to do this, but I’ll show you one way. I basically used frame labels and a bunch of tweens. Here is an example fla file I put together real quick to help you understand what I’m talking about, I hope it helps. =)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 2, 2003, 10:45am UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/5 "2003-02-02T10:45:21Z")

</div>

Cool 😃

Did you make that in a jiffy ???  
hahaah…that was exactly what i wanted…

Do you think it’s also possible in actionscript so it is even smoother and faster ??

What do you call this kind of ‘transition’ anyway ?? so i can search for that one that i mentioned 🙂

thanks !!!

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 2, 2003, 10:48am UTC](https://forum.kirupa.com/t/menu-fixed-positions/12555/6 "2003-02-02T10:48:21Z")

</div>

I made that sample in about 10-15 min and yes, I’m sure there’s a way to script it all out of actionscripting, but I’m not to sure on it. I know you can use the moveTo action along with the x and y scale properties, but I haven’t attempted to come up with anything for it so I opted for the regular tweens.

As for this type of transition, I have no idea what it’s called…sorry. :-\
