How do I make the slide "pause" when there are multiple buttons present?

I'm creating a selection slide that will allow the user to click button 1, 2, 3 or 4 to jump to the first slide of a topic group or to click button 5 to exit.   The slide should just "stop" until any of the buttons are clicked.  Unfortunately, the slide ALWAYS goes to the jump for button 1 without waiting for any action.
I've tried adding an invisible click box and an invisible text field with no success.
What am I missing or doing incorrectly?
Thanks in advance for any guidance.

Hi there
Yep, I can click the image and it scales back up.
You need to look at the properties for your button objects. I can easily see on the timeline that you have apparently cleared the pause point for each of them. If they had a pause point, they might look like this:
Cheers... Rick

Similar Messages

  • Reporting on buttons in the LMS, when there are multiple buttons on the page

    I have a project, it is 2 slides in multiple languages adding up to 38 slides. The first slide appears in English . The user can click the language of their choice or  click I agree (reported action to the LMS for completion). If they click I agree, no problem.  They score 10 points and the requirement for completion is to score 5. 
    If the user clicks their language, they have the option to click I agree (reported action to the LMS) or they can go Back to English (Jump to first slide).  When I add the  reporting on the I Agree in the language slides.  The Back to English button will only advance to next slide even though it isn't set up that way.  The functionality works fine if I'm not trying to set up reporting.  Any suggestions?

    Hello and welcome to the forum,
    Not sure if I understand well, but think you are bumping into the Quiz scope... I have been trying to explain this in a blog post, with other functionalities of Question and Score slide:
    Question Question Slides
    Lilybiri

  • Help! How do i make a button state maintain when there are other buttons on the page?

    I need to have the down state of pressed buttons stay in that state when there are multiple buttons being pressed on the same html page...

    Hello and welcome to the forum,
    Not sure if I understand well, but think you are bumping into the Quiz scope... I have been trying to explain this in a blog post, with other functionalities of Question and Score slide:
    Question Question Slides
    Lilybiri

  • How to change the default JRE when there are several version of JRE in Sys

    How to change the default JRE when there are several version of JRE in System?
    i have installed j2sdk1.5.0 then installed j2ee1.4,then installed Weblogic6.1 which use jdk1.3
    Now the JRE is jdk1.3\bin
    When run class that was compiled with jdk1.5,throw:
    java.lang.UnsupportedClassVersionError
    How can i change the jre to 1.5?

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

  • How do I make the stage transparent when published?

    Hi. I'm new to flash and want to work towards making 2D animations.
    I want to take a simple published animation and put it into SONY VEGAS. However, I only want the character (I've created a symbol for it) and not the big white stage. My goal is to get the animated character on top of all my sony vegas layers, but the stage is blocking all the other layers. Is there some kind of setting that can make the stage transparent when publishing as a SWF?

    hi
    you need to add some markup to your html:
    add <param name="wmode" value="transparent"> to your <object> tag and add wmode="transparent" to the <embed> tag
    the feature isn't supported by all browsers and it may cause your swf to slow down a bit if there's a lot going on visually.

  • How can i make the input/output field to a multiple lines in ModulePool...

    hi all...
    can any one please let me know, is there any possibility thru Module Pool program where i can make the input/output field to a multiple lines...
    say, when we drag & drop the input/output field on the screen - it'll come with single line display. so, how to make the same field to multiple lines field.
    rather i can say my question like, how to increase the height of the input/output field.
    Desired Functionality:
    • The user wants to display a long text.
    • now the input/output field should not display the record as a single line, now the field has to display the text in multiple lines (something like wrap option in ms excel).
    hope u got my question...
    please help me in this regards...

    hi Rengith, i'm not using Text Field, i'm using Inpu/Output Field to display the long text.
    If u mean text field as input/output field then can u let me know the process for this, how to do the same thru module pool program...
    Edited by: murashali on Mar 18, 2008 1:36 PM

  • How can I make the background inactive when I show a popup in Windows phone 8.1..?

    I have created a popup in Windows phone 8.1. But the user can click buttons in the background. Can I disable this feature of popup...ie. I want the background to be unresponsive when popup is shown.
        How to achieve this....? 

    There are a couple ways to do this:
    If you set popup.IsLightDismissed = true, when the user taps the background, the background will be unresponsive when the user taps the background. HOWEVER, tapping the background will cause the popup to disappear immediately.
    When you open your popup, you can set Window.Current.Content.IsHitTestVisible = false, that should make the background untappable. However, you'll need to set .IsHitTestVisible back to true once the popup is closed, otherwise your app will be unresponsive
    until the user closes and restarts it. You can subscribe to the popup.Closed event to tell when the popup is closed.
    Ryken Productions

  • How can I make the data persistent when using plist ?

    I have a UITableView table1. And when I touch any cell in the table a new UIViewController appears and it have two UITextField's name and description. After entering the data in both the text fields I used the save button to save them. In save method I wrote the code for the data to be stored in plist.
    -(void)save:(id)sender
    indexOfDataArray = temp;
    NSString *string1 = [[NSString alloc]init];
    NSString *string2 = [[NSString alloc]init];
    string1 = nameField.text;
    string2 = descriptionField.text;
    NSDictionary *myDict = [[NSDictionary alloc] initWithObjectsAndKeys:string2, string1, nil];
    [myArray addObject:myDict];
    NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
    NSString *documentsDirectory = [paths objectAtIndex:0];
    NSString *path = [documentsDirectory stringByAppendingPathComponent:@"VideoData.plist"];
    [myArray writeToFile:path atomically:YES];
    UIAlertView *alertMesage = [[UIAlertView alloc] initWithTitle: @"Save Alert" message:@"The data entered is saved" delegate:nil cancelButtonTitle:@"cancel" otherButtonTitles:nil] ;
    [alertMesage show];
    [alertMesage release];
    [myArray retain];
    But the problem is every time I restart my application the data in the plist is deleted. How can I retain the data in the plist name I specified ?

    I think yes, I am specifying only one file name to store in the path. I understood my where I am wrong.
    If I added data in plist for two items(item1 and item2). And again I need to add next two items(item3 and item4) . How can I make item3 and item 4 do not replace item1 and item2 ?
    Thank You.

  • How do you make the volume louder when you export music from garageband?

    Hey everytime I export my music from garageband the volume seems to die down.. Is there a way to fix this? Thank you

    There's two things that are being called "volume": one is the output level of your audio file. Go to GB's preferences and see if the auto-normalize function is checked - if yes, it will automatically adjust the master volume so the maximum level of your output file is 0 dB. If you uncheck it, you can crank up your volume more, but your audio might clip in some places.
    The other thing is loudness – audio files with the same peak level have a very different perceivable loudness. That is a question of mastering, i.e. applying compressors and limiters to make the sound more "dense". But that's a whole different story.

  • How can I make the slide play automatically?

    My project does not start automatically, I need to click on the play of the taskbar. The slide contains an animation in .aom I've done everything and I can not configure automatic start.

    Thanks you Lilybiri, in the web my project play automatic, but in mobile devices dont. And a play butom apear out of no where in de center of the slide.

  • How to I toggle the adjustments from a single mask when there are multiple masks of the same kind?

    If I have multiple brush masks how can I toggle just one of them on and off; for instance just the active pin.  I know I can turn off all of the brush masks at once but I just can't figure out how to toggle them individually. Thanks!

    I think I know what you mean but if you do Reset it resets ALL the brushes instead of just the one.  The OP just wants to toggle one brush.
    To toggle one brush.
    Click on the brush you want to toggle.
    Double click the word "Effect:" int the upper righthand of the slider box,  This resets the sliders to zero
    To reverse, you can click undo
    To see the difference many times, just click back and forth in history to see the changes before you do the undo.

  • How do I get the RAM upgraded when there is no Authorized Dealer in my country?

    I bought a late 2012 iMac at a Big Box store in Panama (Not Florida). No one spoke English and my Español is limited. I knew there was no optical drive in the maching and was prepared for that. But no where that I read while investigating this machine did it say : RAM not user installable.
    You have to go to an Apple Authorized dealer to have your upgrade installed! That means a $65 an hour or more service charge, if you have access to a dealer. Probably more since that have to disassemble the entire machine to do what was a 5 minute task for a user. I'm betting you have to buy the RAM from the dealer as well. That would be three times street price.
    Since I bought this iMac in Panama, the keyboard is Spanish. After some time with Apple Support, they still haven't given me an answer. Not that they didn't try. I found out on my own how to change the language and text. The keyboard now speaks English. However all of the keys, other than alphabet are still for a Spanish keyboard. How can I get new keycaps? (This questionmark was typed with the Underscore/dash key). I hate having to type several keys before I get to the right one.
    As to the RAM, I guess I took a beating on the overall price. $1539 without tax for an $1149 machine with 8GB RAM and no way to install it. No optical drive, another $69.
    APPLE! There is no Authorized Apple Dealer in the entire country of Panama! I tried purchasing from Amazon.com, but no one can ship outside of The U.S.A. However, the iMac I bought is identical to the one I tried to order. It was sold to me in Panama. What a bunch of crap. If they would have allowed my original order to be shipped, I would have no problems, be able to type at a speed prohibited by the wrong keycaps, Have the RAM pre installed, and be over $500 richer.
    I've been using Apples since the Apple][......some thirty years with over a dozen or more models! This is the first time I feel CHEATED!
    Lonnie Cross

    I would just contact Apple directly at 1-800- MYAPPLE and get all of this sorted out.
    You have a brand new iMac with one year of free, complimentary AppleCare plus free 90 days of telephone support.
    Call them, explain you situation very calmly to them and see if they can work something out for you.
    We are all just users here. We can't really help you with this issue. Apple , from time to,time, does peruse these forums, but not regularly. You got lucky last time. They may not see your posting this time.
    Only calling them direct will you get any help and assistance.
    Good Luck!

  • How do I add the searched items (when there're a lot) to a playlist?

    I want to add to a playlist all the items that share one particular word in their titles in my podcast. So I searched the word in my library and got a list of over a hundred items. But I don't know how to add them all at once to an existing playlist. I don't want to add them one by one because there are a lot of them.
    Anyone knows how to do that? I googled but didn't find any answers. Please help! Thanks a lot.

    Sarah,
    Before you search, un-check "Search Entire Library," as shown:

  • How they can say it's fine when there are so many problems?

    I've had my Macbook barely a month, but I've taken it to the store twice for diagnostics, called Apple.com 3 times, erased and reloaded everything, and still have numerous issues despite being told 'it all checks out' and a 'replacement is not indicated'...it has more problems than my 6 yr old Compaq desktop...
    It started 20 hrs after purchase when, aften shutting down, the sleep light apparently came on and overheated the computer. It could only be turned on again after taking out the battery. This has happened 4 times, despite being sure I'm proprerly signed out and the screen is dark before shutting. Then once it woulnd't boot up - just showed muclitple colored verticle lines...a call seems to have handled that, but the result is irregularly being able to access the internet, whether thru Safari or Firefox. The address shows in teh URL line but hte screen remains white and blank. Occasionally it freezes in an email, is very delayed in receiving or sending something or loading a page. It's not MSN or my DSL as my old computer is managing this well. It's been very frustrating as all my Mac firend told me how great they were...but I'm afraid this new version with the intel processor has bugs to get worked out. It's at the store as I speak and they tell me it checks out fine, tho I've spent hours dealing with each new bug...and I'm trying to start a business and can't afford the time these issues are taking! Any suggestions? REading the others comments, it doesn't sound like I'm the only one, but am not sure how to advocate at this point.

    A few comments/suggestions:
    It started 20 hrs after purchase when, aften shutting
    down, the sleep light apparently came on and
    overheated the computer. It could only be turned on
    again after taking out the battery. This has
    happened 4 times, despite being sure I'm proprerly
    signed out and the screen is dark before shutting.
    I've seen a couple of posts complaining of sleeping MacBooks not really sleeping and becoming very hot when closed. What others have suggested is making very sure that the sleep light is pulsing, to make sure its really asleep, before closing the lid. This is if your intention is to put the machine to sleep, not shut it down completely.
    Your use of the term "signed out" makes me wonder if you mean "logged out". Once or twice I have seen my machine pop up a message after I try to log out, that some process has hung, and it refuses to go further. I would imagine there could be a problem if you close the lid in this state. (The process that syncs iDisk was the culprit in the instance I remember.)
    If you've completely shut down the machine, I don't know how it could turn itself back on unless there's truly a hardware problem.
    Then once it woulnd't boot up - just showed
    muclitple colored verticle lines...a call seems to
    have handled that, but the result is irregularly
    being able to access the internet, whether thru
    Safari or Firefox. The address shows in teh URL
    line but hte screen remains white and blank.
    The refusal to boot up and instead show colored vertical lines is allegedly a problem with OS 10.4.7, which may be permanently fixed by the next OS release.
    To temporarily get it to boot, reset the PRAM/NVRAM by holding down the cmd-option-P-R keys while restarting until it chimes twice.
    If the problem recurs, to make a fix that "sticks", once you're booted up, change your screen resolution to something else and back again. This writes to PRAM. This has worked for me.
    Occasionally it freezes in an email, is very
    delayed in receiving or sending something or loading
    a page. It's not MSN or my DSL as my old computer is
    managing this well.
    If you're running many applications, especially CPU-hungry ones, with limited memory, you might have delays as your email or browser pages in and out of memory. However, I don't notice this on my machine with 512MB, like yours, running several typical apps at once. Running anything under Rosetta, like MS Office, will chew up memory.
    Depending on your network hardware, you might try isolating to see if the problem is in your network setup. For example, if your DSL is connected to a router, try a wired ethernet connection straight to your DSL modem and see if the problems go away. Then work logically backwards.
    The previous post from nazdarky is describing the "random shutdown problem", but I didn't get from your post that this is one of your problems.

  • What does the Merge Data Stream processor do when there are multiple input streams to it from the same reader?

    Hi,
    I have a process with a reader of master data that outputs 5 records that feeds simultaneously into 3 different lookup and return processors.
    Each lookup and return processor brings some data back from a detail table. There can be multiple details so I follow each lookup processor with a split records from array processor. Hence I end up with 3 'streams' of data. Stream 1 has 8 records, stream 2 has 5 records and stream 3 has 6 records.
    I join all these streams to a Merge Data Streams processor.
    I end up with 9 records so although the help for the Merge Data Streams processor says 'Merge Data Streams does not perform any transformation, matching, or merging of records' there is clearly some merging going on.
    What is the behaviour of the merge data streams processor in this scenario?
    I have added attributes and flags into each of the streams. How many records should I see and what values should the added attributes/flags have (some records show attributes/flags from all 3 streams whereas others show just those attributes/flags from one stream).
    I have developed a test case simply to understand what the processor is doing but it's not obvious and furthermore it's probably unwise to develop EDQ processes where the processor behaviour is not documented and guaranteed to remain consistent. What I am trying to achieve is to bring all of a person's (the master data) various details (assignments, employers, etc.) together so we can check the data (some rules require data from multiple details).
    Thanks, Nik

    Cheers Mike - and for the explanation of the terms.
    I think I understand now how it's supposed to work.
    What I'm finding however is that when I set a flag to Y at the beginning of a path (that includes a lookup and return and then split records from array processor) that flag is showing no (i.e. an empty) value in SOME of the records shown in the subsequent MDS processor (it's fine the very last split processor before we get to the MDS but then again there are fewer records in that split processor than the MDS).
    In my case there are obviously more records in the MDS processor than there were in the original reader (because the lookup and returns are configured to have unlimited maximum matches). As mentioned, the different paths return different numbers of  records before being combined in the MDS. Say a reader has 5 records and path 1 returns 8 records in total including a path-specific flag (flag1, set to Y) but path 2 (that again adds its own path-specific flag (flag2, set to Y) returns just 5 records (since nothing was added from the lookups) are you saying that flag2 would show as 'Y' for all 8 records shown in the MDS?
    Hopefully you would be able to see what I mean if you try to create a process like the one I've described (or I can upload a package).
    Re. the purpose of the separate paths approach it is simply to allow the visualisation ('showing the working' as Neil puts it) of the different checks being carried out by the process.
    This is considered one of the benefits of the tool over writing SQL queries (with outer joins, query criteria, etc.).
    Also, as mentioned I was following an example that Neil put together for us to ensure that we are doing things in a 'proper' and supported way.
    If we put all the lookups, etc. for all the checks into one datastream then it no longer becomes so understandable and the value of joining processors in a process over simply writing SQL becomes questionable; arguably the EDQ process in fact becomes less easy to understand than simply writing SQL.
    Also, to go down this route I will need to revise the (what was previously substantially working until I revised it) processes that I have already developed.
    Thanks, Nik

Maybe you are looking for