Control Drop Zone with Button State

Does anyone know if you can control the display of a drop zone with the state of a button. I am working on an exercise video and would like change an image based on the selected state of three different buttons.

Use auto actions on your buttons to jump to new (almost identical) menus with different drop zone video. Auto action can be set in the Button Property Inspector/Advanced Tab. Auto-action will automatically goto the jump target (another menu) upon selection of the button. Don't set an auto-action on the button the jumps to your desired target track.
eg. - Create 3 menus A, B and C.
"Menu A" should have: 1) "Button A" as the default selected button and a jump target to whatever track you want, 2) "Button B" should have auto-action that jumps to "Menu B" and 3) "Button C" should have auto-action that jumps to "Menu C".
"Menu B" should have: 1) "Button B" as the default selected button, and a jump target to whatever track you want, 2) "Button A" should have auto-action that jumps to "Menu A" and 3) "Button C" should have auto-action that jumps to "Menu C".
"Menu C" should have: 1) "Button C" as the default selected button, and a jump target to whatever track you want, 2) "Button A" should have auto-action that jumps to "Menu A" and 3) "Button B" should have auto-action that jumps to "Menu B".
-k
G5   Mac OS X (10.4.3)  
G5   Mac OS X (10.4.3)  

Similar Messages

  • Drop Zone with Audio

    Is it possible to create a video Drop Zone for a template in FCP that plays with audio. I am doing a 16_9 Background with 4_3 Drop Zone, but when I use it in FCP and drop the video it plays without audio. Am I missing some preference or is it just not possible to create this?
    Thanks

    That's a real shame: having to edit the audio separately beat the convenience of the drop zones in templates.
    Thanks Andy.
    Enrique

  • Resizing clips in drop zones with motion 5.04

    Can someone please help me resize clips in the dropzones.  When I drag the clip into the dropzone it show as too high up causing the head of my subject to be cut off as an example.  I do not see anywhere that shows a "fit" option in the inspector or anywhere else.  I purchase templates with dropzones in place.  Also when I try to resiize the handles that are showing, the complete drop zones resizes.  
    Is there some parameters I am supposed to using with the clip itself?

    The "Adjust Item" tool is contextual, and will only help you move the image around inside of a Drop Zone.
    If you need to "resize" the content of a Drop Zone, use the Scale parameter in the Inspector's "Image" section.
    I happen to be doing this at the moment myself.

  • Sync Drop zone w buttons in Main menu

    I created buttons for different tracks and a drop zone in my main menu. I can only have a track in that drop zone looping. I want to have the particular track display on my drop zone when ever my arrow selects that particular button on my main menu, so I will know this button has what video content. Is it possible to do that?

    Just to make sure we are on the same page, if you look at
    http://www.dvdstepbystep.com/1.jpg and you want to scroll down the buttons on the left so the area in the black square to the right shows a different video (not still) you would need different menus. If that black area is just a still, then you can use layered menus.
    If you want to hide/reveal little clips to the right of the button for instance, http://www.dvdstepbystep.com/2.jpg, then you would put the movie clips in the background of the menu and hide/reveal the section of the background

  • Control FLV playback with button on different timeline

    I have an FLVPlayback instance on my stage within a movie
    clip within a movie clip eg.
    _root.showreel_mc.showreelHolder.showreel (where showreel is
    the instance name given to the FLV component itself)
    I already have a button that fades out showreel_mc in order
    to fade other content in but I also need it to pause the FLV so it
    doesn't keep playing in the background. I've tried this...
    _root.showreel_mc.showreelHolder.showreel.pause()
    But it doesn't work - anyone got any ideas? I'm using
    Actionscript 2.0.
    Cheers!

    I found the option to sync with rest of project under the options tab and this solved my problem.

  • Controlling A Loop With Buttons

    Basically I need start and stop buttons for my loop which is in the main method. I figured I would use a boolean variable whose value is changed by the click of the buttons in a while statement. The problem is the loop is never started. So I must be following the wrong procedure. I would appreciate any help.

    This is part of the code
    public class MyClass extends JFrame implements ActionListener{
    private JButton start, stop;
    private boolean test;
    .....//other variables
    public MyClass() {
    ...initialize other variables
            test = false;
               setTitle("My Class");
               setLayout(new BorderLayout());
               grd = new MyGrid(W,H);
               add(grd);
         JPanel p = new JPanel();
         p.add(start = new JButton("Start"));
               p.add(quit = new JButton("Quit"));
               p.add(stop = new JButton("Stop"));
               add("South",p);
    //My actionPerformed Looks like this
    public void actionPerformed (ActionEvent e) {
            String s = e.getActionCommand();
            if ("Start".equals(s)) {
                flag= true;
            } else if ("Stop".equals(s)) {
                flag = false;
    //...other methods
    public  static void main(String []args){
              MyClass frame = new MyClass();
              JFrame.setDefaultLookAndFeelDecorated(true);
              frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                     frame.setSize(FRAME_WIDTH,FRAME_HEIGHT);
                     frame.setVisible(true);
           while(frame.test == true){
             ///do the loop stuff
    }//end main
    }//end MyClass

  • Drop zone and layered menus

    Hi,
    I have a lovely layered menu made in Photoshop and all works well, but I would like to add a drop zone to it so I can have some of the movie show while the menu is up. I can't get this to work.
    I cut out a hole in my psd file and put the movie behind it so it would show through, I then added a layered menu over the top and that works fine except this makes two menus and you can't be in two menus at the same time.
    Does anyone have any idea of how to do this?
    Best wishes
    Michael

    Sorry to break this one to you after all your work, but you can't combine video with layered menus - at least, not the way that DVDSP creates a menu from a layered photoshop file.
    You can get very close to it though, using a series of menus and sub-menus which you create yourself as standard overlays... this is pretty much how DVDSP will deal with your layered photoshop file anyway. You'll need to create a different menu for each different button state and place the video into each as you want it to appear. However, when you move from menu to menu that video will not be continuous and will start from the first frame each time.
    The other thing is why have you used a layered menu in the first place? What is on there that means you have to use layers? Can it be done using standard overlays? If it can, then you will be able to easily add your drop-zone with video to the menu... You might also consider using a layered menu and masking off different areas to simulate the way a layer based menu can reveal different text or images - you can also reveal pieces of video as well - check out the article here:
    http://www.editorsbin.com/apple/dvdsp/tutorials/mask_overlay/index.html
    There are some limitations with this method, explained throughout the article, but if you can live with these then this might be the better option for you.

  • Video in drop zone breaking menu transition...

    this seemed simple.
    i have a drop zone on my main menu with a quicktime in it. no interactivity. also on the main menu is a text button. that button triggers a custom transition/wipe that i built in motion. eveything worked fine, until i placed the drop zone with the quicktime: what happens is that when the menu button is selected, the drop zone clip jumps to a different point, then applies the transition and goes to the track. but that's not all. when going back to the menu, the drop zone clip will go to somewhere in the middle of that clip, then go to the head...
    the menu length is set to the length of the qt in the drop zone.
    if i delete the drop zone, the trans works fine.
    any ideas?

    Hi:
    The transition in your final disc will be a MPEG-2 video file, it will not be created on the fly while playing. That means that DVDSP will use a frame from your menu as starting point to create the transition "to the movie" video file and another one to create the "from the movie" transition. The same happens when you use a movie as background in your menu.
    I don't know what rule uses DVDSP to select what frame to choose to build the transition, but you cannot expect that your transition will start in the frame that you are seeing in any moment. Do you know what I mean?
      Alberto

  • Resizing drop zone photo?

    I have read through this forum and don't see any answers for this question for new versions of iDVD. I am using 7.1.2
    I have dropped a photo into one of the drop zones for a template, but the photo is zoomed way in. I found if I hold the command button down I can move the photo around, how do I get it the size I would like? Do I need to edit in iphoto or Photoshop before importing to the drop zone?
    Always the small things that become so frustating.
    Thanks!

    You can't do what you want.  The drop zone is designed to give the viewer just a hint or flavor of what the DVD holds in store for them.
    You might try creating a larger blank, black image and put your photo in the center and use that.  It might put the photo in the right part of the drop zone with more of it visible. I've not tried it so this is just a guess.
    OT

  • Button States -- Over, Up, and Down.  How to show?

    This morning, I attended a webinar from our Adobe friends in Bangalore.  It was a good presentation and got me thinking back to button states. The instructor said that you needed to create 3 button states as 3 separate images (not in Flash) such as (1)  [buttonx]_up.png, (2)  [buttonx]_over.png and (3) [buttonx]_down.png.  She said to put all 3 in your library, but only point to [buttonx]_up.png in the properties panel. She said that Cp would automatically pick up on the other 2 states. I have tried in Preview and have not gotten the states to show. Granted, I have not published yet.  Does anyone out there have experience with button states. Am I missing something?  I'd also love to build folders in the assets panel (such as one for buttons--  Is that an enhancement request?)

    You may have misunderstood what the Adobe person said, or they may have mistakenly used the wrong word.
    You don't put the button files in the Captivate Library. You add them to the button Gallery at:
    C:\Program Files\Adobe\Adobe Captivate 5\Gallery\Buttons
    or on 64bit machines at:
    C:\Program Files (x86)\Adobe\Adobe Captivate 5\Gallery\Buttons
    Then they should appear listed among the buttons available in your image buttons drop down.  Captivate only shows one of the images but uses all three.

  • In Search for Automatic Sliding Content with Buttons tutorial

    I would like to implement a cross screen sliding content. I would like this content to have buttons which allow to move from one section to another. I would like this buttons to be in the ON position when the corresponding section is on the screen.
    I would like it to start and sycle once automatically, yet to have user a control over it with buttons.
    Does any one know a good tutorial site where I can find something like that?

    check http://www.greensock.com/tag/tutorials/

  • Drop Zone Resize

    I'm using one of the templates in Motion and when I drop in a photo into the drop zone I'd like to resize the dropped in pic. Can't figure out how to do this.
    Can it be done?

    Dan,
    With your drop zone highlighted in the LAYERS tab, go to your Inspector window, click the image tab. you will see your "drop zone" checked. just beneath it is a parameter called "fit". it has 3 choices: fit, center and stretch. I think FIT: fits the image in the drop zone with the correct aspect ratio, CENTER: centers the image at it's original size, in the center of the drop zone, and STRETCH: stretches the image to fill the drop zone.
    chose the one that fits your need. you can also make adjustments to the image in the properties tab after you have placed the image in the drop zone. hope this helps
    steve

  • Drop Zone Issue

    Since updating to FCPX 10.0.6,  Both Titles, Transistions and Gernerators that came with final cut and one's I have made myself do not allow me fill a Drop Zone with video. It fill's the drop zone with a Still from the last frame of the video clip I inserted, instead of playing the whole video clip. It worked prior to the upgrade and is something I use on a regular basis. Any Ideas? I've also tried on HD and SD Projects, I'm running the news update of Mountain Lion, and I have 16 iMacs with the same issue.

    Drop Zones have been improved in 10.0.6, so I'm sorry you are having difficulties. Motion Titles and Generators (and I'm sure Transitions) with drop zones now behave as expected -- i.e.: dragging out the effect clip will no longer change the playback speed/retiming of the drop zone media, nor will it be limited to the original length of the effect as it was before; which means, you can drop a clip and resize the template to accomodate the playing length of the clip without sacrificing the timing or a predefined "out point".
    There is a recommendation for "best practices" for upgrading to 10.0.6 (http://support.apple.com/kb/HT5550?viewlocale=en_US&locale=en_US).  I think it was incomplete (at least it was in my case) because of the preferences issues that came about.  You can try to delete preferences, but I ended up doing a complete "fresh" install. I followed these instructions: http://support.apple.com/kb/HT5149 to remove any and all possible problem files.
    *My* issue was mainly that none of the text boxes I published from Motion would appear in FCPX. There was also another "presumed" issue which turned out not to be one: Anamorphic Override (apparently ONLY appears for SD media and not for 1440x1080 media... maybe next release...)
    So, try deleting preferences first (http://www.digitalrebellion.com/prefman/) and if worse comes to worse (and I hope for your sake it doesn't come to this!): do a fresh install... that should clean up any issues you might be having.
    HTH

  • Trying to make a button with a drop zone

    Since I can't find any of the template buttons that look the way I want, I want to make a simple button that includes a drop zone for an asset, a label, and a highlight. I am trying to make a chapter index menu. I can do it using the automated method and using a customized template - but I cannot find buttons that look the way I want. All I want is a simple rectangle, with the label underneath, and a highlight line under the label. There is one like that in which the asset is black and white (RectRoundEdgesBlue.pox), but I want one that is in color. Is there any way to do this?? I have studied some of the Photoshop tutorials, but I am missing how you put a drop zone in.

    Hi,
    Below is the AS3 code to navigate to adobe.com upon button(whose instance name is 'myButton') click
    myButton.addEventListener(MouseEvent.CLICK, gotoPageFunction);
    function gotoPageFunction(event: MouseEvent) {
    var request:URLRequest = new URLRequest("http://www.adobe.com");
    navigateToURL(request, '_blank');
    Thanks!
    ps: please mark this post as Answered if this is of help to you

  • Specific problem with buttons and states

    Hello,
    I first apologize for using Google Translate :-(
    I have a problem with InDesign not solve. It is for a digital publication.
    My goal is:
    A 'gallery' button is pressed and the ball image appears with three buttons: "Previous image", "Next image" and "close gallery".
    I do not want the gallery to be visible, or buttons that control, until the button is pressed "gallery", so I think all buttons except "gallery" with the "hidden until activated" option selected.
    I want the gallery, and buttons that control it, disappears when I press the button "close gallery".
    What I call "Gallery" is an image that fills the screen.
    After placing the image on your site have become the property button "Hidden until activated."
    Then convert this button in order to several states (what I will call "button states") and by the successive states with the images I want to show in the gallery.
    I think the interactions of the buttons.
    When button "gallery" I assign the following "I click the"
    - "Go to state"
    - Hide "gallery"
    - Show "close gallery"
    - Show "previous picture"
    - Show "next image"
    - Show "button states."
    The buttons "Previous Image" and "Next Image" are assigned, respectively, to go to previous state and go to the next state.
    When button "close gallery" I assign the following "I click the"
    - Show "gallery"
    - Hide "close gallery"
    - Hide "previous picture"
    - Hide "next image"
    - Show "button states."
    The buttons "Previous Image" and "Next Image" are assigned, respectively, to go to previous state and go to the next state.
    When button "close gallery" I assign the following "I click the"
    - Show "gallery"
    - Hide "close gallery"
    - Hide "previous picture"
    - Hide "next image"
    - Hide "button states."
    I put it up and working properly until I press "close gallery". Then I hide the buttons "close gallery", "previous image" and "next picture" but it keeps me visible "button states" showing the last image that was shown.
    Do not know how to fix this and I'm going crazy!
    Please can anyone help me?
    The solution may be another approach but without using "Folio Overlays".
    Thank you very much.

    I've moved your post to the DPS forum.
    I'm afraid the way you're doing this is not going to work with DPS.
    This should all be done with a multi state object. The first state would contain nothing but a button to go to the first state. After that set up each state with the proper buttons. Without seeing the file it's a bit difficult for me to envision exactly what you want to do.

Maybe you are looking for

  • How to print three different Barcodes in the same line

    I am trying to print Barcodes for three different fields in a single line, it is taking the combined one & printing only one barcode for  all those three fields.    When I tested it by printing them in diff lines, it is working fine. But the requirem

  • Error which validating selection screen data in subroutine

    Hi,this is my code selection-screen begin of block b_selection with frame title text-001. SELECT-OPTIONS: s_belnr for  rbkp-belnr,                                         "Invoice number                 s_gjahr for rbkp-gjahr NO-EXTENSION NO INTERVAL

  • Table for Condition Records

    Hi Gurus, In which table the Condition Records will be stored(vk11)... thanks in Advance

  • Dynamic Label creation based on Dictionary Table

    Hi Experts, I am having one requirement to create dynamic lables and fields for a table in my application . But it should be generated according to the dictionary data type which i have defined . It should fetch tham through sql query . I have the qu

  • Email or post an iDVD

    Hello, I am in an online class and I wanted to use the iDVD I created as one of my assignments. Is there a way to send it to my professor? I tried to post it on a home page through iDisk but it won't let me save to iDisk. Does anyone have a solution?