Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash








Help Sorting Out An Animated Menu


Ok here goes:

I have a button-symbol called menu that animates on default (first screenshot). When people roll their mices over the button, all the buttons on the menu will "blossom" out (second screenshot). On the blossom I've tried to put buttons, but to no avail. What happens is that as soon as the mouse rolls on buttons, the whole blossom disappears and starts reanimating again! And if I keep my mouse on the same spot, and the movieclip comes to the point that the buttons appear, it'll start all over again of course. How can I make the blossom stay while the mouse reacts to the normal states of the buttons (up, over, down, hit)?

//Fei aka Akilah

PS. The film grain tutorial was a timesaver!

I wonder if the attachment will show itself....
(Edit: and yes, it does!)




KirupaForum > Flash > Flash 8 (and earlier) > Flash MX 2004
Posted on: 07-24-2005, 01:57 AM


View Complete Forum Thread with Replies

Sponsored Links:

Sorting Classes (Sorting Algorithms)
I am going to start working on the sorting algorithms found at this site http://www.cs.ubc.ca/spider/harriso...rting-demo.html, the reason for this thread is to ask if anyone would like to help.

Reasons:
there is ALOT of code that needs to be converted to ActionScript 2.0, not only the main class, but each algorithm that extends it, anyway, i'm going to do this, I would just enjoy having help. Thank you in advance.

-Michael

View Replies !    View Related
Sorting Classes (Sorting Algorithms)
I am going to start working on the sorting algorithms found at this site http://www.cs.ubc.ca/spider/harriso...rting-demo.html, the reason for this thread is to ask if anyone would like to help.

Reasons:
there is ALOT of code that needs to be converted to ActionScript 2.0, not only the main class, but each algorithm that extends it, anyway, i'm going to do this, I would just enjoy having help. Thank you in advance.

-Michael

View Replies !    View Related
Animated Menu
Can you please tell me how can I create menu system like that one on site www.rere.lv/flash

Thanks

View Replies !    View Related
Animated Menu
Hello all,
Been at this all day though I was about done and now it has desided not to work with me. Going to scrap it and chalk it up to learning.

I am trying to make a animated menu that scrolled all the time when you pass over the graphic buttons in the menu they would light up and a var text box would tell you what the button is, when you would click on the button it would take the user to that spot.

anyone know of any movie clips out there. or could anyone lend me a helping hand.
Thanks for your time
DLP

View Replies !    View Related
Animated Menu
Hi SAWA,

I'm also trying to get a similar result as your are I think?

This is the menu that I'm after:
http://www.musicchoice.co.uk

I'm working with Flash 4 - so i couldn't view your file have you got it running somwhere so that I can view it? ..and can you help with scripting for this menu?



Frank

View Replies !    View Related
Animated Menu
Hi.
Please, I´d like to know the best way to make a animated menu that it is moving to some side and when I but thhe mouse cursor to over it stops or even moves to the others side.
I think that is it.
Thank you.
Peace opn Earth and Love in the Hearts

View Replies !    View Related
Animated Menu II
Hello.
I´d like to understand how can I make a menu that is moving to a side and when i move the cursor the menu stops or move to the other side.
Please if someone could give me a tip, I appreciate.
Thanks again.

View Replies !    View Related
Help With Animated Menu
Hi, I'm trying to recreate the effect used on the menu at Robert Harris.
I'm just not sure what search term tio use to find a tutorial or .fla file.
Any links or help would be appreciated.

Thx

View Replies !    View Related
Animated Menu
i have made an animated menu that is animated when you roll over it but i don't know how make each button target the main body frame when it is clicked? I have just imported my flash menu into dreamweaver, and the rest of my site is HTML. The top frame is the flash menu and the bottom frame is where i want the pages to be displayed.

if anyone can gimme any tips i'd really appreciate it.
thanks,

cc

View Replies !    View Related
Animated Menu
I was wondering how i could have a button and when u click on the the rest of the button slides down and a sliding animation of the sub menu comes out. What kind of technique can i use.

thanks

View Replies !    View Related
Animated Menu
I've attach an FLA that I am working on.
What I am looking to do is click on one menu and that would trigger a animated sub menu without loosing the look of the rollover buttons. I got the animation part to work for me once, but then I lost the rollover color on the main menu.

View Replies !    View Related
Animated Sub-Menu
I'm trying to get this menu to work as a Flash 7 published movie, but it only works when exported as Flash 6 or lower. Can someone help ellaborate on the what is causing this!? Flash doesn't say it needs to convert symbols like it did from 5 to 6, so I am a little stumped on this one.

Some wisdom on this issue would be very welcome.

View Replies !    View Related
Animated Menu
I am trying to make a menu simular to the one at http://wii.nintendo.com where the user clicks a button the graphic quickly scrolls and slows down depending how far it has to travel. Any suggestions?? I have it working kind of but not as smooth as I'd like. Thanks

View Replies !    View Related
Help With Animated Menu
I am trying to make a menu simular to the one at http://wii.nintendo.com where the user clicks a button the graphic quickly scrolls and slows down depending how far it has to travel. Any suggestions?? I have it working kind of but not as smooth as I'd like. Thanks

View Replies !    View Related
Animated Menu - HELP
Hi people!

I´m new here and I´m brazilian...so, sorry about the english.
I need helpppp!
I´m trying to create an animated menu, where the item clicked moves to the center of the stage and than the contents appear. When another item of menu is clicked, the content on the stage must desappear, and the active item must move back to the original position, before the "new one" goes active.
I´m having some problems...like...it doesn´t work. lol

What I have is:
Menu items in movie clips, where the animation is - stop - going to the stage- stop - going back to original position - stop.
A variable ActiveMovie, initialized as "none", that holds which movie is on stage.
A variable movieOnHold, also initialized as "none", that holds which movie is on hold.

The script on _root:
ActiveMovie = "none";
movieOnHold = "none";
function PutMovie(whichMovie) {
if (_root.ActiveMovie== "none") {
_root[whichMovie].play();
} else {
_root.movieOnHold= whichMovie;
_root[ActiveMovie].play();
}
}

The script on item movies:
on (release) {
_root.PutMovie("movieNameX");
}

In "middle frame" of animation movie I set the ActiveMovie to the new value.

The script on last frame of animation movie:
_root.ActiveMovie= "none";
_root[movieOnHold].play();

The ActiveMovie goes back to the original position ok, and the variable movieOnHold receives the right value, but the play doesn´t work.

Did anyone understand?
If so...pleaseeee help me.

Thank you very very much

Julia

View Replies !    View Related
Animated Menu Help
I'm fairly new to flash, trying to create a menu from a tutorial from http://www.tutorialized.com/tutorial...ated-Menu/4891

I've done this once before with no problems, but in trying to re-create it and add a button, I just can't get it to work. I've racked my brain and picked this thing apart but I can't seem to find my errors. It seems like it must be an easy fix, I just can't for the life of me pinpoint it. Any help would be greatly appreciated.

View Replies !    View Related
Can Someone Help? Animated Menu
Hey guys I'm a newbie and am just learning actionscript. I am currently trying to update our company's website. I'm having problems with an animated menu and need a little help. I added another link, and there's a cursor that follows the mouse over and then is suposed to exit the frame, but it doesn't exit anymore. I am attaching the fla and the swf so you guys can see what I'm talking about. They used an OnClipEvent enter frame instead of onRollover, so to be honest I'm really lost. Can anyone help? Please?

onClipEvent (enterFrame)
{
distx=_parent.newLocal-this._x;
speed+=distx/2;
speed*=.4
this._x+=speed;
}

View Replies !    View Related
Animated Menu For CD's
Hi guys!

I need help... what program do you use to create a multimedia CD, like an enhanced CD. i.e. if you have Sara McClahclan (spelling?) 's CD, there is an enhanced part to it that was created with Macromedia and can be played only in your computer.

Can we do this sort of multimedia CD for a presentation using flash?, where you create a CD, you pop-it in and the fun starts, you have a flash menu, and can do a lot with it.

DO you have any idea if Flash can do all that, or there is another MAcromedia program that I need to create multimedia CDs?

HELP... I can do the whole flash part but how do I get it to be on a self-play CD.

Any suggestions, comments, advise?

View Replies !    View Related
Animated Xml Menu
Hi all, i've got myself a little problem. I want to make an xml menu. That aint the problem, but i want it to be animated. So after the preloading of the swf, the menu needs to drop down, piling up the items. You can see an Example at Danecook.com and press "Press" (lol). On the left you see a Newsfeeder preloading and then dropping down while the boxes expand. I looked at every tutorial, googled 5 hours but coulndt find something remote. Only those "instant" showing menu.

I should make 1 Movieclip with a box expanding from small to big and put a stop in the end, and put a dynamic textarea in the lastframe of the movieclip, then load the xml and drop the boxes one by one. Check the site and you'll understand.
It would be something like


Code:
menuXml = new XML();
menuXml.ignoreWhite = true;
setInterval(makeMenu, 500, ee);
menuXml.onLoad = function(success) {
if (success) {
menuItem = this.firstChild.childNodes;
for (var i=0; i<menuItem.length; i++) {
item = _root.attachMovie("itemClip", "itemClip" + i, i);
item._x = 0;
function(MakeMenu)
{
for (var j = 0; j<20*i; j++) {
item._y += j
}
}
item.itemLabel.text = menuItem[i].attributes.name;
item.myUrl = menuItem[i].attributes.url;
item.onRelease = function() {
getURL(this.myUrl,"_blank");
}
}
}
}
menuXml.load("myMenu.xml");
setInterval("MakeMenu", 200);
I dont know exactly what to do with the makemenu function. Is using the setinterval method the right and best thing to do or is something else easier?

View Replies !    View Related
Animated Menu For CD's
Hi guys!

I need help... what program do you use to create a multimedia CD, like an enhanced CD. i.e. if you have Sara McClahclan (spelling?) 's CD, there is an enhanced part to it that was created with Macromedia and can be played only in your computer.

Can we do this sort of multimedia CD for a presentation using flash?, where you create a CD, you pop-it in and the fun starts, you have a flash menu, and can do a lot with it.

DO you have any idea if Flash can do all that, or there is another MAcromedia program that I need to create multimedia CDs?

HELP... I can do the whole flash part but how do I get it to be on a self-play CD.

Any suggestions, comments, advise?

View Replies !    View Related
Animated Menu
Hi,
Can anyone point me to a file or a tutorial on an animated menu sucha s this:
A list of menu items beneath each other..
When one of the words is clicked it rises up and sub categories appear beneath it.
When menu item is clicked the previous one animates back down
?

Thanks guys and girls..
Mark

View Replies !    View Related
Xml And Animated Menu
I followed the tutorial for the animated buttons, however rather then use the getURL function I would like for it to get the link from an xml doc.
I need help on the action script and if there is any special format for the xml. thanx in advance

View Replies !    View Related
Help With Animated Pull Down Menu
I have created a animated pull down menu as a movie clip and placed the movie clip in scene two of my work. When I go back to the movie clip and assign a action to one of the buttons on the menu and tell it to goto a certain frame label on scene two, it does not work!!

What am I doing wrong, I have the buttons as track as menu!!

Thanks in advance

Nick!!

View Replies !    View Related
Animated Menu Problems....
Okay, I got the script for a cool menu that scrolls on rollover. The problem is, the buttons are place in a movie, which is then place in anther movie, which is then inserted as the complete menu. The scrolling works, but my buttons dont? Any ideas? Here's the code which may be confusing but I'll try to make it as clear as possible.

First:
All buttons are placed in a movie called slider, no scripting here.

Second:
SLIDER is place into a movie called NAV. NAV contains the following code in frame 1:

while (Number(i)<3) {
i = "0";
i = Number(i)+1;
duplicateMovieClip("menuS", "menuSn" add i, Number(i)+5);
setProperty("menuSn" add i, _y, getProperty ("menuSn" add i, _y) + i*GetProperty ("menuSn" add i, _height));
}

Third:
SLIDER is placed in the movie as the completed buttons, along with the following dragControl movie:

frame 1, labelled "tellMe":
tan = 20;
yPos = getProperty("../dragControl", _y);
yPos = yPos-(300/2);
height = getProperty("../nav", _height);
setProperty("../nav", _y, getProperty("../nav", _y)-(yPos/tan));
if (Number(getProperty("../nav", _y))<Number(-(height/2))) {
setProperty("../nav", _y, .01);
} else if (Number(getProperty("../nav", _y))>0) {
setProperty("../nav", _y, -height/2);
}

frame 2:
call("tellMe");
gotoAndPlay(_currentframe-1);

NOTE: Script from levitated.net, gone but not forgotten.

View Replies !    View Related
Animated Menu Navigation
I wanted to use an animated menu to place my navigation to a minimum on the screen. I want the menu to reveal itself on a roll over on a button and then the user can select from the menu of links.

I tried to find an example of what I want, but I could not find it. So hopefully some one knows what I am talking about. Please help. Thank you.

View Replies !    View Related
Animated Menu Problem.. Just Needs A Second
Hi there, i'm making animated drop down menu at the moment, i've created the button, and then tweened it so it's meant to open smoothly as the viewer puts the cursor over the button. Now my problem is that when i put the cursor over the button.. the button starts to open but then loops over and over on a very small section of the tween.. it's not coming out and stopping.. even though i actionscripted with a play and stop at either end of the tween... does it have something to do with 'track as button'?.. also originally, i managed to get it to come out and stay.. but the mouse had to be still - which was no good as you have to move to get to the buttons on the part that drops down.. AGH!.. lol.. so if anyone has any thoughts on my problem.. or perhaps could shed some light i'd be very grateful!
All the best
Jon
P.s... i've attached it so perhaps someone who doesn't understand my query.. can have a look and see what i mean.

View Replies !    View Related
Animated Rotating Menu - How Is It Done?
Hi I'm Frank,

I've come accross a great looking animated menu at http://www.musicchoice.co.uk - Firstly it animates in which looks simple enough to do, but I'm interested to find out about the animation of the links that follows (target circle, with animating links that change col on rollover etc)

Any help out there?

Cheers – Frank

View Replies !    View Related
Animated Menu Button?
I have made a button, I made a movie clip on the over, I made an animated menu with 4 buttons that come out of the first, I made the buttons "track as menu" and the hit area over the first button and the space that the next 4 fill, I tested and when I put the mouse over the first button the menu appears in animation but then when I try to click on the 4 menu buttons the menu dissapears when the mouse gets over them!

If anyone knows if it is possible to do track as menu on buttons in a movie > in a parent button and that I am wasting my time then please say! Thanks!

If anyone is interested then just post here and give an e-mail address and I will mail them the .fla .

View Replies !    View Related
Animated Dropdown Menu
I've made a navbar with animated over state buttons, but can't get the submenu to stay down. Please take a look at the attached file, and rollover the "company" button to see example. I'm in desperate need of help! Any ideas from anyone?

View Replies !    View Related
Animated Dropdown Menu
I've made a navbar with animated over state buttons, but can't get the submenu to stay down. Please take a look at the attached file, and rollover the "company" button to see example. I'm in desperate need of help! Any ideas from anyone?

View Replies !    View Related
Animated Menu Bar/buttons
Alright, i taught myself how to pretty much do flash, im still farley new at it but wanna build my knowledge.

What im lookin for is like a menu thing... where a box will be either free scrolling on the x access the bar the menu wll be located and when mouse cursor is placed over a button the box will to go it. I have been trying to find some examples but its rather difficult.

If anyone has any idea what im talking about... maybe give me a lil example or even some sites that could help me in the direction im trying to get at.

View Replies !    View Related
Smooth Animated Menu?
im making my youth groups website in flash and want a nav menu similar to the one on www.fuse.tv

what i need to know is- how to include interactivity so when you scroll over an image, it moves, unveiling a menu

my goal is something similar to http://www.fuse.tv where there is a little man who jumps to either the junior or senior high title and pulls it down, unfurling a scroll with the menu contents that is the navigation

so i need to know- how to get interactivty w/ mouse
how to make that action trigger an animation
how to make that animation pull down an active menu with multiple links on it

can this be done, where can i learn, or can you teach me?

thanks
washer


ps-someone explained what was hapening on the fuse site, but i have no idea what they were talking about:

Timeline animation movie clips, all of them preloaded judging by the slow load time. Digital cam pics of a model (friend? staff member?) in burst mode to create the animation attached at the bottom of the main menu. Cool site. Somebody had a lot of time on their hands.

View Replies !    View Related
Animated Menu Issue
hi

was wondering if anyone could cure my headache. i want to make an animated menu that slides onto the screen as the user rolls over a graphic. i made the graphic pieces and the menu items( the menu items are buttons nested in the graphic of the menu) I moved all these into a movieclip and animated the move with a mask layer so that the menu slides in from nowhere.
in the main time line i have created a button that controls when the movie comes in and out.. however once the menu "slides down" i cant figure out how to make it stay.. The button that controls the menu has a rollover action to tell the movie when to play and a "rollout" action to tell it when to "slide back up". but i need the menu to stay in its down stage...so that the user can select the menu items.This is where i get stuck. i have tried making the menu "holder" graphic a button..and then putting an action on it in the menu "movieclip" timeline..but it doesnt work..HELP!!! Is there and issue with nested buttons?? The menu items also do not seem to work properly as well...ugh...

thanks in advance for any advice..

erik bredthauer

View Replies !    View Related
Animated Drop-down Menu - Help
I've spent way too much time trying to figure this out, hopefully someone can help. I'm trying to create a drop-down menu like those found in OS X and WinXP. Rather than click, I'd like the rollover to trigger the drop-down. Then when I roll off, I want the menu to close.

I've attached an .swf file that has the effect I'm trying to reproduce and the .fla file that I've been working on. I can make the menu drop down (or in my example up) but I'm having issues with the roll over and roll off. Mine is not as responsive as the .swf example. My version is glitchy and the menu keeps getting stuck in the up position.

What am I doing wrong?

(I updated the zip. I had originally posted the wrong .fla file, doh!)

View Replies !    View Related
Animated Drop Down Menu
I need to make a drop down menu similar to the one on http://www.mindharbor.com/index.htm


Anyone know how I can do this?

View Replies !    View Related
[MX] Animated Horizontal Menu
I've created a simple horizontal menu that expands with the touch of the home button. I've duplicated scenes and the menu jumps back to the home page from other scenes. I'd like the menu to stay open until the user makes his/her choice. The fla. file has been included to view.

View Replies !    View Related
Animated Menu Bar Question
Hi:

I have a question about an effect I saw on a template on templatemonster:

http://www.templatemonster.com/flash...ates/7077.html


I'm curious to know how to program an animated button to be static when clicked, like is done on the above example.

Can this be done with actionscript? Anyone know of a good example or tutorial that demonstrates this technique?

Thanks in advanced,

SP

View Replies !    View Related
Animated Dropdown Menu
Hello this is my first post so hope you dont mind me begging for help straight from the off hehe.

I am by trade a designer and have a little experience doing simple things in flash, but have decided to try and get a little further into it and have undertaken a little project, however I have become a little stuck working on my navigation.

I am trying to make an animated dropdown menu, basically a movieClip that contains buttons. However I cannot get the buttons within the movieClip to function. I have tried using button symbols, movieclip symbols and varying target paths but am failing miserably. I have attached a link to an FLA with a simplified version of what I am working on and wondered if someone might be able to help.

I daresay there are other better ways of making this using some scripting but that is a little over my head and am just using graphics based stuff to achieve my goals at the moment.

Well I appear to have rambled on a fair bit, sorry for that...

Hope someone here can shed some light onto where I am going wrong here.

Many thanks.

Menu.fla

View Replies !    View Related
[F8] Animated Drop Down Menu (help)
Hey guys, i'm working on an animated drop down menu and i've got a bit of a problem and i have no idea what's wrong.

The drop down i'm trying to create is very similar in functionality to the one on http://www.nseries.com/index.html, in that it animates down on rollOver, then each option has a small animation, followed by a rollOut animation where the menu goes back up.

Basically i have everything working sweet except for the animation on each of the menu options (the menu comes down and goes up as i want it). I've been playing around with this for many hours and i can't work out why the option animations aren't working when they get rolled over.

So here's my basic setup... The relevant layers in the root folder (1 frame) are actions (where all the actions are kept), navbar (which is the gfx and animation for the top bar menu which triggers the drop down menu), and dropdown (which is the actual drop down menu (dd_mc)). Everything is animated using the timeline, and i have just used actionscript to trigger certain animations to occur.

Here's some of the code: (brings the menu down)

dd_mc.onRollOver = function () {

navDesktops_mc.gotoAndPlay("_over"); //play top bar animation of desktops button - works perfect
dd_mc.gotoAndPlay("_over"); //bring down the dd menu - works perfect

dd_mc.dropDownBox_mc.onRollOver = function () {
dd_mc.dropDownBox_mc.gotoAndPlay("_over"); //animates the box inside the drop down - doesn't work
}
dd_mc.dropDownBox_mc.onRollOut = function () {
dd_mc.dropDownBox_mc.gotoAndPlay("_out"); //doesn't work
}
dd_mc.dropDownBox2_mc.onRollOver = function () {
dd_mc.dropDownBox2_mc.gotoAndPlay("_over"); //doesn't work
}
dd_mc.dropDownBox2_mc.onRollOut = function () {
dd_mc.dropDownBox2_mc.gotoAndPlay("_out"); //doesn't work
}
//etc for all the boxes in the drop down

}

I know there's no technical problems with the code since i can trigger the box animations on and off if i use different conditions . I just can't get them to work when they are rolled over... It's as if something is blocking them over the top but there is nothing there. It doesn't work if i use an onRelease action either.

Can anyone explain what i've done wrong and why this isn't working? Also, are there any tutorials on this?

Thx so much! This is so annoying...

View Replies !    View Related
Help Needed Animated Menu
I have been using flash for some time now but have never tried building a flash website. I'm in the process of making one now but I need some help with an idea for a menu, I’m not sure if it is even possible.

The menu that i have designed has a large text title and underneath it there is a box with menu categories. What a want to happen, is when you click on a category (for example news) the menu title will morph into the word news and the box below it will change to news. I have already animated the morphing sequence, I just need to know what to do for the actionscript etc.

I know it is complicated, but any help will be greatly appreciated.

View Replies !    View Related
Looking For Actionscript Animated Menu
I am looking for a tutorial on how to make an actionscript animated menu. I want it to be with animations both for rollOver and rollOut. I have made such a menu but I have some bugs and I am trying to compare the two. Pls help.

View Replies !    View Related
Animated Flash Menu
Hello everyone
First post, lol.

I'm making a new layout for my personal website, and I want to have an animated menu.
I didn't want a rollover menu, I can do that with CSS.

I wanted Flash. I wanted a smooth animation when I hover over a link.
The link will be a picture or icon, and I want it to glow or something when you hover over it.

Maybe I'm just blind, but after hours (literally) of Googling, I've come up with nothing to help me with this.

I have found one tutorial that lets me re-size my icon when I hover over it, but I really don't want to do that.

Can anybody help me? Or at least point me in the right direction?
Speedy help would be greatly appreciated, thanks!
(By the way, I'm using Flash 8 Professional)


edit: I should probably point out that I don't want a drop down menu, I want one that animates. You can find them all over the web, you just can't find tutorials for them (or at least I can't).

View Replies !    View Related
Animated Menu Problem
I am having some serious problems with a menu I am working on. I have searched for the solution but didnt find it.
To simplify the problem:
I have a menu button mc_button1 (I use a movie clip instead of a button because i use animations). When I roll over it, subbuttons appear beneath (also movie clips)(mc_subbuton1, mc_subbuton2, mc_subbuton3). The problem is the hit state for mc_button1. If I apply the actionscript to mc_button1 then mc_subbuton1, 2, 3 .. won't work anymore. How can I do the hit state right ?

View Replies !    View Related
Animated Menu Problem Help
i have created menu button with links but is not working can somebody help me
thanks

http://www.livingmedia.co.uk/dev/

View Replies !    View Related
Animated Menu Problem Help
i have created menu button with inside MC with links but is not working can somebody help me ?
thanks

http://www.livingmedia.co.uk/dev/

View Replies !    View Related
[F8] Animated Menu Trouble...
Hi.

I'm having a little trouble with an animated menu...

http://www.standardcraze.co.uk/flashmenu/

and here's the .fla file...

I need the submenu to animate out when the user either rolls above or below the menu area, or rolls over one of the other buttons.

Would it be easiest to do this using the y position of the cursor (i don't know how to do this).??

Anyway... if you could take a look and help me out in any way, it would be much appreciated.

Thanks

View Replies !    View Related
Animated Web Flash Menu
Hi,

i'm finishing my animated web flash menu and i only have 1 step more before ending it.
My menu is multi language and has a preloader.

Everytime that user change menu language, my PHP page should be reloaded in order to change also the language on PHP code, however it reload also the preloader and the main menu movieclip.

I would like to know how all of you who have created such thing, solved this problem ?

basically in order to not reload the preloader + main movie, i was thinking to change PHP code in order to call the preloader with a parameter telling to main movie to start only from frame XY.

but i do not know if it is the best solution.

therefore i would like to have your opinion and suggestion about it.

thanks a lot,

A.

View Replies !    View Related
Animated MovieClip Menu
I was wondering how to create submenus with each title separated (they are NOT next to each other) and keep them active until you move your mouse to a certain boundary or go to another menu? And also how can you make your subbuttons able to go to another page when they are animated with in a movie clip?

This is sorta what mine looks like. All of the menus and submenus are not next to each other, there's space between them.

Menu -
_______Sub1 Sub2 Sub3 Sub4

Menu

Menu

Menu

Menu
________Sub1 Sub3
Menu-_____________Sub5
________Sub2 Sub4

Menu

(Sorry for the underscores, or else it would show up in blobs rather than what I wanted. It still sorta is. =_=;; )

View Replies !    View Related
Basic Animated Menu Help
Hello to everyone! This is my very first post and I'm honored to be joining the ranks! I am having a real issue with designing an animated menu. Every tutorial I have found has one of two faults in teaching me what I want.

The first is the fact that 99% of the tutorials are actionscript 2.0 based. I recently acquired CS3 and have never touched AS2 so AS3 is where I'm starting from. I have thought about starting with AS2 and working my way up but I honestly don't see the point of learning something just to go and RE-learn it. Therefore, I would like to stick to AS3.

The second obstacle is that every animated menu tutorial that I've found deals only in rectangular, button animation with drop down menus... This is boring and NOT what I want to do. Oh sure, I can surf the net and find several options to 'BUY' that are already scripted but why would I want to waste the money??

Here's my boggle... I have tried for HOURS (actually DAYS!) to get this to work and being brand new at this, I have no idea where to go. I have created a menu with several icons on it. Each icon is a movie clip. When I tell A.S. the event listener MOUSE_OVER, the icon enlarges and a sub menu appears one line at a time next to the icon. (Pretty proud of myself for even figuring THAT out! ) However, if I move my mouse to the right to hover over the sub menu items, I suddenly get a flicker effect of the menu rapidly going in and out. I have tried to do the 'invisible button' thing but it's not fixing the problem.

My second try, I created the icon as a button instead of a movie clip. Again, in the OVER state, it animates like it's supposed to and the sub menu appears. In a 'button' instance, I have used the 'HIT' state to create an area large enough to make sure the sub menu stays visible. The problem is two fold... 1. Buttons do not have an 'OUT' state and the animation can't reverse, it only snaps back which is fine if it has to but again not what I want. and 2. the hit state keeps the submenu items visible, however, I CANNOT click on them! When I click a submenu item, the original button OVER state resets and animates again. It's almost as if the HIT state is 'covering up' the sub menu buttons.

Okay, sorry for being so long winded. I hope it's not too long for anyone to read. I have included my two examples. I would LOVE to hear feedback on both; i.e. which one is better to go with, what I'm doing wrong, and maybe where to get a better understanding.

I have a lot more I want to do with this but until I get these blasted submenus to work, I don't want to move forward! Please note, the examples that I have attached are STRICTLY FOR FUN!! In no way am I publishing these with copyright content. I happen to work for a car dealership which is why I chose to start there since I can't really think of any other websites to design for now. Please help in any way you can! Thanks for your time to read this and I look forward to hearing back! My email is eallen@cardinaleway.com.

Sincerely,

Ed Allen

View Replies !    View Related
Animated Web Flash Menu
Hi,

i'm finishing my animated web flash menu and i only have 1 step more before ending it.
My menu is multi language and has a preloader.

Everytime that user change menu language, my PHP page should be reloaded in order to change also the language on PHP code, however it reload also the preloader and the main menu movieclip.

I would like to know how all of you who have created such thing, solved this problem ?

basically in order to not reload the preloader + main movie, i was thinking to change PHP code in order to call the preloader with a parameter telling to main movie to start only from frame XY.

but i do not know if it is the best solution.

therefore i would like to have your opinion and suggestion about it.

thanks a lot,

A.

View Replies !    View Related
Animated Drop Down Menu
Hi,

I'm trying to build a navigation system in FlashMX for quite a large site. There are 3 levels of navigation involved and I just wondered if anyone could point me in the direction of some relevant tutorials.

I've looked on this site but haven't quite found what I'm looking for.

Thanks

View Replies !    View Related
Copyright © 2005-08 www.BigResource.com, All rights reserved