How do I make my next button (click box) dependent on other actions?

I have 5 click boxes on one slide, where each reveal certain text.  I want all to be clicked before my manually created next button (an image + click box going to next slide) appears.
I want to create a condition saying click boxes 1 - 5 must all be clicked before the next button appears.  How can I do this?  Thanks.

You're going to run into some issues trying to do this with click boxes because by default as soon as you click one of them it releases the timeline pause and the project will continue to play.  There is a work around for this that involves some fancy Advanced Actions to rewind the playhead slightly so that you jump back before the pause point again, but I actually prefer to do this sort of thing another way.
I use Event Handler widgets to register the clicks on some other object such as a caption or highlight box or image.  I can set the widget preferences to Disable Continue and Reset Success Fail Criteria After Action.  This allows my users to click away on the objects forever if they want without releasing the playhead. Best of all it only takes seconds to set this up. Doing something similar with Advanced Actions requires you to build extra clauses into other actions you need, and then sometimes you run into issues with the clickboxes not resetting their success/fail criteria unless you re-enter the slide.
Whichever way you go, you're going to need to first Hide the navigation button on the slide (set its Visibility to unchecked) and set up some user variables (one for each object where you want the user click to be tracked) with initial values set to 0. 
You also need five Conditional Advanced Actions (one for each object) that have two sections.  The first part assigns the relevant user variable to 1 when its object gets clicked, and then it moves to the second part which looks for a condition where all of these tracking variables are set to 1, and if it find this, then it Unhides the button that allows the user to jump to the next slide.
Set each interactive object (widget or click box) to execute their relevant conditional advanced action when clicked.
That should do it for you.

Similar Messages

  • How to modify the direction of a click box depending on path followed?

    I am trying to create some branching that is based on the following example:
    1. Learners select a category (by clicking on a lick box): options could be strawberries, oranges and lemons.
    2. Learners have 3 options under each category, some of them are shared by two to of the original options: example, learner clicks Strawberries and has options: Spain, France. If learners click Lemons they have options: Spain, United States.
    3. The buttons under Spain for both Strawberries and Lemons direct the learner to the same slides. When learners get to the final slide they are asked to click Return. The idea would be that if the learner has clicked Spain from the Strawberries page, the system should take him back to the Strawberries option page when they can select again between Spain or France. If the learner clicked Spain from the Lemon page, then they should be taken back to the Lemon options page, all through the same Return button.
    Can someone tell me if this is possible, please?

    Sorry, bit too busy to give you a step-by-step tutorial at this moment. You can create as many user variables as you want, and  change their value by an advanced action. You'll need such an advanced action at the moment of the jump to a slide, to store the option chosen. And you'll need the conditional action to be triggered when the user returns. Each action has to be triggered by an event.
    Events and (advanced) Actions - Captivate blog

  • How can I make the playback buttons of YouTube and other plug-ins bigger since they are so tiny?

    How can I make the playback buttons of YouTube and other plug-ins bigger since they are so tiny in Firefox? I tried some suggestions that dealt with entering "about:config" in a fresh browser, but to no avail. I also downloaded an add-on called "Theme Font & Size Changer", but that didn't work either. So, I am reaching out here as that was a suggestion that another user here offered.

    Ah, yes- that is an ultra high DPI (dots per inch) display. This is a known issue in Flash Player, which Adobe is working on fixing.
    In the mean time, you can get some videos to have normal-sized controls by switching Youtube to the HTML5 video player:
    In Firefox, go to https://www.youtube.com/html5 and click the "Request the HTML5 player" button.

  • How do I make a submit button work on a mobile oriented page?

    How do I make a submit button work on a mobile oriented page?  I have the .html file and the .data file (and one other kind), but it just spins and spins and spins when I try to send the form in (for an absence).  I'd like it to work on all devices.  Help?

    HTML forms don't do anything.  You need a form processing script to gather and process form data.  Which server-side scripts does your web hosting plan support -- php, asp, asp.net, perl?  This will determine which scripts you can use with your form.
    Nancy O.

  • How can we make the save button active in standard toolbar in outout of alv

    Hi experts ,
    I am using factory method to print alv with oops .
    Cancel , Exit and Back button are active by default in Standard tool bar  in output of Report , But Save button is not active , How can i make that save button active .
    Also Pls tell me how i can make editable to the cell in output , 
    My Code is like this :
    cl_salv_table=>factory( IMPORTING r_salv_table = gr_table CHANGING t_table = ispfli ).
      gr_functions = gr_table->get_functions( ).
      gr_functions->set_all( abap_true ).
      gr_display = gr_table->get_display_settings( ).
      gr_display->set_striped_pattern( cl_salv_display_settings=>true ).
      gr_display->set_list_header( 'This is the heading' ).
      gr_columns = gr_table->get_columns( ).
      gr_column ?= gr_columns->get_column( 'CITYTO' ).
      gr_column->set_long_text( 'This is long text' ).
      gr_column->set_medium_text( 'This is med text' ).
      gr_column->set_short_text( 'This is sh' ).
      gr_column ?= gr_columns->get_column( 'CITYFROM' ).
      color-col = '6'.
      color-int = '1'.
      color-inv = '0'.
      gr_column->set_color( color ).
      gr_sorts = gr_table->get_sorts( ).
    *gr_sorts->add_sort( 'CITYTO' ).
      gr_sorts->add_sort( columnname = 'CITYTO' subtotal = abap_true ).
      gr_agg = gr_table->get_aggregations( ).
      gr_agg->add_aggregation( 'DISTANCE' ).
      gr_filter = gr_table->get_filters( ).
      gr_filter->add_filter( columnname = 'CARRID' low = 'DL' ).
      gr_layout = gr_table->get_layout( ).
      gr_layout->set_key( key ).
      key-report = sy-repid.
      gr_layout->set_save_restriction( cl_salv_layout=>restrict_none ).
      gr_table->display( ).
    Rgds,
    Premraj

    Hi,
    1)you need to give the function code to that save in the Function Keys of that screen from the GUI Status.
    2) while filling the field catalog of that field you need to put the        
    wa_fieldcat_edit-edit = c_x.
    i.e use the edit and append to that field catalog internal table.
    for more infomation you can refer to below links:
    problem with alv edit and save
    *Edit* and *Save*  for the selected records in ALV
    solves your problem
    Thanks!!

  • How can I make a giff button have a second state?

    how can I make a giff button have a second state?

    how can I make a giff button have a second state?

  • How i can make user defined button in standard menu.........

    hi all,
                     please tell me how i can make user defined button in standard menu.........
       regards
    vikas saini

    hi Vikas ,'
    u can do this by using PF status and setting titile .
    follow thw link for help.
    Re: To Change SAP Tiltle into some other title
    Regards,
    Amit

  • When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    When pressing Ctrl+f to find something in a page the Find box remains open until I close it, in ALL tabs I have in the firefox window. How can I make firefox open the Find box ONLY in the tab I am in?

    Firefox 4 and later versions save the previous session automatically, so there is no longer need for the dialog asking if you want to save the current session.<br />
    Use "File > Exit" or "Firefox > Exit" (Mac: "Firefox > Quit Firefox") if you want to restore multiple windows.<br />
    You can use "History > Restore Previous Session" to get the previous session at any time.<br />
    You may need to click the orange/gray Firefox button to see History.<br />
    There is also a "Restore Previous Session" button on the default <b>about:home</b> Home page.
    Another possibility is to use:
    * [http://kb.mozillazine.org/Menu_differences Firefox/Tools > Options] > General > Startup: "When Firefox Starts": "Show my windows and tabs from last time"

  • How do I make my already existing check boxes "checkable" [so I can check and uncheck them on PDF Expert]

    How do I make my already existing check boxes on a (PDF Document) checkable - So I can check and uncheck them on PDF Expert or Annotate 101.
    I am using ADOBE Acrobat PRO with millions of options, but no easy "here is how to do the one thing you want to do" anywhere within reason.
    Please help me.
    Thank You

    Can you check and uncheck the boxes in Acrobat?

  • How will u make the file not to be process by other?

    how will u make the file not to be process by other? thanq

    Hi Krishna,
    File locking is not supported.
    Look at the OSS note 821267 for File Locking / Incomplete Processing.
    Regards
    San
    Remember to set the thread to solved when you have received a solution there is a Way.

  • Firefox not displaying buttons and boxes when allow other pages to use their fonts instead of my selection is selected

    Firefox not displaying buttons and boxes when allow other pages to use their fonts instead of my selection is not selected. The irritating thing is that Firefox used to display pages until FF 31. Please fix this
    Thanks
    Randy

    The missing icons are supplied by a font that is downloaded from the server (@font-face) as you can probably see by little boxes that show the hex code of the characters.
    You will have to make sure that you allow pages to choose their own fonts to see such an icon font.
    *Tools > Options > Content : Fonts & Colors > Advanced: [X] "Allow pages to choose their own fonts, instead of my selections above"

  • How can I copy or export a mail box containing several other mailboxes (mavericks)

    how can I copy or export a mail box containing several other mailboxes from 10.8.4 to mavericks

    Hello Crusheen
    The article below will give you steps to export your mailboxes from Mail. When you export, it will ask where you want to save them and you should an option to Export all subfolders.
    Mail (Mountain Lion): Export mailboxes
    http://support.apple.com/kb/PH11712
    Regards,
    -Norm G.

  • How do i make a clickable "button" that works in the PDF?

    I have a newsletter and want to make a button on a page that when clicked, will open the browser and go to that site. I see how to convert objects to a button and enter the URL in its properties but when I convert to a PDF, the entire object is missing. When converting to PDF, I also make sure that hyperlinks and interactive elements are both checked in the General section. I dont know what else I need to do!

    It is a colored square that was also grouped with a text box. I tried also ungrouping it and just putting the button effect on one or the other and had the same problem. When i look at the PDF, it has nothing there, whatever object i have the button effect applied to is totally deleted. I even tried clicking on the area where it was thinking maybe something was invisible and that didnt do anything either. There are no left over or hidden boxes there that could be covering things either. Im good about working cleanly and organized.
    Ill try doing this with a new document tomorrow and see what happens

  • How do you make a replay button?

    I made a flash movie and all i need to do is make a replay button, but i have no idea how. i am using cs5. my movies goes through multiple scenes so at the last scene i want them to click on the reply button to go to the 1st scene again. however, i have no idea where my actions layer and labels layer go or what action to put into my button.
    i looked around, but every video i find, they seem to only be working in one scene and within one layer too.
    --edit--
    this works just fine:
    http://www.youtube.com/watch?v=k9UjtNxAQN8&NR=1

    assuming no variables/code need to be reset, you can use:
    yourreplaybutton.onRelease=function(){
    _root.gotoAndPlay(1);

  • How do i make a submit button work on mobile with my PDF

    I do not want to use the Adobe Forms Central. I have a client that wants a PDF on their mobile site to be readable and editable on an iPad. The submit button does not work. Is there a work around or another means to make this work. I realize the PDF form can be emailed via the iPad, but not all the people or "customers" know the email address to send to, so how can i make this work. Any suggestions or anyone else encounter this issue? I do not want to have to ask my client to ask his customers to go purchase software, when they should be able to just download adobe reader to fill out the form and send it like we can do on a regular desktop.

    I created the PDF and at the end placed the submit button with the following actions (screenshots included):
    Setting for the Submit form:
    Submit button at the bottom of the last page of the application:
    Maybe I have it all set up incorrectly, but from all that I have read it works fine on the desktop, but when the iPad is used, the submit button becomes inactive. I thought there could be some work around to make it work other than the "actions" or javascript, but I have also seen other forms that have javascript work on the iPad, so it has me totally confused.
    Thank you.

Maybe you are looking for