 |
|
 |
|
Next: Adding an Image into ActionScript: Newbie Questio..
|
| Author |
Message |
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 |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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 |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
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?)
|
|
|
|
|
| Back to top |
|
 |  |
| 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... |
|
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
|
|
|
|
 |
|
|