Welcome to GraphicForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

building a drop down menu like this (tutorials, help,

 
Goto page 1, 2
   Graphic Forums (Home) -> Newbie Corner RSS
Next:  Adding an Image into ActionScript: Newbie Questio..  
Author Message
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 1) Posted: Thu Jan 24, 2008 7:55 am
Post subject: building a drop down menu like this (tutorials, help,
Archived from groups: macromedia>flash (more info?)

Hi all,

Just wondering if anyone has any working drop menus like this one out there
they could kindly share so I can deconstruct.

http://www.simonds.com.au/?f=1

I am able to replicate the effect using tweens and basic AS but the process I
have used involves hitareas being place all around the outside of the menus to
get them to slide back in when I rolloff the menu (and onto the hit areas).
They thing works but is quite ugly and makes the space unneath these hit areas
comprimised.

Hopefully someone has a bit more of an intelligent design using more AS
without losing the smoothness of the animation I could take a look at.

If anyone could assist would be greathttp://www.simonds.com.au/?f=1

 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
The Feldkircher

External


Since: Oct 23, 2006
Posts: 6



(Msg. 2) Posted: Thu Jan 24, 2008 12:22 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

This should be relatively easy to reproduce, I'll create an F8 sample version
for you to destroy.
I will try to have to you by the weekend.

Send me an email address so I can send it to you.

Caio For Now

 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 3) Posted: Thu Jan 24, 2008 11:23 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Feldkircher,

Any help would be great, my email is messlah.DeleteThis@hotmail.com

If the code gets super complex if you could comment it to help me understand would even be better..

Thanks again
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 4) Posted: Fri Jan 25, 2008 12:14 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

also could you please send me your email so I can send you the files I've been working on
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
The Feldkircher

External


Since: Oct 23, 2006
Posts: 6



(Msg. 5) Posted: Fri Jan 25, 2008 10:11 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

Do you want this to be an XML driven MenuBar?, its more flexible that way.
You can change the Menu Options without having to redesign everytime.

And one more thing what will the target be? a URL, Timeline Frame or loaded
SWF.
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 6) Posted: Fri Jan 25, 2008 1:43 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Feldkircher ,

No at this stage I am only using text images (.gifs) as the menu items. Just
aslong as I can replicate a similar smoothness of the animation shown in the
link I provided is all I am after. I'll send you the examples I have created.
Whenever I code my dropmenu I can replicate the flyout ok, but its when the
user mouse their mouse away and the menu is still out I run into trouble.

Whether I need to learn a few more objects I'm just not sure.
Another problem I have to regards to the smoothness of the fly out of the
submenu is that the way I have written it

eg:
onrollover menubtn gotoandplay the fly out animation which will run from frame
1-5 etc

& if you rolloff the menu gotoandplay the closing fly in animation 10-15 etc

But if the user rolls onto another menu option while the fly out animation is
playing between 1-5 the closing animation will obviously play and the animation
becomes looks staggered. Just not sure on how I code that function to make it
play the full 1-5 frame before the closing animation plays.

Thanks again for any help
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
The Feldkircher

External


Since: Oct 23, 2006
Posts: 6



(Msg. 7) Posted: Sat Jan 26, 2008 10:28 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
El Tostador

External


Since: Jan 27, 2008
Posts: 1



(Msg. 8) Posted: Sun Jan 27, 2008 6:47 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 9) Posted: Sun Jan 27, 2008 8:04 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi FeldKircher,
I sent you the menu I was working on. Obviosuly its more designed based as
apposed to Script based.
Ideally I would like to be able to setup each submenu (a series of premade
images, sprites) in its own MC like in my example.

I'm just not sure how I can get that submenu to function correctly. What do I
need to do to get that to work correctly?

Your example looks nice a little bit over my head but it will be something
nice to learn bits from.

Thanks again
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
The Feldkircher

External


Since: Oct 23, 2006
Posts: 6



(Msg. 10) Posted: Sun Jan 27, 2008 6:24 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi

If you can see what I did, why is yours done in Flash6?, as far as I know you
can view Flash8.fla's in Flash6.

As for your design, it seems you've used nested movieclips, this can be
difficult to maintain due to the multiple locations of Actionscript.

Inside but_slide_menu_w.mc somewhere between you 'over' state and 'out' state
you need to check the position of the Mouse if its over the submenu then it
should hold it open until you rolloff it.

I'll play around and see what I can do
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 11) Posted: Sun Jan 27, 2008 11:26 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

hmmm not sure why I've done it in Flash 6. I'm using flash 8. Yeah I guess you
could call me a big user of nested movie clips, probably explains why my
projects tend to become so cluttered and hard to create.
As you can probably tell I'm more on the design side as appossed to
programming side and use tweening and images whenever possible. Just gotta put
more time in on AS and progamming I guess, was even investigating on how I can
do a Microsoft Application Developer Course to help impove my programming.
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
roel1970

External


Since: Jan 28, 2008
Posts: 1



(Msg. 12) Posted: Mon Jan 28, 2008 1:24 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Let me know iff have it all ready ,i can send you this menu.

http://www.rijbewijsgigant.nl

Send me an email address so I can send it to you.

let me know
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 13) Posted: Mon Jan 28, 2008 1:29 am
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi roel that a DHTML menu right?

Another example of what I am trying to achieve is the menu on the front page here at:
http://www.cartier.com/
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
roel1970

External


Since: Jan 31, 2008
Posts: 2



(Msg. 14) Posted: Thu Jan 31, 2008 11:29 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes it is, but what you show on cartier I can also mail the script.

Just look at http://www.groupinfinity.nl or check http://rijbewijsgigant.nl
again in two weeks. than we have the change in the menu.

For a quik response send a email

Roel

Nick Diel [nick.diel@]
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
complexity

External


Since: Sep 21, 2004
Posts: 10



(Msg. 15) Posted: Thu Jan 31, 2008 11:34 pm
Post subject: Re: building a drop down menu like this (tutorials, [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Roel if you have something like that Cartier dropdown menu built in flash I'd be interested in taking a look.

Can you email me at messlah.TakeThisOut@hotmail.com

Any help would be great
 >> Stay informed about: building a drop down menu like this (tutorials, help, 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
looking for an adobe flash drop down menu tutorial. - Greetings, Need a tutorial on flash 8 drop down menu creation. have looked everywhere on adobe but unable to find one. please help.

Tutorial: Building Your First Flash Application - i've spent the entire day trying to figure this out but for the life of me i can't get it to work. i've gone through the tutorial four times and have checked and rechecked every step, i have no idea what to do.

Tutorials - I'm sorry if this is in the wrong place. This is my first post, and I'm new here. Here is my question: I know how to make simple motion and shape tweening. I know motion guides, filters, tools, and layers. I know the basics. I want to start looking..

Looking for cs3 Tutorials - I am a teacher and I am looking for online "getting Started" tutorials for my students.

XML Tutorials - Where can I find some good XML Tutorials? The ones from Macromedia are not good/thorough enough. I know how to connect to an XML file and load the data into a data grid but I am having trouble displaying specific records (one per frame) and linking...
   Graphic Forums (Home) -> Newbie Corner All times are: Pacific Time (US & Canada) (change)
Goto page 1, 2
Page 1 of 2

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]