Rollover Menu Trouble

I'm a bit new to the whole rollover menu concept but I think
I'm getting the hang of it. Now, on a website I'm designing for my
own personal use, i have the main menu system in one movie clip. In
that movie clip there are four other movie clips which contain the
animation and scripting for the rollover parts. The rollover part
works fine, when i roll my mouse over the movie clips they play an
animation, and when i roll off they reverse the animation, but I'm
having some difficulty linking the rollover buttons to play a
certain frame in the timeline. for the first button that happened
to be the "contact us" button, i used
on(release){
_root.play();
I used "_root." because when i just put "play()" it would
just play the interior timeline (i couldn't think of anything else
to call it) of the movie clip. **Remember that i'm adding
actionscript to movieclips inside one big movie clip**. And
"_root.play()" worked fine. It played the set of "contact us"
frames and i added another script to the end frame so it would
redirect me back to the main menu. the second rollover movieclip
("games") however, is giving me much more trouble. i added the
actionscript
on(release){
_root.gotoAndPlay(284);
because theoretically, if the first one worked this one
should work too. Except this is were it begins to get
perplexing...whenever i publish or preview the movie to test the
buttons, the first "contact us" button works fine, but when i get
to the "games" button, instead of directing me to the 284th frame,
it directed me to the 284th frame of a completely different scene.
the scene where the intro to my site plays.
So forgive me for the long message but help would be much
appreciated. I've been working with flash in my spare time for a
little under a year now I can't help to shake the feeling that the
problem is something obvious.

If you mean rollover rollvers (via layered menus) it could be the player itself, they are not supported acrosss all players.
Layer menus are here Layered Menus
Did you assign navigation to the buttons (or are yyou only going back and foorth between two buttons?)

Similar Messages

  • Best way to make a rollover menu?

    Rollover menu in Flash CS3, ActionScript 3.0
    This is my first project in Flash and I am having trouble
    with this. Does it make sense to have a button that plays a movie
    clip of the menu which contains buttons? Or should the button be a
    rollover and in the over stage the menu pops up and there are
    buttons in there?
    Finally, if I have a button that plays a movie clip with
    buttons that need to gotoandplay a specific frame, should the
    script for those buttons be in the menu movie clip or in the main
    timeline?
    I hope this makes sense, please let me know if I can clarify!
    I appreciate any help...Thanks

    no, that doesn't make sense. but what you mean by a rollover
    menu is probably clear.
    don't use the button timeline to do anything, especially not
    create a menu that's revealed on rollover of the button because the
    menu will disappear when you rollover the menu (and out of the
    button) or you won't be able to access your movieclip with
    actionscript (if the movieclip is part of the button's rollover
    state.
    so, use a movieclip button.

  • Iweb Rollover menu

    Hi...hope someone can explain where I'm going wrong with my proposed menu system ?
    I have an HTML snippet with the code for a rollover menu so that on one page the menu will allow the selection of similar material to be accessed without the need to "litter" the top navigation bar with choices.
    But when I publish to local folder the page I am trying to locate can't be found because my menu is on a different page and so I get the file "can't be found".
    Is there a way to get around this without putting all of the sub pages into the menu page folder ????
    Thanks for any help and sorry if this has an obvious solution that's evading me ;o(
    Regards Phil

    Hi..here is the html that I'm using with just one button at present and place on a page called "Music"...when selected the error message is:
    No file exists at the address “/Users/philwhite/Sites/Blancman//Music_files/blancman/trance”.
    Hopes this helps and then you can enlighten me as to what to do next ???
    Cheers and thanks.... Phil
    -------------------------------------------------------------------<style type="text/css"><!--
    #roll a {
    width: 150px; /* sets the width of your buttons, remove this line if you want variable width */
    display: inline-block;
    text-decoration: none;
    #roll ul {
    margin: 0;
    padding: 0;
    list-style: none;
    #roll ul li {
    list-style-type: none;
    background: none;
    #roll ul li a, #roll ul li a:visited { /* styles for the default button state */
    margin: 0 0 5px 0;
    padding: 0 8px 0 8px;
    line-height: 21px; /* this value must be at least twice the border-radius value */
    color: #AAA;
    background: #EAEAEA;
    font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
    font-size: 12px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    #roll ul li a:hover { /* styles for the rollover button state */
    color: #CCFFFF;
    background: #0099FF;
    --></style>
    Trance

  • Rollover menu in Flash Catalyst

    Hi, I want to make a rollover menu in Flash Catalyst. That means, that I have a "select language" PSD and a "German and Enlish" PSD. When I transform the "Select language" PSD into a Button and put the second graphic into the state "over", then the menu opens like it should do. But now i can't transform the "German" and "English" text into a button cause I can't make a button inside an other button. I hope you can understand...(:
    Hope you know a way to make this rollover! (-: Sorry for my English!
    Hallo, ich würde gerne ein Rollovermenü in Flash Catalyst machen.  D.h. ich habe eine "Sprache wählen" Grafik und eine Grafik mit "Deutsch  und Englisch". Wenn ich jetzt die "Sprache wählen" Grafik als  Schaltfläche nehme, und beim Status "darüber" die andere PSD-Grafik  einfüge, dann öffnet sich das Menü genau, wie ich will. Ich kann aber  natürlich die Texte "Deutsch" und "Englisch" nicht als weitere  Schaltfläche machen. Weil ich ja nicht eine Schaltfläche in eine  Schaltfläche machen kann.
    Ich hoffe, das war verständlich. (-: Hat jemand eine generelle Idee, wie man so etwas macht?
    Grüße!

    See if this tutorial might solve your issue:
    http://insideria.com/2009/10/flash-catalyst-beta-2-combobox.html
    Chris

  • CSS Rollover Menu with Images and Current Page Indicator

    Hello.
    I have found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY about creating a CSS Rollover Menu with Images and Current Page Indicator (I tested it and it is working fine).
    I have a web site with 15 pages based on a template and I want to use that video sample to do the same thing on my web site.
    Please tell me if I can use the sample from the link above to do that.
    What should I change in the css file (what new class should I make) to make this work on a web site based on a template  ?
    Thank You !

    I don't know about that video tutorial but a sitewide persistent menu indicator ('you are here' highlighting) is very simple to do with CSS classes.
    Details and code examples below:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Rollover menu Great In safari,..Not so good...

    I have a rollover menu that works as it was designed in Safari and Chrome,
    It is not displaying well at all in FIrefox.
    the file is located at:
    http://boswellcompany.com/Menu_Test_1_26.html
    what could possibly cause the menu's behavior as displayed by Firefox
    Thank you very much in advance.

    The actual "physical" size...number of pixels is considerably larger than may be required for proper display. I produced them in that manner to allow for sharper "edges".
    I will make another set at the exact size necessary for display and see if the size component may not be the issue
    Thank you.
    Back soon
    Problem Solved. Safari evidently doesnt mind intertreting size indictaions...while firefox is not as forgiving.
    I made all the buttons at the size they display at and the erratic behaviors in some browsers...have disappeared.
    Learning can be so painful, but its such a relief when the lessons learned.
    Thanks Again.

  • Adjusting an interactive rollover menu

    hey all,
    please take a moment to test the code below; creating a kind
    of interactive rollover menu with some effects. the original code
    used Math.PI to create a radial menu and i've modified it into a
    vertical menu to suit my needs.
    what i can't manage to do right now are two things:
    1) run the movie, and you'll notice that the spaces between
    the items (menu elements) are not equal. what causes that or what
    am i missing here?
    2) i've set a global onPress function that links to a certain
    URL. how should i set an onPress function for each menu item
    individually, so that each item on the menu can be set to link to a
    different URL?
    your help will be much appreciated!
    neoglee.

    If you did it in encore then your target was making a blu-ray, correct?
    I presume you want to do what Encore does and make a "Computer" version of your DVD menus?
    Have you tried Encore's File->Build->Flash... ?

  • Pop-up menu trouble!

    I am learning to create a website using dreamweaver, fireworks and photoshop. I created a sample website using these tools. Initially I created a layout in photoshop followed by web slices in fireworks. Later I exported my work in dreamweaver to complete the website. I saved my layout as a template so that any changes get updated automatically in all pages. To add a rollover image menu, pop-up/drop-down menu in template, I switched back to fireworks within dreamweaver. I created rollover image menu successfully and even drop-down too. It worked fine in fireworks preview window. I finished my editing in fireworks and switched back to dreamweaver and updated the changes in template. when I previewed that template, the rollover and pop-up menu  worked fine on all menu item(on mouse over). when i clicked a menu item/page /link, it follows to the page correctly and rollover worked still  fine and smooth but pop-up menu failed as if i never created one. I tried reloading the page but it failed.
    Again I loaded a preview from template and it worked. when I click any menu, it failed. But the rollover works well. I tried to repeat my steps from beginning and the result is the same.
    I tried for preview from individual pages, no pop-up emerged. Later I observed that pop-up javascript is located in all pages but never works on execution. It works only in the template from which I created all other pages but it still fails on clicking other links in same template preview. Please help me. This stopped me from moving to next lessons.

    Please elaborate
    which version of Dreamweaver
    the location of the lessons that you are following
    a copy of the code that you have created
    This will place us on the same footing and enable us to help you.

  • Rollover Menu buttons with audio

    I am trying to create a menu with Rollover Graphics for the highlights. So I have the buttons autoactivate to a duplicate menu with a different graphic button.
    (ex. Main menu button one color - auto activates to Main Menu button one black and white - hit enter - jump to track)
    I know it can be done with layered menus also.
    But here is the problem...
    I need an audio bed looping through the menu navigation, the problem with the duplicate menus is that the audio starts over everytime I go to a new button highlight. Is there really no way to have audio on a layered menu? Or is there a workaround to having audio without it restarting everytime I go to a new button (which is technically a new menu).
    Thanks

    As Ryan said - this is a limit of the spec.
    When you use a layer based menu in DVDSP you are actually creating a different menu for each layer in the file. This is pretty much the same as using auto-activating buttons and going from menu to menu...
    If you are playing a menu then the DVD player's laser is in a particular location on the disc. If you go to a different menu then the laser has to move to the new location. As it moves it cannot then be reading audio from a different location, so it is impossible to play continuous audio. You might well have noticed that no DVD you have ever played has been able to give you continuous audio across different menus for exactly this reason.

  • Navigation Menu trouble!

    I created a drop down Navigation Menu in Dreamweaver CS5 by using the Spry Menu Bar. After I customized the colors I noticed that the drop down tab were appearing correct, but on the left if i widend the screen all the tabs were listed off the page.I have the website I created centered so u can see the tabs to the left.
    Attached is a picture.Can someone help me what did I do wrong?

    IMO the entire layout is in trouble not just the menu.
    I would start over with a pre-built CSS layout and ditch the tables.  You really don't need tables for layouts and should only use them when displaying tabular data (spread sheets & charts).
    CSS Liquid Header & Footer with Floats
    http://alt-web.com/TEMPLATES/I-page-with-floats.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Creating a 'Rollover' Menu System Question

    I am trying to figure out how to make a 'rollover' style menu system in DVDSP and having great difficulties with it.
    The aim is to create menu whereby each time I move to a different button on the menu (Town Names) it then highlights on a map the area that the town is located on a map, this button then links to referring video.
    If you have any tips or tutorials you could recommend for this type of menu creation that would be great!

    Layered menus would be the way (or buttons over video) Note that layered menus may not work properly every time.
    http://dvdstepbystep.com/layersover.php
    There the glow layer comes off and on, but you can put the glow anywhere (so the glow can be a highlight or an image, including a more emphasied portion of the map)
    Regular butttons may work if the map is ordered so the no place on the Map would fall in the same button area (buttons are rectangular, so let's say if all the buttons are on the left of the Map and you can draw rectangles for each button so that no button overlaps it could work..) But if two locations have the same vertical position on the map probably would be difficult to do.

  • Interactive website demonstration with rollover menu

    Hello,
    I have a problem that is really bugging me - hopefully someone here has some advice to offer
    I have been asked to produce an interactive demonstration of a website with a menu structure similar to this one:
    http://www.arsenal.com/home
    The user can move the mouse over some of the menu options to bring down a submenu - sometimes, that submenu even has a submenu of its own when moused over. For reference, take a look at the arsenal web page, move the mouse over the 'first team' menu option, and then over the 'players' submenu option.
    Here is how the project is planned to be done: The user starts at the home page, and is free to move around the website to learn about its functions, by using the top menu. When clicking on a menu option, the user is taken to the corresponding slide/project.
    My problem is that I am unable to get this menu to work as it should in the project, i.e. dropping down when mousing over and allowing the user to click on the submenu options, and allowing for a second submenu to appear when mousing over a submenu option.
    I have tried using rollover slidelets and images, but the 'rollover area' placed over the menu option prevents the user from moving down to the submenu without having it disappear.
    Any thoughts on how to solve this menu issue? I am using Captivate 5.5 on Windows 7.
    /Oswald

    Hello,
    If the menu structure is as complicated as what I see in the example, really you need another application. IMO this was created in Dreamweaver, where you have the dropdown menus available right away. It can also be realized in Flash, but this is not something Captivate was designed to achieve, really.
    I have been trying to simulate such a behavior using Text Captions with click boxes to have the hyperlinks and using Effects to slide in/out. But you have to tweak the effects-XML to achieve this. Just trying to offer you the correct advice, even though I try always to push Captivate as far as possible: for the menus you need a real webdesign application, not a rapid authoring tool like CP.
    Lilybiri

  • Menu bar not displaying inline with logo (Spry menu troubles - Extra Credit!)

    Coding Brothers and Sisters!
    Hope you all are well - would anyone please assist me to display inline the logo and menu bar at the following page?
         http://gratefulcreative.com/Andre_Madiz/index.html
    Superbonus, Adobe All-star points for help with my Spry Menu Bar, which is not showing submenus. I get an error message saying the following:
         This document contains Javascript code for a widget that no longer exists. If you don't remove the code, the browser might display Javascript errors when loading the page. Would you like Dreamweaver to find all the
         instances of the code for you?
         Widget: var Menu Bar 1 = New.Spry.Widget.MenuBar ("MenuBar1"; {imgdown:"SpryAssets/SpryMenuBarDownHover.gif",imgRight:"SpryAssets/SpryMenuBarRightHover .gif"});
    Thank you as always!
    Ken D
    Creative Director
    Grateful Creative
    www.gratefulcreative.com

    Use CSS floats.  Posted here with inline styles for expediency.  Ideally, you should set-up some re-usable classes for floats & clearing in your external style sheet.
    <div style="float:left; width:250px">
    <a href="http://www.andremadizmma.com"><img src="images/Bulldog_logo3.png" border="0"></a>
    </div>
    More on Floats:
    http://css.maxdesign.com.au/floatutorial/
    (='.'=)
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • IDVD menu troubles

    In iDVD when I preview my video the menu works fine, but when I play it in my DVD player on the tv it skips the menu completely and goes straight to the slideshow. How do I fix this?

    If you do see the grey box in the DVD map, get rid of it.
    It says something like "drag contents here to......"
    Delete it and make sure your menu is the very first screen on this map.
    I haven't used iDVD in a very long time, but had come across this as well and, if my memory doens' fool me this fixed it.

  • Horizontal drop down menu trouble

    Hello,
    I am trying to make a horizontal drop down menu which is
    located at the top of my page, right on top of an
    image.(www.citadelap.com/index_copy(2).htm). I have my code working
    in IE when it is on it's own page, without the image, etc.
    (www.citadelap.com/drop_menu.html). What do I have to do to get
    this drop down menu to show over the image in IE??
    Thanks for any help you can offer!!!

    I have quickly looked at your markup and found too many problems to discuss here. What I have found so far
    There is no DOCTYPE
    SpryMenuBarHorizontal is doubled up
    There is extensive use of absolute position where it is not neccessary
    I suggest you go to here http://www.w3schools.com/
    Gramps

Maybe you are looking for