Search  

FOCUS MENU

A cool menu that uses alpha and size to focus on currently selected button.

*THIS IS NOT XML GENERATED

All scripts can be found on first frame of action script layer.

All code is commented to help you understand what is going on.

A LOT of comments

Text, Colors, Transition, Scale is easy to change

Comes with a Help file

  • buttons are not set to trigger a frame/link on press… you can add that yourself, very easy:
// for a frame label you can put:

btn1.onRelease = function(){
     gotoAndPlay("about")
};

// for a URL you can put:

btn1.onRelease = function(){
     getURL("http://www.google.com",_blank);
};

Feel free to contact me on FlashDen if you have any questions.

This file uses MC Tween 2 which can be found here:

http://hosted.zeh.com.br/mctween/downloads.html

Creativebitts.com: Valuable tools for web designers and developers.

Posted about 1 year ago

Nice file!

Posted about 1 year ago

Nice file indeed! Some of the best commenting I’ve ever seen.

One question…

When I uncomment the eases for the text, the text eases with the buttons, but does so off-center, making it appear to slide to the left inside the button. I’m certain that this is a ‘registration point” situation, but how can I get the text to ease centered in the button?

Steve

Posted 7 months ago

Hey sebrame

sorry for such a very long awaited reply… i dont check my files very often..

I believe it may be something like just “centering” the text.. i think they are all aligned to the left…. if you make them aligned centered it should work fine…

if it doesnt or if you dont understand what i am trying to say… feel free to email me your file and i’ll take a look and get it working…

again sorry for taking so long to reply…

Posted 5 months ago

you can email me at arala22 (at) gmail.com

Posted 5 months ago