Controlling where to paste items on the timeline

Hi Everyone,
Let’s suppose you have a timeline twelve seconds wide with two objects.  Each object is three seconds in length.  The first object is on the bottom of the timeline at the beginning. The second object is on the top of the timeline at the end.  You now have a space of six seconds between the objects.  Now you want to drop a third object of three seconds in length beginning at the six-second point.  The new object needs to be above the bottom object but under the top object.  Now let’s say you have ninety seconds of timeline packed with thirty-seven objects and you want to paste a new object in a particular place, say twenty-five seconds in just above layer twelve.  How would you control exactly where the object is placed without having to drag it all over the place after pasting?
Thanks,
Robert

Hello and welcome,
I almost never use slides that are minutes long, why? And without any user control? Only reason to have a longer slide is when there is an audio clip, and you need to sync with audio. Spreading over multiple slides is much easier to handle and the user will not even see that there is a switch of slides.
And 37 objects: please group them in logical groups, having 37 timelines is not really easy to manage, hope you are labeling each object? And when a group is collapsed everything becomes better structured. You can drag timelines easily to put them in place.  Stacking order is only important when those objects are in the same location at the same moment. Is that the case.
Maybe I don't understand your question well, but it seems not to fit quite well with Captivate as I am using it. When debugging, optimizing files I see way too much objects mostly. Why have an image, a text and a click box when you can have the three of them in one shape button? You can show objects for more than one slide (timed for rest of project) if you need them on subsequent slides, which will free up a lot of real estate in the Timeline panel as well.
Lilybiri

Similar Messages

  • Dragging items in the Timeline

    I remeber being able to drag an item in the timeline to make
    it longer or shorter and also move it forward or backward in the
    timline in verison 1. I cannot seem to do this in Captivate 2. I
    have to oepn the item properties to alter the duration or right
    click to send fwd or backward.

    sslack88, the Adobe Captivate programmers don't read these
    forums. Instead of cursing the wind,
    please
    use this link
    to let your wishes be known. It is a link to the "Bug Report
    and New Features Request" form, and your comments therre will be
    read by someone who can help make changes to the software. Thanks
    for not yelling at us.

  • Pasting Clips into the Timeline cuts content?

    Why is it that when I paste a clip into the timeline (video only - no audio)
    it cuts the audio track (sometimes erasing a portion equal to the
    incoming clip)?
    I end up pasting content past the end of the timeline, and dragging
    it far back to the left, which takes up a lot of time...
    Message was edited by: Qbert

    I was having the same problem whether I dragged or pasted,
    I thought it was the same root problem, sorry.
    Will try what you recommend.
    EDIT:
    The downward arrow works fine for dragging, but what causes the other arrow?
    Message was edited by: Qbert
    Message was edited by: Qbert

  • Cap2 - Cannot Mouse Drag (extend) items in the Timeline

    After Audio has been added to my Captivate file I can no
    longer use the mouse to adjust the length of items (captions,
    mouse, slide) in the timeline. If I select the item and use the
    SHIFT + RIGHT ARROW it will adjust the length. I cannot use the
    mouse. I'm WAY faster when I can use the mouse.
    Is this a bug? When will it be fixed? This is happening on
    every single one of my files, consistently.
    Thanks,
    Steve

    Hi sslack88
    I was just now looking at one of my Captivate movies and I
    think I may have possibly noticed the behavior you are speaking of.
    Here's what I did:
    Setup:
    Create a blank movie with a single slide. Add three text
    caption objects. Adjust the total slide time to perhaps 6.1
    seconds. Drag each of the text captions so the end is at 6 seconds.
    Now nudge the total slide time back .1 second so the captions are
    each ending at the slide end. (I didn't simply drag the captions to
    the end of the slide time, as when each would reach the end of
    slide time, they would automatically anchor to the end of the
    slide)
    Now, I simply positioned the mouse pointer at the end of one
    of the captions and attempted to drag to increase its display time.
    Nothing. End of the caption time refused to budge. I tried the same
    in Captivate 1 and could drag freely. So I think I now understand
    the issue.
    But I may have a workaround for you!
    Instead of positioning the cursor and simply attempting to
    drag the end of the object to increase the display time, FIRST drag
    it slightly to the LEFT to DECREASE the display time. Once I do
    this, I can then freely drag to the RIGHT to INCREASE the display
    time!
    Hopefully this helps... Rick

  • Controlling sound from video player on the timeline

    I'm working on a site that is using frames on the timeline
    for different pages in the site.
    One frame (page) has a video component in it that plays an
    flv file.
    When I play the video in that frame it works great, but then
    when I navigate to another frame, the sound from the video
    component still plays, even though I'm in a frame with no video
    component.
    How can I get the sound to stop when the user navigates away
    from the page with the video component?

    There's no magic solution. However, you don't necessarily have to re-edit it all. Convert the clips in GoPro Studio, using the Fisheye Removal checkbox. In Premiere, right-click a clip in the Bin and use "Replace Footage" and point it to the NEW clip. Do this for each clip. This should replace the clips in the timeline and you won't need to re-edit the clips in the Sequence.
    I've had a similar issue - editing a large, two-camera wedding ceremony and later deciding I wanted to use a DeNoiser filter to clean up the grainy video. Converted the clips externally, then replaced in Premiere. No problems, worked like a charm, all edits and effects intact but using new, cleaned footage.
    Thanks
    Jeff Pulera
    Safe Harbor Computers

  • How to control "spraying" of cache items?

    For a partitioned cache (no backups), is there a way I can control which node a cache item goes to?
    I have, say, 100,000 items I need to process on a 3-node cluster using an agent. As I am loading my cluster with the cache items, I wish the 20,000 "red" items to go to Node A, the 50,000 "blue" items to go to Node B and the remaining 30,000 "green" items to go to Node C. Is this possible? I read about Partition Affinity but that seems more geared towards ensuring affinity for computation after the cluster has been loaded. I wish to be able to control where a cache item is headed during loading - say a hash-based spraying policy or round-robin, or based on item key, etc.
    One reason why I might want to do this is to send items that are likely to be computationally intensive/have strict SLAs to beefier nodes.
    Thanks

    Upon further digging, I came across com.tangosol.net.partition.KeyPartitioningStrategy. It seems like this is exactly what I need. However, when I implement this interface and return member.getId() as the return value for getKeyPartition(), it doesn't seem to have any effect. All my keys are still assigned to the local node.
    Is this interface "experimental" in 3.1 and not actually being used in determining cache item target location?
    I am evaluating the master-worker pattern and intend to break up the work so that work for large clients is processed on more powerful machines so that they finish quickly. For this, I need to be able to send work to specific clients. Since the agent and data must be located on the same node for optimal performance, it would be nice for me to be able to control where my data ends up. Is there ANY way around this?

  • How do I link audio in the timeline?

    My source audio is stereo mix but in the timeline each track is represented as if it were mono. It's just a bit annoying since every time I add an effect to one track I have to do it do the other. Is there a way to link the audio? What caused the audio to get unlinked in the first place?

    To create a stereo pair:
    1 Select a pair of mono audio clip items in the Timeline. (Use the Command key to select the second item, if necessary.) If you click one item of a linked pair, the other item is also selected.
    2 Choose Modify > Stereo Pair (or press Option-L).
    The stereo pair indicators appear on the selected clip items in the Timeline.
    If the clip items you want to make into a stereo pair have different durations, the clip items are trimmed to the region where they both overlap. The levels, pan settings, and filters that were applied to the top clip are applied to both, and the clip attributes from the bottom clip are ignored.
    +Source: Final Cut Pro User Manual+
    What caused the audio to get unlinked in the first place?
    Make sure the button for stereo pair is active in Log & Capture's Clip Settings:
    Message was edited by: Nick Holmes

  • Cannot paste items.

    Hello anyone with knowledge??
    I am not able to 'copy' and 'paste' items to a blank CD or DVD. The process creates an 'alias' instead of duplicating the files. I am attempting to copy small video files that are less than 100mb in size. I am able to copy and paste across different hard drives internally or externally.
    I've tried holding down 'control', mouse clicking, and then 'paste'.
    I've tried 'edit' and 'paste' from the pulldown options in finder.
    I've tried 'drag' and 'drop' from one finder window to the next.
    I've trashed my 'cache' and 'preferences' multiple times.
    I've tried multiple discs.
    I've tried the upper and lower superdrives.
    I've tried only copying one file at a time.
    I do not have 'locked' files.
    I did not see any option in 'preferences' for finder.

    Thanks for looking V.K.,
    I think you were a little off mark with resolving my problem.
    I am not able to "PASTE" items to the blank CD or DVD to burn. Instead an "ALIAS" is created. Part of my testing was to use different CDs or DVDs if that was a problem. If I burn the discs ONLY "ALIAS" are put on the discs.

  • Why do I want bookmarks from other clips to remain in the timeline?

    Hi,
    I've been using iMovie for about a year now and am finally bothering to write in about this. Most of what I use iMove for are music video compilations so I have a bunch of clips that I work on. I trim them, combine them and then make a DVD (with iDVD). My question is, why does iMovie leave the bookmarks from the/all previous clip(s) in the timeline unless I delete them? Why would I (anyone?) want bookmarks from one clip to be there (in the timeline) when I am working on another clip? I take each clip out of the timeline and put it back in the clip window until I am ready to assemble them all, working on them one at a time. The bookmarks remain after I've worked on each on so have to I delete ALL each time. Why would I/anyone want them to stay? (Perhaps they appear in the correct place in the timeline if I keep adding clips but I think, and since I don't do this I may be wrong, that they don't. They certainly don't appear in the correct places when I put other clips in the time line. How could they when I haven't decided where I want the bookmarks to be in the new clips?)
    Also, when I do an edit (crop), the bookmarks remain in their places (x frames in for example) even though I have shortened the movie. Shouldn't they adjust and in the case of cropping off some of the beignning, shouldn't they then be right at the beginning if that is where I had marked so I could crop it? I don't understand.
    Thanks for any help. I'm using iMovie 5.0.2.
    Cheers,
    John L

    My question is, why does iMovie leave the bookmarks from the/all previous
    clip(s) in the timeline unless I delete them?
    Bookmarks are an editing tool that we create as needed, keep in the Timeline for as long as useful, then discard, one at a time or all together. They are generally discarded when no longer needed.
    (I feel Bookmarks are one of iMovie's most useful features, especially when iMovie preferences are set to Snap to items in the Timeline, and snap with audio. Bookmarks greatly simplify editing.)
    Personally, I wouldn't want iMovie to decide for me when to discard my Bookmarks, any more than I want iMovie to discard clips or chapters. iMovie isn't very good at reading my mind, so I prefer to make those decisions.
    When the current editing task is done, I tell iMovie to discard all the Bookmarks, usually just to clear the table.
    The whole point of Bookmarks is to mark a point in the project, not mark a point in a clip. It's not meant to move as you move that clip or others.
    You might create a Bookmark to use Direct Trimming to trim a clip to that point, for example, or place a new clip there, or insert a temporary "Black" clip as a placeholder.
    You might create a Bookmark to mark the beat of the music in an audio track, for example, the spots you want to sync clips to. As in:
    http://discussions.apple.com/message.jspa?messageID=607322&ft=y&#607322
    Generally, you create a Bookmark to define a spot you'll use later. Whatever content you edit will move/adjust/fit to the Bookmark, not the other way around.
    Does this make sense?
    Karl

  • Creating merged clips from the timeline not working, any advice?

    I am syncing HDV video captured with guide audio, with four track audio recorded onto a Hard Disk Recorder. I need to sync in the timeline as there is not always a clap, but there is plenty of guide sound with the picture. I want to make a merged clip that I can then work with.
    I bring everything in - sync it - and highlight everything but find that the link command is dimmed, it is not available.
    The 4 track audio, and the video with guide sound both come in to the timeline already linked so I tried unlinking them when I first paste them into the timeline and making them independent clips, before I synced them together but that made no difference. The linking tool (Modify-Link) is dimmed and thus when I drag them into the browser they become many different files, instead of one merged clip. Can anyone suggest a reason why this is not working for me?
    I'm running Final Cut Pro 5.0.4
    thanks very much..

    I think I can answer my own question. It seems that several separate files were made in the audio but only one take made in the video, and FCP will not allow the clips to be linked if I'm trying to link one take of video with three files of audio (pasted onto the timeline one after the other under the video). But If I cut the video and link the segments one at a time then I can merge the clips independently. It's not ideal but it makes sense.

  • Does it matter where on the timeline your buttons are?

       I am making a site and I do not want some of the buttons to show all of the time. So for example, I have four text buttons with Actionscript Mouse_Over from frames 1-40 on the timeline. At 41, they are gone and four new buttons come into play. When I test the movie, the second set of rollovers link up to the specified labels.
       I keep getting this"1009 error at frame ()1" message. I initially had the same problem with the first four buttons as I had them appear on the stage at frame 3. After I moved them to frame 1, the rollovers worked again.
       So is there a way to hide the second set of buttons until a specified time or do they have to start on frame 1?
       Is there a way you could view my Fla file to see if it is something I am just overlooking? All of my Script is correct.
       I appreciate any help in this matter.

    Button placement matters in the sense that the code that is associated with them has to be where they are instantiated/needed.  If you have code in frame 1 for the buttons, but they don't exist until frame 2, that code isn't working for them.
    You can control the visibility of buttons by setting the 'visible' property true or false as needed.  So you could have all the buttons in the first frame, making the ones that shouldn't appear until later invisible.  Similarly, when you get to frame 41, you can make them visible and then hide the other four.

  • Implement a Control Item in the "Controls Palette"

    Hi,
    I found some nice GUI controls which I'd like to use more often. Instead of opening a VI "cut&paste" them I'd like to Implement them in the "Controls Palette". How do I do that?
    How do I enlarge the "arrow button" in the "Digital Display" of a Number control?
    Thanks
    Yariv

    You can add a control to the palette by clicking Tools>>Advanced>>Edit Palette Views, as described in chapter 3 of the manual.
    You can enlarge the buttons by right clicking the control and selecting Advanced>>Customize, and then clicking the wrench button to go into edit mode, where you can enlarge the buttons. If you wish to do this on a numeric control where the digital display is just a secondary part, you need to customize a regular numeric like that, save it, and then customize the other control, go into edit mode, right click the digital display and replace it with your saved control. Note that the saved control has to be of the same representation or nothing will happen.
    Try to take over the world!

  • In Apple Mail I can no longer paste items where I need them.

    In 10.9.5, all of a sudden in Apple Mail I can no longer paste items where I need them. Everything goes to the bottom of the mail being composed. What's happening?

    if it's an appletv 1g then you should go to settings on your appletv and remove the bind with the computer
    and then set it up again
    if it's the small black appletv then you don't pair them from itunes you only use it as airplay speaker and the atv access the itunes shared lib

  • How do i pause the timeline cursor at the point where i press the spacebar

    Right now the cursor always goes to the start of the timeline after i press the spacebar.

    You have received 40 or so views in less than an hour. Sometimes it takes days for other suers to drop by and your post is arriving during the start of a long holiday weekend in the Sates so it might not be till next week befor someone who really knows how to answer this shows up. Your post is being viewed by people who want to know if you are serious but have no help to offer. Woudl you rather they posted nonsense? I have never had AE jumpt back to the start of the timeline and posting that information does not help you. I can assume you have a some sort of pref incorrectly set or your keyboard has been tweaked at the OS level to interpret a spacebar in AE as a Media Start command.
    From the AE help system:
    To modify keyboard shortcuts, use the KeyEd Up script from Jeff Almasol, which is available on the Adobe After Effects Exchange website.
    Sebastien Perier provides instructions on his website for assigning keyboard shortcuts to scripts so that you can run a script with a single keystroke. This technique relies on the KeyEd Up script.
    For information on remapping keyboard shortcuts for keyboard layouts other than the standard US English layout, see Jonas Hummelstrand’s website.
    For a reference of keyboard shortcuts, see Keyboard shortcuts reference.
    Note: On Mac OS, some keyboard commands for interacting with the operating system conflict with keyboard commands for interacting with After Effects. Select Use System Shortcut Keys in the General preferences to override the After Effects keyboard command in some cases in which there’s a conflict with the Mac OS keyboard command.
    Time navigation (keyboard shortcuts)
    Go to specific time
    Alt+Shift+J
    Option+Shift+J
    Go to beginning or end of work area
    Shift+Home or Shift+End
    Shift+Home or Shift+End
    Go to previous or next visible item in time ruler (keyframe, layer marker, work area beginning or end)
    Note: Also goes to beginning, end, or base frame of Roto Brush span if viewing Roto Brush in Layer panel. 
    J or K
    J or K
    Go to beginning of composition, layer, or footage item
    Home or Ctrl+Alt+Left Arrow
    Home or Command+Option+Left Arrow
    Go to end of composition, layer, or footage item
    End or Ctrl+Alt+Right Arrow
    End or Command+Option+Right Arrow
    Go forward 1 frame
    Page Down or Ctrl+Right Arrow
    Page Down or Command+Right Arrow
    Go forward 10 frames
    Shift+Page Down or Ctrl+Shift+Right Arrow
    Shift+Page Down or Command+Shift+Right Arrow
    Go backward 1 frame
    Page Up or Ctrl+Left Arrow
    Page Up or Command+Left Arrow
    Go backward 10 frames
    Shift+Page Up or Ctrl+Shift+Left Arrow
    Shift+Page Up or Command+Shift+Left Arrow
    Go to layer In point
    I
    I
    Go to layer Out point
    O
    O
    Go to previous In point or Out point
    Ctrl+Alt+Shift+Left Arrow
    Command+Option+Shift+Left Arrow
    Go to next In point or Out point
    Ctrl+Alt+Shift+Right Arrow
    Command+Option+Shift+Right Arrow
    Scroll to current time in Timeline panel
    D
    D
    To the top 
    Previews (keyboard shortcuts)
    Start or stop standard preview
    spacebar
    spacebar
    RAM preview
    0 on numeric keypad*
    0 on numeric keypad* or Control+0 (zero) on main keyboard
    RAM preview with alternate settings
    Shift+0 on numeric keypad*
    Shift+0 on numeric keypad* or Shift+Control+0 (zero) on main keyboard
    Save RAM preview
    Ctrl-click RAM Preview button or press Ctrl+0 on numeric keypad*
    Command-click RAM Preview button or press Command+0 on numeric keypad*
    Save RAM preview with alternate settings
    Ctrl+Shift-click RAM Preview button or press Ctrl+Shift+0 on numeric keypad*
    Command+Shift-click RAM Preview button or press Command+Shift+0 on numeric keypad*
    Preview only audio, from current time
    . (decimal point) on numeric keypad*
    . (decimal point) on numeric keypad* or Control+. (period) on main keyboard
    Preview only audio, in work area
    Alt+. (decimal point) on numeric keypad*
    Option+. (decimal point) on numeric keypad* or Control+Option+. (period) on main keyboard
    Manually preview (scrub) video
    Drag or Alt-drag current-time indicator, depending on Live Update setting
    Drag or Option-drag current-time indicator, depending on Live Update setting
    Manually preview (scrub) audio
    Ctrl-drag current-time indicator
    Command-drag current-time indicator
    RAM preview number of frames specified by Alternate RAM Preview preference (defaults to 5)
    Alt+0 on numeric keypad*
    Option+0 on numeric keypad* or Control+Option+0 (zero) on main keyboard
    Show current frame on video preview device
    / (on numeric keypad)
    / (on numeric keypad)
    Toggle Output Device preference between Desktop Only and video preview device
    Ctrl+/ (on numeric keypad)
    Command+/ (on numeric keypad)
    Take snapshot
    Shift+F5, Shift+F6, Shift+F7, or Shift+F8
    Shift+F5, Shift+F6, Shift+F7, or Shift+F8
    Display snapshot in active viewer
    F5, F6, F7, or F8
    F5, F6, F7, or F8
    Purge snapshot
    Ctrl+Shift+F5, Ctrl+Shift+F6, Ctrl+Shift+F7, or Ctrl+Shift+F8
    Command+Shift+F5, Command+Shift+F6, Command+Shift+F7, or Command+Shift+F8
    Note: Some shortcuts are marked with an asterisk (*) to remind you to make sure that Num Lock is on when you use the numeric keypad. 

  • System message at CKM3 - Control if the ordered item absorbed the cost

    I have created an exclusive free goods agreement and I would like the ordered item to absorb the cost of the free goods.  In order to transfer the correct information to CO-PA from SD billing, I have made the required customizations ( 1- Deactivated pricing in the item category of the free item    2- Set the cumulate indicator in copying control for the billing item). Now I want to control the result with the TCode CKM3 but it gives ot the following error message. Can anybody explain me what I should do step by step?
    Thanks in advance.
    Diagnosis
         In valuation area 9999 data can only be converted for the material ledger if the material ledger is active.
    System response
         No data was converted in valuation area 9999 for the material ledger.
    Action for the system administrator
         If the material ledger should be active in valuation area 9999 and you wish to convert data, use the Product Cost Controlling section of Customizing to activate the material ledger for this valuation area.

    Hi Yasar
    From the above post i understand that you are getting an error about valuation. Hence i think that the valuation area assignment is improper.
    Check that, that should solve your issue
    Regards
    Ranjeet
    Edited by: Ranjeet Rajendra Jain on Feb 11, 2008 2:41 PM

Maybe you are looking for

  • Finder problem-can't sort some folders in list view

    Hi, I have a problem with some of my folders in Finder. I prefer to use 'list' view when working in Finder. However, in some of my folders the item bar is greyed out and I can't click the bar to sort. From the image below, the left image is the folde

  • A Important problem about CMS Transport Studio Test Tab

    Hi experts:     I am use NWDI and modify ESS source code, when i check in my  modified project like esstratre and release  it .  In CMS  transport studio i consolidation , assembly it then test it .but i make a  fatal mistake,there is some mistake in

  • Some mail messages not showing content after upgrade to Yosemite

    I have just upgraded my system software to Yosemite and Have found that some of my mail messages are not displaying their content. I have closed and re-opened Mail and also taken all mailboxes offline and back online but the problem still persists. D

  • Call Log appears in Emails

    New to the support forums but cannot figure this out. My curve has started listing the call log in with my emails. I have tried to adkust the settings to sort it but cannot figure what's wrong. Any ideas?

  • How do we display only subordinate?

    I wanted to display only child records. The below query display starting with employee Scott and all subordinates... But i want to display only subordinate... How can i display here... any help is appreicated. SELECT HIERARCHY_NAME FROM T_HIERARCHY_C