Bullet animations. "Build With Previous" missing

I am making a presentation and I have a number of bullets I want to appear at the same time as opposed to after one another. However in Keynote the only options available in the "build order" inspector are "On Click" and "After Previous". "With Previous" which used to be an option on older versions appears to be gone.
Is there any way to fix this or do I need to switch to PowerPoint, LaTeX Beamer or another tool?

Gary Scotland wrote:
I have a number of bullets I want to appear at the same time as opposed to after one another.
The default is that bulleted text will appear all together.
Yes. What I am looking for is better control over bullet delivery so to speak.
Example:
A
A1
A2
B
C
D
Say I want A to be delivered as the slide is revealed, then A1 and A2 at the same time, B and C simultaneously and then D alone.
Keynote lets me deliver C after B or A2 after A1 automatically, but not simultaneously - and that is my challenge.
Gary Scotland wrote:
the only options available in the "build order" inspector are
You are using the wrong control, use:
Inspector > Animate > Build In > Delivery
That does not give me the option of letting different items be delivered at the same time. It lets me choose for example "by bullet group" but not whether a couple of specified bullets are delivered at the same time.
According to Keynote Help I am in the right place.
It states there are supposed to be three timing options:
On Click: The build plays when you click.
With Build [number]: The build plays at the same time as the build before it.
After Build [number]: The build plays after the previous build finishes. Adjust the delay using the arrows next to the Delay field.
Though I can only see On Click and After Build.

Similar Messages

  • Slow BR build with previously transcoded media (CS6 Mac)

    Very simple BR: 1 menu with 1 button and 1 timeline. All media was transoded using AME.
    Build starts at what seems to be a normal pace, then during the "Building Movies" stage it slows down to a crawl with 24 seconds left. Screenshot attached
    Some THINGS:
    1) Encore still seems to be working, at least it's churning away on one of my Mac Pro cores in Activity Monitor
    2) It appears to be working on the file BDMV/DB/BDMV/STREAM/00001.m2ts as that file is slowly growing larger
    3) The movie in the timeline is 4.1 GB, and there already is BDMV/DB/BDMV/STREAM/00003.m2ts which is 4.1 GB.
    4) In the build progress, it already previously built a 4.1 GB movie
    5) I think it is building the timeline a second time, this time transcoding the already transcoded file
    Any thoughts on this nonsense?
    Mac Pro 5,1
    OS X 10.7.5
    CS6 with all current updates

    Some more info: the menu is the problem here. The menu background is a 2.5 second movie tht is just a 1 sec fade up on a title card. There is one button, which is an 8x8 graphic that sits in the top left corner (i.e., "invisible" button). This button links to the 1 timeline, which has an end action of returning to the menu. There is also a fade out movie that is the button transition. When I remove the fade in menu background, the build will complete, so this seems to be the problem. Screenshots of relevant tabs attached.

  • Having the animation issue with iOS 5 SDK generated build

    I am working on a enterprise application. I upgraded the xcode 4.2 and generated the build with iOS SDK 5. I observed the strange behavior in the animation of the views. The view are moving horizontally, even though we are setting the frame vertically.
    But if I run the app in debug mode, it works fine.
    Can anyone please help me?

    The following piece of code I am using in my application,
    Here pBgImageView is UIControl object.
                        CGRect frame =pBgImageView.frame;
      NSLog(@"frame x.o = %f, y.o = %f",frame.origin.x,frame.origin.y );           
                        frame.origin.y += (62 + 15);
      NSLog(@"frame x.o = %f, y.o = %f, bg.x = %f, bg.y =      %f",frame.origin.x,frame.origin.y, pBgImageView.frame.origin.x,pBgImageView.frame.origin.y );
    And the logs I am getting is,
    frame x.o = 15.000000, y.o = 88.000000
    frame x.o = 92.000000, y.o = 92.000000, bg.x = 15.000000, bg.y = 88.000000
    frame x.o = 92.000000, y.o = 92.000000

  • Sound with animation build ins

    Does anyone know if there's a way to pair a brief sound with an animation build in?

    Welcome to the Forum.
    Import the audio clip into the slide and select it, then open the Build menu and select "Start audio." Next, create your animation Build. Once both elements are in the Builds List ("More Options") simply assign the audio to play "Automatically With" the animation Build (or vice versa).
    Good luck.

  • Sound effects for animated builds

    I'm using Keynote 6.2.2 on a 2013 15 inch MBP with retina display running the latest Mavericks.  I am trying to apply some sound effects (from the Garageband library, converted to MP3 format) to animated builds - specifically, the sound of a typewriter applied to text using the Typewriter build, and a crashing sound applied to an image using the Anvil effect. 
    I have searched the web, these support forums, Keynote help, and tried all the manipulations of the Build Order that I can think of, but whatever I do I cannot get the sound to actually play during the build.  It will play if I click on the icon on the slide, but not as part of the build.  Has anyone else had this problem?  Is there some simple setting I am missing?  Is this a known issue in Keynote 6?
    Any help appreciated...thanks...John

    To make the animated builds work correctly with the sound effects and build in the correct sequence, I had to use the Build Order panel to place the sound effect before (above) the build object, then adjust the timings to make it all hang together.
    Every time I placed the sound after the build object the build sequence went askew and everything seemed to build at once, ignoring the sequencing in the Build Order panel.
    cheers...john

  • Flex SDK 4 : mx.chart package and declaration of style 'direction' conflicts with previous declaration problem

    Hi There,
    We have recently downloaded SDK 4 and had configured the same for
    developement in flex builder 3, we are already using SDK 3.0. However
    to our surprise there were compile time error reported for mx.chart
    related classes. To resolve this we thought to import relevant .swc
    like datavisualization, automation from sdk 3.0, and it worked and
    resolved compile time error. But we landed up in on more problem that
    is 'Declaration of style 'direction' conflicts with previous
    declaration in E:\Softwares\FlexBuilder\sdks\SDK 4\frameworks\libs
    \datavisualization.swc(mx/charts/GridLines)'.
    If you could pleas help us to resolve these issues and also if you
    could answer these queries would be good
    1) SDK 4 has been declared to be open source, then why mx.chart
    package is not part of it?
    2) Why would 'Declaration of style 'direction' conflicts with previous
    declaration' occur?
    3) What are the other component and packages that are not part of open
    source for which license is still required?
    Waiting for reponse in anticipation.
    Thanks,

    I got this same error with the following setup.
    1. Building a SWC with Flex 4.0 Beta2 on FlashBuilder4
    2. SWC references other SWC that are built with Flex3.
    3. Define a <mx:ColumnChart id="column" ...> in a Flex4 skin.
    4. Got this compiler error. 
    Any idea if this is not supposed to work? I'm hoping I don't need all referenced swcs to be recompiled with Flex4 SDK. Some of those are external dependency that I do not have source code access.
    Thanks for any help.
    kam

  • Salesforce and Crystal Reports XI Release 2 Full build with Service Pack 2

    Hi
    I need to install 'Crystal Reports XI Release 2 Full build with Service Pack 2' (CR XI R2 SP2) on a new computer but can't find the exe/zip file used previously to do that.
    The reason I need that particular version is because (as I understand it) its the version needed to interface with our Salesforce application.
    I have the CRXI original disks and keycode but as I understand it no manner of patching with SPs will get me to CR XI R2 SP2.
    I've tried various searches and frustratingly come up with only dead links (old BO forums and SAP forums).
    Is there a live link somewhere that I can use, or will a later version do the job?
    For example, alternatively, will I be able to use the CR XI R2 SP4 file instead?
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    Thanks for your help.

    Post Author: ejthunder
    CA Forum: Deployment
    Hello,
    Crystal Reports XI and XI R2 are not supported on 64 bit machines.  I have not heard of any plans to change this.  As you've discovered - the only version of Crystal Reports that is supported on a 64 bit machine is CR.NET 2005 (v10.2), the version that ships with VS2005.
    Your options are to downgrade your application to use bundled CR.NET 2005 or to deploy your CR XI R2 .NET application to a 32 bit machine.
    EJ

  • Lauching videos from a flash animation built with Catalyst

    Hi all,
    I'm using Flash Catalyst with the idea of building a table of contents for the movies of my external hard disk.
    But I don't know how to lauch various videos from a flash animation built with Catalyst (button).
    Is it possible ?
    Thanks you.

    Are you looking to:
    Click a button in Fc
    Open a relative file location that is on your local disks
    If so, this FAQ should help you.  (the pdf would be replaced with your movie file)
    FAQ: How do I creative a relative link to a PDF without http:// for an interaction?
    Best,
    Tanya

  • IOS Simulator build: SDK is missing GPL component X:\sdk_path\lib\aot/bin/as/as-386.exe

    Trying to build a simulator build with air 16 or 17 and iPhoneSimulator8.2.sdk I get the following error:
    SDK is missing GPL component X:\sdk_path\lib\aot/bin/as/as-386.exe
    igmake: *** [../bin/project.ipa] Error 16
    igmake: Leaving directory `X:/project/'
    I've checked various sdk versions.  Some of them have an "as-386" file, but never a "as-386.exe" file.  I tried just renaming the file (hoping for the best) but that results in this error:
    ld: in `)Ωtm♣Z, unsupported address encoding (08) of personality function in CIE
    for architecture i386
    Compilation failed while executing : ld64
    igmake: *** [../bin/project.ipa] Error 12
    Any help would be appreciated!
    Ken

    Thanks,
    Yes I know that.
    But what I was expecting was that things which worked in AIR 3.3 beta 3 would continue to work. As in this link http://blogs.adobe.com/airodynamics/2012/05/18/using-platformsdk-for-ios-on-windows/
    In fact the Release notes that you point to state:
    Platform SDK support for iOS on Windows
    Now, a developer can copy the iOS SDK folder on a Windows® machine and use the platformsdk option of adt on Windows® too.
    adt –package –target (ipa-app-store|ipa-ad-hoc|ipa-debug|ipa-debug-interpreter|ipa-test|ipa-test-interpreter) -platformsdk
    This feature is not yet available in Flash Builder. The SDK should be copied properly, i.e. the symbolic links in the iOS SDK should be converted to actual files on Windows® , else, packaging will fail.
    C

  • Plot empty point in line chart with previous non empty value

    Hello,
    I have a problem to plot series data in SSRS line chart, with the empty point, I don't want use average and zero provided by the report builder, I want use the last non empty data to fill the empty point, tried to use expression =Previous(Field!Value), no
    luck, any one have some good idea?
    P.S. do not want to use query to fill the null with previous non null value, just from the performance point view. at last , the chart should have some line as square wave with different height, if I use average for empty point, it shows slop wave line which
    is not reflect the real production.
    Thanks
    Richard 

    Hi Richard,
    In Reporting Services, if the chart type is a linear chart type (bar, column, scatter, line, area, range), null values are shown on the chart as empty spaces or gaps between data points in a series. By default, empty points are calculated by taking the average
    of the previous and next data points that are not null.
    If we want to use previous value to replace the empty value, please refer to the following steps:
    Right-click the field which displayed in Y axis (Height) to open the Series Properties.
    In the Value field to modify the expression to look like this:
    =iif(isnothing(Sum(Fields!Height.Value)),previous(sum(Fields!Height.Value)),sum(Fields!Height.Value))
    The following screenshot is for your reference:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Playing animated GIFs with NetBeans

    Well for our Computer Science class we have to make a game.
    For our title screen we wanted an animated GIF to play.
    I made the animated GIF with Gimp and I am using the NetBeans IDE (I am using the GUI Builder)
    I have tried using the image as a JLabel but it didn't work.
    I just need it to play the GIF.
    Thanks.

    Ok sorry I should have posted some code.
    Also I got it to work. But I now have a new question.
    How do you loop the animation?
    Is it possible to layer a JButton on top of the GIF?
    And also is it possible to make this part of the code relative?
    Like can you make it where it looks through the entire file without a specific path.
    AndroidGIF.setIcon(new ImageIcon("C:\\Users\\***********\\Desktop\\android2.gif"));Here is the rest of my code.
    import javax.swing.*;
    class GIFTest extends JFrame
        JLabel AndroidGIF = new JLabel();
        public GIFTest()
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            AndroidGIF.setIcon(new ImageIcon("C:\\Users\\********\\Desktop\\android2.gif"));
            GroupLayout layout = new GroupLayout(getContentPane());
            getContentPane().setLayout(layout);
            layout.setHorizontalGroup(
                layout.createParallelGroup(GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(27, 27, 27)
                    .addComponent(AndroidGIF)
                    .addContainerGap(41, Short.MAX_VALUE))
            layout.setVerticalGroup(
                layout.createParallelGroup(GroupLayout.Alignment.LEADING)
                .addGroup(layout.createSequentialGroup()
                    .addGap(32, 32, 32)
                    .addComponent(AndroidGIF)
                    .addContainerGap(46, Short.MAX_VALUE))
            pack();
             public static void main(String args[])
                new GIFTest().setVisible(true);
    }Note that I bleeped out the name of the computer due to privacy.

  • My iPhone 4S not compatible with 2008 Q7 Audi MMI.  Now only phone numbers come up on screen, no name.  Names appeared on the phone screen but not MMI screen. Cannot dial by contact info while driving anymore.  Never had this problem with previous iPhones

    My iPhone 4S not compatible with 2008 Q7 Audi MMI.  Now only phone numbers come up on screen, no name.  When someone calls, only the number appears on the MMI screen, not their name or whether they called from their office/home etc..   Same with missed calls, dialed numbers etc.. Names appeared on the screen of the phone,  but not on MMI screen. Cannot dial by searching  contact and name info while driving anymore.  Never had this problem with previous iPhones.  Is this an Apple issue or Audi issue?  Anyone with this problem? Help!

    NIGHTMARE Finally Ends, after nearly two weeks.
    After trying for over a week trying to get my replacement iPhone 4S to activate, I ended up driving 110+ miles to an Apple Store to get a second replacement, which had been specially shipped there for me.  Popped in the SIM card, went through the setup and I finally have an iPhone 4S that works, at least for the time being.
    Advice to others who find themselves in this situation:
         1)     If you get these messages (see original post), the phone is bad.  Demand a replacement.
         2)     If the AppleCare tech advises that the Apple Agreement Administration team is investigating, you'll be waiting for a week or more for them to complete it.  Demand a replacement immediately, don't let them put you off indefinitely.
    After the initial phone call documented in my original post, I was in daily contact, phone & e-mail, with the AppleCare tech trying to figure out the problem, and we tried everything, from forced restore's to switching SIM cards, conferencing w/ AT&T, etc.  It seems that this was a case of first impression to Apple, but if it wasn't, then the problem is not well documented or known by those who should know, and for that, the blame should be on Apple, not the AppleCare tech who worked tirelessly trying to figure out a solution--I'd send him a case of beer if I knew where to send it.

  • My app store wont let me download apps, says the card is expired and theres a problem with previous purchase can someone help me pls?

    My app store wont let me download apps, asks me to update my payment details then says theres a problem with previous purchase and card is expired which is untrue someone help me pls

    This is a User to User Forum...
    See Here for
    Mac Apps Store Customer Service
    http://www.apple.com/support/mac/app-store/contact.html?form=account
    iTunes Customer Service Contact
    http://www.apple.com/support/itunes/contact.html

  • Animated Gif with large base image & small animated part.

    Hello guys
    I'm not really sure how to explain that, due to my limited English comprehansion. I will try with images.
    I can easily create animated gif out of multiple layers, given each layer is identical, with small changes accuring over time.
    But I yet to figure out an animated gif, that uses one large image for the base, and only small part of it is animated.
    I always get the animated part working, without the large base applying across all the frames. All it does, is flashes once
    the frame is reached and then moves on to being transparent, showing only the small animated part.
    For example, this is a GIF made with Galaxy S4, of my friend playing with his phone, imported into PS CS6. On the Galaxy,
    after I record the GIF, I can use my finder to touch, mask and freez parts I don't want to move, and leave only small, animated bit.
    When I import it to PS, it shows one layer with full image, and bunch of frames with the animation part only.
    http://i.imgur.com/UAiopQA.jpg
    http://i.imgur.com/7XOGGV6.jpg
    Problem is, once the image is open with PS, I'm not able to export it to keep it working in the same manner. Given the Samsung's
    gifs are 8 to 10mb, it's hard to edit it, to make it more size friendly.
    The gif clearly works the way I describe, so there is a setting or method I don't know about.
    If PS is not best tool for editing GIF, what other apps would you recommand I use for it?
    Thank you for the taking the time to read
    best regards
    Monica

    This has been an ongoing issue for me since I switched from Powerpoint to Keynote. Most of the animated gifs with transparent backgrounds that I used with Powerpoint are no longer transparent in Keynote. You may want to search for those earlier threads on this topic...
    To summarize: I've had to open up my animated gifs in After Effects and use the Color Key effect to restore transparency, with mixed success.
    Good luck!

  • How to get minimal value from children with skip missing values?

    Hi,I would like to get minimum value from children, but I would like to skip missing.Minimal value from children works fine (see following formula):@MIN(@CHILDREN("member_name"));Minimal value with skip missing (see following formula) returns error:@MINSRANGE(SKIPMISSING,@CHILDREN("member_name"));Error message: "This function must be a macro".Question: How can I write a formule to get minimal value from children without missing values.What is a macro and how can I write it? If possible I would like to write formule instread of macro!Thanks,Grofaty

    Hi,I have found out solution:@MINS(SKIPMISSING,@CHILDREN "member_name")); No more help is needed.Thanks,Grofaty

Maybe you are looking for

  • How to add repeat step in Schedule Manager - Flow Definition

    Hi Everyone, I am trying to design a Flow Definition in Schedule Manager which involves repeating a step based on the user decision. Please explain me how to achieve the following: Change the task options (user Decisions) Repeat a step based on the T

  • Photoshop 3.2 to photoshop

    I have photoshop album starter addition 3.2 that has expired..we were gone out of the country for a while and would like to transfer the pics on 3.2 to the newphotoshop album..how do i go about doing it..thanks..

  • Files not showing up?

    When i download or save a file it doesnt show up in the finder window? example: I can see the torrent files in the stack but not in the window? How can I fix this so the finder window shows my files?

  • Unable to connect to network/Internet: Invalid IP configuation / Unidentified Network

    Okay, I've got a really strange problem. I haven't been able to find a solution online (well, I found a lot of "solutions" but none of them have worked so far), and the IT company I work with hasn't had a solution either. We're all completely baffled

  • Moving RSS feeds from Mail to Netnewswire

    I have a number of rss feeds in mail. I wish to use a different rss reader. Is there any way to move the urls for the feeds in mail to the new reader without doing it all over manually? thanks]