Free FlashDen file of the month. Click here to download.
Search  

MIRROR MENU

05/08/2008 Updated ! Take a look at the demo here.

This is a dynamic menu with some effects like glow effect, mirror effect, selected/unselected effect, random letters effects.

Really customizable.

In order of that you can simply add or remove items from an array and then Flash will do the rest for you.

The file size is depending of which type of font family you will dedice to embed. This is the reason because Mirror Menu and Mirror Menu Vertical have differents sizes (I used differents fonts… hehe).

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

Hi Albo,

Sorry to bother you again.

Where would I change the code to make the buttons go to the named frames within my flash document. So i’ve got 3 lots of pages to navigate round, these are named in my timeline:

Home Music Links

Thanks, LM

Posted 12 months ago

Hello, I did not try yet into a timeline (I usually use only one frame) but I suppose should be very easy to do what you want simply replacing

loadMovie(fileName+".swf", yourTarget);

in

_parent.gotoAndPlay(fileName)

or if oyu need also to stop the timeline

_parent.gotoAndStop(fileName)

where fileName represent your labeled frame

I think should be ok. Let me know.

Posted 12 months ago

Hi Albo,

Before I downloaded the your mirror menu I was using my own buttons & used the following code:

home_Btn.addEventListener(MouseEvent.CLICK, goHome);

function goHome (e:MouseEvent):void { gotoAndStop(“Home”;); }

The “home_Btn” was my original button but I would like to replace it with the mirror menu buttons.

Many thanks

LM

Posted 11 months ago

Hi, may you send me an email so I can explain better ? Thank you.

Posted 11 months ago

Hi Albo,

I have you an email.

Cheers pal,

LM

Posted 11 months ago

Hi Albo! Awesome menu, thanks a lot! I got only one question: can i insert sound on rollover? If so please give me some hints coz i dunno muchabut flash…....

Thanks!

Posted 9 months ago

Hi, thank you. Yes, it’s possible dynamically creating a new Sound via actionscript, insert the sound in the library and add a linkage, then to the onRollOver event call the sound object.

Posted 9 months ago

Ciao e complimenti per il menu, è spettacolare!

Ho caricato il frame con le azioni in un altro swf che si adatta alle dimensioni dello schermo. Il menu ha invece dei parametri fissi x,y di partenza. E’ possibile adeguare alla risoluzione dello schermo anche il menu?

Grazie

Posted 5 months ago