Help with Interactive Buttons

I'm having a really rough time understanding how to code my interactive menu.
I've posted the files here https://dl.dropboxusercontent.com/u/21231523/Menu_animation.zip.
1. I'd like my first animation to run which involves the buttons swooping in and then coming into the correct positions.
2. When you roll over the buttons, I'd like them to turn red.
3. When you click on the buttons, I'd like them to stay red, and the actual text label rotates 90 degrees. I'd like this to stay this way until the user either clicks on the button again to rotate it back to 0 degrees or when the user clicks on another button and that also causes the button to rotate back and the current button clicked on rotates 90 degrees.
I'd appreciate any help.
Thanks so much.

To get the kind of interaction and anoimation you identify you will need to use movieclip symbols instead of button symbols.

Similar Messages

  • Problem with Interactive Buttons

    Hi all,
    I seem to be having trouble with Interactive Buttons.
    InDesign CS5 - Version 7.0.3
    I create a document with 2 pages (Facing Pages is checked).
    I add a text box to each page, Page one's text box says "1" and page two's says "2".
    Page two's text box I right click and select Interactive | New Hyperlink Destination - Type: Page, Page: 2, Zoom Setting: Fixed
    On Page one I add a sample button from the buttons panel.
    I select the button and then display the buttons panel.
    I remove the default "Go To URL" action and add an action of "Go To Destination" using the Event of "On Release"
    When I preview the page from the "Preview" panel, I click "Play" and can see the first page and the button (great), but when I click the button, nothing happens.
    The mouse changes as I mouse over the button, the state of the button changes to the rollover state... all seems well but it doesn't actually perform the action of going to the next page.
    I have tried exporting to PDF and making sure that "Include Bookmarks" and "References" is checked as well as making sure that "Create Tagged PDF" is checked but the exported pdf doesn't run the action either!
    What am I doing wrong? It seemed so easy when I looked at some video tutorials on how to do it.
    Any help would be much appreciated.
    Thanks
    Andy

    Hi Peter,
    Thanks for the fast response.
    I fixed the issue with the preview window (saw a previous post).
    However the Export options I have are:
    Adobe PDF Presets...
      Define
      High Quality Print
      PDF/X-1a:2001
    PDF/X- 3:2002
    PDF/X- 4:2008
      Press Quality
      Smallest File Size
    Export...
    Export For....
      Buzzword (greyed out)
      Dreamweaver
      EPUB...
    If I choose Export... I cannot see an option for exporting to PDF (Interactive) no matter which options or types of PDF I select.
    However, my PDF opens in Adobe Acrobat 9 Pro - is that the issue? Even if I open it in Adobe Reader 9.3 it doesn't work.
    Andy

  • Need help with a button

    Hello,
    I need help with a button. I created a button and set it up
    so that when you click and hold it, the button becomes lighter in
    color (I used Alpha). I want the button to stay this light color
    after i release the click. Right now it goes back to the normal
    color when I release the click. Can somone help we this?
    Thanks!

    rpofclt wrote:
    > Hello,
    >
    > I need help with a button. I created a button and set it
    up so that when you
    > click and hold it, the button becomes lighter in color
    (I used Alpha). I want
    > the button to stay this light color after i release the
    click. Right now it
    > goes back to the normal color when I release the click.
    Can somone help we
    > this?
    you can't use the button itself if you want to maintain the
    DOWN state after
    release as button automatically resets itself once the mouse
    lives the HIT zone.
    Use movie clip instead and on press simply send it to a frame
    where there
    is DOWN state like image.
    Best Regards
    Urami
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Help with linking buttons to Scenes

    Hey,
    Rookie to Flash and AS3. Just needed some help with my buttons. Im making a flash program about pancakes (random I know). I have a "Mainmenu" scene and then a "Recipe" scene. I have a button on my mainmenu which takes me to the recipe page when I click it, the code behind the button is
    "stop();btn_recipe.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function mouseDownHandler(event:MouseEvent):void {
    gotoAndStop(1, "Recipe");
    Then when I arrive at my recipe page I have a button which will take me back to my MainMenu, the code behind that button is:
    "stop();btn_home.addEventListener(MouseEvent.MOUSE_DOWN, mouse5DownHandler);function mouse5DownHandler(event:MouseEvent):void {
    gotoAndPlay(1, "MainMenu");
    So I run my program and the first button works and takes me to recipe page but the button to get to the main menu does nothing, click it and no response or anything
    Please help

    First, hopefully having all your code mushed onto the same line is a copy/paste error, otherwise it should look like...
    stop();
    btn_recipe.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
    function mouseDownHandler(event:MouseEvent):void {
         gotoAndStop(1, "Recipe");
    If the intention is to click the buttons to make them work, then you should use CLICK instead of MOUSE_DOWN.  MOUSE_DOWN can be a persistent state whereas CLICK involves releasing it afterwards.
    As for the code to get you back home, where is it located on the timeline?  Are you getting any error messages when you try to use it?
    One thing you should learn to use is the trace() function.  It is useful for troubleshooting.  You can use it now to see if your second button is talking to the function at all...
    stop();
    btn_home.addEventListener(MouseEvent.CLICK, mouse5DownHandler);
    function mouse5DownHandler(event:MouseEvent):void {
         trace("the button works okay");
         gotoAndPlay(1, "MainMenu");
    If you don't get that message in the output panel, you'll know the button is not properly coded to work.
    Most folks here will recommend you get away from using scenes in a design that includes navigation--they have a history of being problematic.  Instead of using scenes, divide the one main timeline up into sections or use movieclips for the sections and manage their visibility... or do a bit of both.

  • PDF for Print with interactive buttons

    In ID CS4 when exporting a book to PDF, the buttons were automatically added when "interactive elements" were checked in the export dialog box. In ID CS5, the export book to PDF requires you to select the "for Print" or "Interactive". I want to create a single file that can be used for print and has some interactive elements included.
    When I select export for PDF "Interactive" the two page spreads (8.5 x 11) turn to one large spread (11 x 17). I don't want the large spreads, but I do want the interactive buttons (return to last page viewed) I have at the bottom of the page.
    Is there a setting I am missing?
    This worked in CS4, why is it not letting me do the same thing in CS5??
    Thanks for your help!

    ghf232 wrote:
    Interactive pdfs don't support facing pages, so you'll have to tweak your design first...
    See here:
    http://indesignsecrets.com/interactive-pdf-from-indesign-cs5-always-has-spreads-on.php#com ment-485137
    and here:
    http://indesignsecrets.com/new-script-to-output-single-pages-to-interactive-pdf.php
    Harbs

  • I need help with a button animation!

    Hi,
    I hope someone can help with a simple-looking problem which
    nonetheless has me stumped!
    I have a feeling that I've missed something obvious.
    I've created a movie clip to act as a button (I've called it
    "abs_button") and placed it on the stage.
    My main movie has one frame.
    Within the "abs_button" movie clip there are 5 layers.
    Labels, actions, default button state, rollover state and rollout
    state.
    Technically, default button state, rollover state and rollout
    state could be on the same layer as they don't overlap, but I've
    given each animation its own layer for clarity.
    FRAME 01.
    Default button state is one frame with a graphic of the
    button. Just a label at the start ("abs_up") and a "stop();" action
    at the end.
    FRAME 02 to 31.
    Rollover state is a 30 frame animation. Label at start
    ("abs_over"), "stop()"; action at the end.
    FRAME 32 to 62.
    Rollout state is a 30 frame animation. Label at start
    ("abs_out"), "stop()"; action at the end.
    All animations were achieved with tweens.
    My initial "abs_button" code:
    on (release) {
    getURL("targetPage.htm", "_self");
    on (rollOver) {
    gotoAndPlay("abs_button", "abs_over");
    on (rollOut) {
    gotoAndPlay("abs_button", "abs_out");
    As it stands, the animation jumps to frame 1 of "abs_out" on
    rollout.
    I need the "abs_over" animation to always play through to the
    end, as the "abs_out" is "abs_over" in reverse (i.e. image grows
    large on rollover and shrinks again on rollout.
    I've tried for 2 days to solve this, but I clearly need help.
    My experiments with variables simply didn't work.
    I would be grateful if someone could tell me where I'm going
    wrong!
    Thanks,
    Andy

    use this:
    on (rollOver) {
    gotoAndPlay("abs_over");
    Since the code is attached directly to the movieclip, you
    don't have to
    identify the clip. A gotoAndPlay() function takes a frame
    number or a
    frame label name as its argument, never the name of the clip
    that
    contains the frame number or name.
    Rob
    Rob Dillon
    Adobe Community Expert
    http://www.ddg-designs.com
    412.243.9119

  • Little bit of help[ with a button.

    Good day all!
    I need help making a button. This is what I want to happen.
    I have a bunch of text, One of the words "merino" is bule as
    to say there is a link hear! And I want an image of the "merino" to
    come up, like a "ALT" box. Or have an image in the "ALT" box?
    I know how to do this in "Flash" i.e just drop in the image
    on the over state of the button event. Easy as pie! This is why I
    cant get to grips with Dreamweaver! I hate it!
    But I am willing to learn and maybe in time love???
    Thanks all!

    "satrop" <[email protected]> wrote in
    message
    news:f0o4t7$954$[email protected]..
    > Good day all!
    >
    > I need help making a button. This is what I want to
    happen.
    >
    > I have a bunch of text, One of the words "merino" is
    bule as to say there
    > is a
    > link hear! And I want an image of the "merino" to come
    up, like a "ALT"
    > box.
    >
    > I know how to do this in "Flash" i.e just drop in the
    image on the over
    > state
    > of the button event. Easy as pie! This is why I cant get
    to grips with
    > Dreamweaver! I hate it!
    >
    > But I am willing to learn and maybe in time love???
    HTML is a lot different from Flash! :-)
    I believe you could do this using DW's Show-Hide layer
    behavior - have
    mousing over the link trigger a layer with the image to
    appear. Someone else
    may have a better idea.
    Just FYI, having to mouse over a link in order to get more
    information about
    it isn't usually appreciated by users. You *might* want to
    re-think this
    plan..
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • Help With Radio Buttons -- URGENT!!

    Hi i am new to using UI compents in flash.
    Basically i havnt a clue where to start.
    Just some simple action script will help and be much
    appreciated if someone can give me it.
    Basically i have a question to ask which requires radio
    buttons to answer the question.
    I have a question and the answers are A, B, C, D.
    I want:
    A to equal 1
    B to equal 2
    C to equal 3
    D to equal 4
    E to equal 5
    Would someone be able to tell me how to set up the radio
    button so that the value of the radio button is stored into an
    array called SCORE.
    i dont need a tutor for arrays, i can do them, i just need
    help with the radio buttons so a reference to an array would be
    enough, eg how to store the answer from the radio button in an
    array.
    Thank you

    Place the radio buttons on the stage and set their parameters
    to what you need. Make sure that for each group of radio buttons
    you give them the same group name. Then you could use something
    like this:
    var listenerObject:Object = new Object();
    var answerArr:Array = new Array();
    listenerObject.click = function(eventObj:Object) {
    answerArr.push(eventObj.target.selectedData);
    trace(answerArr);
    radioGroup.addEventListener("click", listenerObject);
    radioGroup refers to the group name for the buttons.
    eventObj.target will refer to the actual radio button
    clicked.
    Tim

  • Need help with encore buttons - highlights

    Hi All
    I am seeking help with Encode CS5. I have a project working fine except that I dont have highlights for buttons, at least I think thats what its called. So when the mouse or remote control navigates up/down toa button it changes colour.
    In the properties of my button, the highlight option is greyed out.
    How do I apply highlights ?
    many thanks
    Chris Anderson

    Hi Bill
    Thanks for your reply.
    Here are 2 screen prints. One from encore the other from photoshop.
    First time I have inserted images, and they seem a little small on this message - if you have any problems reading I could email to you.
    I have highlighted the first button - which is called 'Highlights' - same issue with all the other buttons.
    Do you have to use photoshop to add highlighting? or can you do this in encore - i dont have much experience with photoshop.
    Not sure how to check 'Color Set' ? can you tell me how to get that for you - same for transparency for states? - I havent experienced them or changed them as I dont know how to
    Yes it was duplicated - have left a message not to reply
    Thanks again
    Chris

  • UWL - Help with Decision Buttons

    Hello SDNers,
    I'm customizing the UWL iView to show approval itens only, and their respective decision buttons.
    Everything looks ok, but when someone try to submit the decisions it shows the message:
    "reject wasn't correct"
    Where "reject" is the name I gave to the action.
    It also happens with the approval action.
    Below is the XML I've created.
    Does someone have a clue in what that message means, or what I've done wrong?
    Thanks in advance!!

    Hi There,
    Make sure that your decisionKeys are correct.  I have seen issues with this many times.  Log on to the backend system and call  SAP_WAPI_DECISION_READ or SWK_DECISION READ for a specific workitem  (You can get the details of the workitem id from the support information on the UWL - enable this and you can check this specific workitem)  The decision key is an internal value (typically a numeric value) corresponding to the selected decision used by the provider.
    You will need to ensure that you have x amount of decisions configured in the xml file, where x = the amount of decisions configured in the backend system.
    For additional help with this topic please see the userDecision Action Handler documentation:
    http://help.sap.com/saphelp_nw70/helpdata/en/7a/df014b037141ca9afc6433ed42b519/content.htm
    Beth Maben
    EP - Senior Support Consultant II
    AGS Primary Support
    Global Support Centre Ireland
    Please see the UWL Wiki @
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/bpx/uwl+faq  ***

  • Actionscript help with interactive poster

    Hi All,
    I need some desperate help with a university assignment. I can't find any really good tutorials out there, so I was wondering if there were any kind people out there that I could get some on-on one help from?

    If you need one on one guidance for every aspect of the assignment then you probably need to look to your classmates or your instructor. 
    If you can show what you have done so far and what specific aspect you are having a problem with then someone might offer some help.

  • Help with Social buttons ...

    Hi,
    I'm designing a muse site with social buttons that are created when you embed code from a site such as facebook, and others. They look like this on my site ...
    I would like to build a 'social' area on my site that looks like this instead ...
    So, to clarify when my user clicks on the 'f' in the lower of the two graphics above I'd like my website to behave as if the user had clicked on the 'f share' icon generated by the embedded html from facebook.
    How?
    Many Thanks!
    Gary

    Hi Gary
    This would be a customization with codes for share.
    You can use Share This and use the embed code for the same view that you have mentioned , which will allow users to share the page where you will insert the code.
    http://www.sharethis.com
    - Select Website
    - Select the layout
    - Generate the code
    Thanks,
    Sanjit

  • Help with flash buttons actionscript 2.0

    Help please, I am not sure what I am doing wrong here. Each button has this script
    on (release) {
    getURL("http://www.mysite.com/index.html");
    Once they work I want to import them to dreamweaver.

    Do you happen to have any kind of rollover code tied to anything that is containing the buttons?  I don't see the sense in having Flash buttons unless you have some form of animation associated with them, possibly triggered by rollover interactions.  If so, the rollover may be blocking access to the on(release) interaction.

  • Flickering issue with interactive buttons

    Hi all,
    I have an interactive pdf file that is 40 pages long. I have some navigation buttons on each page, which are white triangluar shaped arrows, and they contain black rollover and click states.
    I am finding however that the buttons states (rollover) seem to flicker randomly on and off when the cursor is hovered over the button. It looks very buggy. It's simply meant to turn black, and stay black when the cursor is on the button.
    Has anyone experienced this and know of a way that I can solve this flickering issue? It's driving me totally crazy and is the last remaining issue preventing me from finishing this project and being able to distribute the file.
    I know I can just disable thje rollovers, however we need them for usability purposes.
    Any feedback or guidance is appreciated.
    Thanks,
    G

    Hi Glyphism,
    I agree Bob's responses seem unnecessarily hostile. This is a huge problem! I just purchases CD 5.5 design premium, paid @ $700.00 for the upgrade and all of the buttons and interactives in a 4-month long project were operating just fine. When I ran the Acrobat update and tried to do my latest test, all of the buttons are flickering, and I cannot adequately test my 48 page interactive pdf! I have spent months on this project, it is now due on tuesday (Oct 4th), and at the eleventh hour, I am stuck with buggy product UPDATE of all things. Why? this is absolutely unconscionable for Adobe to let a bug like this go through. I am pulling my hair out. Wish I could UN update. Steve, you seem to be very helpful on this community - any ideas? HELP!

  • Help with interactive 3D earth

    Hi,i'll keep it as short and simple as possible!
    We're making a page with a flash element,and basicaly,in the end it should look something like this:
    http://www.youtube.com/user/lifeinaday
    Except that users would be able to add the speech bubbles themselves.So a Flash ball would be rotating,and clicking on it would make pop up a form,enabling the user to add text to a speech bubble,which would then be saved on the server.
    Since i'm quite a novice in flash,some short basic guidelines of which tools to use,or any general help would be of GREAT help.
    Thanks in advance!:)

    If there is currently no interaction with the earth object and it is a movieclip symbol, you can add code to make it react to mouse interaction, the same way you would for any button if you know how.  If using the earth for that is difficult for some reason, then you could add any shaped movieclip over the earth, set its alpha property to 0, and then use that for the interaction.
    For the form, you can create a movieclip that contains the form elements you intend the user to fill out, and control its visible property to hide/show it.  So when you click the earth, the form movieclip's vsisible property is changed to be true--and you may want to disable the earth clickability while the form is opened.  When you click the submit button of the form, you  set the form movieclip's visible property back to false--and enable the earth clicking if you disabled it.
    For what goes on with processing the form, you are best off finding a tutorial to get you started on figuring out how to do it.  Use Google to search using terms like... "AS3 PHP MYSQL tutorial" or whatever system /lamguage elements you expect to be using for storing the data on the server.  Flash cannot directly save data to a server, so you need some form of server-side scripting such as PHP to act as a middle man for getting the data saved to the server.

Maybe you are looking for