Navigation buttons are locked

Adobe Captivate 7

I'm looking for a way to have the 5 menu buttons with sections that are locked until the user completes the previous section.

Example:

Button 1 is article 1, user cannot click the button 2 section 2 without completing the module in section 1.

I have setup a similar training before that performs a complete 5 user modules until the continue button appears for them at the end of the training.

Any ideas?

You can disable the buttons with action (slide before the dashboard).  Because you want to also follow the end of each module to display the continue button on the slide of dashboard, create a variable counter with a default value of 0. At the end of each module, with the button Back (back to the dashboard), increment this variable to 1 (standard action with two commands: "Increment v_counter by 1', followed by"Jump to the dashboard"). The most important action is the on enter to the dashboard, where you will have a conditional action with several decisions:

first decision    IF v_counter is equal to 5

Show the button continue

second decision    IF v_counter is equal to 4

Disable Button4
Select Button5

third decision    IF v_counter is equal to 3

Disable the Button3

Activate Button4

fourth decision    IF v_counter is equal to 2

Disable Button2

Activate Button3

fourth decision    IF v_counter is equal to 1

Disable Button1
Select Button2

sixth decision    IF v_counter equals 0

Select Button1

Tags: Adobe Captivate

Similar Questions

  • The sound on my laptop has suddenly stopped working, no devices are listed in the list of output and the volume bar and mute button are locked on mute

    Try turning off your computer and pressing Command + Option + P + R as soon as you restart your computer.

  • Help re - bind the Navigation buttons

    I have Adobe Flash CS3 Pro.

    I have a header navigation file supplied with my flash Web site template and I find it difficult to make sense of the actionscript. It has a logo with effects, 5 buttons main nav that move and two additional link above the navigation bar buttons. For now, let's focus on all the Navigation buttons. Here's what I've collected. I have several buttons text on a movieclip, and I successfully edited the text for each button. If I look at the actionscript code in the top layer of this movieclip I see:

    "gotoAndStop (parent._parent.num);"

    I also have a movieclip symbol separated (with effects) with 5 layers of buttons listed in the actionscript code with the following actionscript code associated with each key of numbers from 1 to 5:

    onClipEvent (load) {}

    Num = 1;

    }

    onClipEvent (load) {}

    Num = 2;

    }

    onClipEvent (load) {}

    NUM = 3;

    }

    onClipEvent (load) {}

    NUM = 4;

    }

    onClipEvent (load) {}

    NUM = 5;

    }

    On the top layer of these 5 buttons, I have the following actionscript code:

    Stop();

    This ["Item" + _root. Button] .gotoAndPlay ("S1");

    _root. Link = _root.button;

    I also have a symbol to separate with the following actionscript code button:

    on {(overview)

    If {(_root.link <> 1)}

    menu. Item1.gotoAndPlay ("S1");

    }

    }

    on (releaseOutside, deployment) {}

    If {(_root.link <> 1)}

    menu. Item1.gotoAndPlay ("S2");

    }

    }

    on (release) {}

    If {(_root.link <> 1)}

    _root.menu ["Item" + _root. Link] .gotoAndPlay ("S2");

    _root. Link = 1;

    getURL ("index.html");

    }

    }

    Now, my Web site template came with pages of html 5 that my flash navigation buttons are: (index.html, 1.html - index, index - 2.html, index - 3.html, index - 4.html, index - 5.html). My problem is that I created a new page (index.html, about.html, featured.html, projects.html, contact.html). I wish all 5 buttons to match these pages, not existing pages of standard "index - tswan.html.

    In addition, this probably isn't relevant, but each html page has something to that effect so I can see how they correspond to each button.

    < script type = "text/javascript" >

    var fo = new FlashObject ("flash/menu_vf8.swf? ") button 2 =', the 'head', '100% ', '144', '7', ' ');

    fo.addParam ("quality", "high");

    fo.addParam ("wmode", "transparent");

    fo.addParam ("scale", "noscale");

    FO. Write ("Head");

    < /script >

    I guess my real question is: what actionscript should I update or delete the nav button LINKS to work with my new html rather than the pages of index pages - tswan.html 5 standard he wants automatically a link to?

    When I try and add a "getURL" command to each of the 5 buttons and test to preview the film, the links work, but it messes up the effects of the movieclip. In other words, the buttons do not move, they are immobile, but the links work. If I added this command to each key somehow, what actionscript would I need remove so there are no complications? I need help expertise here because it would be much appreciated. I am a novice with Flash script and its killing me that I can't understand it. I asked for assistance in support of the model and all they came back with the following message, it was, and it was not helpful:

    1. You need to duplicate each button you change - it is very important.

      (2) update the script to search in a similar way:

      on (release) {}
      If {(_root.link <>num)
      _parent ["Item" + _root. Link] .gotoAndPlay ("S2");
      _root. Link = num;
      If (num == 1) {}
      getURL ("index.html");
      } else {}
      getURL ("index-" + Number(num-1) + ".html");
      }
      }
      }

      Update for:

      on (release) {}
      getURL ("http://www.google.com");
      }

    menu.jpg

    Also, I read the following discussion, which was helpful to a certain extent, but it is not always answer my questions about links to work.

    http://forums.Adobe.com/message/3614092#3614092

    Can I make the code see you now, it's an approach I've seen somewhat regularly for AS1/2 designs.  These "num" values that specifies the html pages that are linked.  Each button is assigned a value of num, in your case 1 to 5.

    Based on the line of code...

    getURL ("index-" + Number(num-1) + ".html");

    I think that your header links pages were named index - 1.html thru index - 4.html.  If you can see why I say that there is hope, that you can fix yourself.

    If you want to bind the new pages you either must name them agree with this convention, sense rename index about.html - 1.html, rename featured.html index - 2.html, etc... or change the way the values num are defined or updated profit.

  • Reusable toolbar: how to disable the navigation buttons

    Hi all
    I managed to create a reusable toolbar following the instructions of the angle of the ADF.
    Now, I would like to (for example the first and the precedents) navigation buttons are disabled when I reach the first record of the iterator.
    How can I do?
    I have to define a new method? With what parameters?

    Thank you

    Andrea

    Published by: user10799119 on November 19, 2009 06:41

    Hello Andrea,

    Creating component declarative, create attributes w for your component called "FirstEnabledAttr", "LastEnabledAttr" (like you how to create methods to handle the navigation). Now for the first button and the last button in the toolbar of the dc set the Disable property to #{attr. FirstEnabledAttr} and #{attr. LastEnableAttr}

    Recompile and redeploy your jar file.

    Now, in the project where you access this component, you can find the newly created 2 attributes added. Set

     #{!bindings.First.enabled}
    

    for FirstEnabledAttr and LastEnabledAttr together.

     #{!bindings.Last.enabled}
    

    It should work. Let me know if you have any questions.

    Kind regards
    ~ Ahmed

  • I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?

    I have 6 buttons on the navigation bar that point to 6 different pages - the buttons are all the same color - if I am currently on [say] page 3-How can I me key menu 3 to change color and state that I am on page 3?   using DreamWeaver CC

    Among the contributors here has a nice page explaining how to do what you want, using css.

    Indicator of persisting in the Menus - Page http://alt-web.com/

  • PS6 Navigator and layers windows are locked together.  How to unlock them?

    Whenever I open the browser and layers windows in PS6, they are locked together side by side.

    Does anyone know how to unlock them.  This does not happen when I opened all the other windows.

    I use a PC.

    Is - this photoshop 6 or photoshop cs6?

    Generally, we can just separate them by dragging the name of the Panel.

    (for example, drag the name of the browser)

    In photoshop cs6, you can reset the workspace by selecting window > workspace or if you have a custom of your panels, you

    should get everything that you want, and then save your own workspace named, so you can reset whenever things go wrong.

  • Buttons to lock the other interactive fields after a click. Known issue?

    Hi, I'm new to editing pdf forms and made my own experiences here and found this problem.

    It started after 10 or if the actions buttons with the mouse, some even with simple javascript added to it.

    After clicking on a button (not with action "hide a field" tied to it), all interactive fields (even the same buttons) throughout the document becomes impossible to edit (no matter if they are in number, text, radio, other buttons, list boxes...) when you click, the arrow hits flashes very briefly, followed by the de-selection of the box. The same 'lock' does NOT occur when you click on the other form of boxes such as checkboxes (more than 20) or radio (the file has 3 sets of those) or the one of / increment of keys other fields with javascript.

    The only way around it I found was to close and reopen (player) or (editor), switch between edition/visualization tools.

    While the editor, it's a minor annoyance for users of forms complete thanks to a reader, it's pretty horrible. Really, I would like to know if there is a way to avoid this.

    Is this a known issue? Anyone have a solution or an idea which continues? Impossible to find anything like that around the navigation there must be something about my edit...

    Thank you!

    EDIT: Specifically, I reduced to buttons that have the action to hide. (And it's quite a decent feature for what I am building here, so different solutions than "don't have not the buttons are hidden when the click on" would be much appreciated.)

    Hi, thanks. After trying many things, I found a work around that, this time, is quite good.

    Well actually, it's the same thing as establishing a mouse "hide", but a different code path.

    I have set up an action, mouse, executes Javascript:

    var l = this.getField ("buttonX");

    w.Display = display.hidden;

    He made all his other click on operations, and the code js it hides. And the other fields are to be filled / clickable.

    On the error itself, perhaps something with versions... I noticed using different readers/editors, everyone behaved differently...
    But it's done, if someone comes to this impasse, try this, worked for me (God bless js)

  • I want to make the smallest windowq, she is so great that the buttons are off the screen mode full screen

    The Firefox window is in full screen mode, the buttons are off the screen. I want to get out of
    Full screen mode so I can resize the window myself. I am running Linux Mint cinnamon

    When you are in full screen view, move the mouse to the top of the screen to facilitate the bar bar appear Navigation and tab.
    You can use one of them to exit full screen:

    • Click the expand (in the top right Navigation bar) button to exit full screen
    • Click full screen in the '3-bar' button dropdown menu
    • Right click on an empty space on a toolbar and select "exit full screen".
    • Press the F11 key

    Try to rename (or delete) the file xulstore.json in the Firefox profile folder.
    You can use this button to go to the current Firefox profile folder:

    If you are currently using a version from the repositories of your distribution of Linux, try the official Mozilla Server version.

  • How can I change the color of the icons of navigation buttons?

    I was wondering if there are modules or mods for 25 of Firefox that would allow me to change the color of the icons on the navigation buttons.

    I think along the lines of the old style where the buttons next and previous lit up green reloading, in blue, stop at home with a mixture of yellow and white, and red when, they are clickable.

    I find with Firefox 25, I get light when gray grey and dark grey when active, I think is a little hard to tell at a glance. I prefer the colour keys and hoped there was an add-on that would allow me to change this in Firefox 25.

    You will need to search the site of Mozilla Add-ons to see if you can find a theme with colors that suites you.

  • HOW TO REMOVE THE NAVIGATION BUTTONS AND ICONS IN THE HOME SCREEN IN FF13

    The new version of Firefox 13.0 has just installed and I find the icons and the navigation buttons on the homescreen annoying and distracting and I want to remove them and leave everything else as is. Is there a way to do this easily? Thanks for the help.

    Add code to the file in the chrome folder userContent.css

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    See also:

    @-moz-document url(about:home){
     #launcher { display: none !important; }
    }
  • on my laptop running windows 7 more information disappeared from the window - topics (file, publishing, display, etc.), address bar and navigation buttons - everything I can see tabs - how do the lack of points to display

    Missing on my laptop running windows 7, all the info displayed at the top of the home page. All headings, i. e. file, change the view etc. disappeared. There is no address bar. There is no "home button", the button refresh, etc.. My wife was using the machine when it happened, so I don't know what she was doing. How to restore these features?

    most of the information has disappeared from the window - topics (file, publishing, display, etc.), address bar and navigation buttons

    When all the toolbars are missing, you are probably in full screen view, press F11 to toggle mode full-screen, or you can move the cursor to the top of the screen.

    The real problems you describe all set thanks to an extension and customization, see 01:10 steps later...

    You can make Firefox 5.0 looks not like Firefox 3.6.19, see numbered 1 to 10 points in the next topic difficulty Firefox 4.0 UI toolbar, problems (Make Firefox 5.0, or 4.0.1 resemble 3.6). If you make changes, you must be aware of what has changed and what it takes to use changed or missing features.

    It is much more beyond these first 10 steps in the list, if you want to make Firefox more functional.

    Toolbars and their contents have been rearranged and buttons have been merged dual-use, the net result is that I could see about 25% of what I had before and recorded about 10% of the area of the toolbar with great loss of functionality to hide things that might already be hidden and to create confusing buttons that already have keyboard shortcuts and don't need to be seen. The only good thing that has been ' Ctrl + / ' has been added to hide/show the modules bar that has not replaced the status bar.

  • browser at home, print and back buttons are missing

    browser buttons are missing. I have no buttons print house or back.

    If the menu bar is hidden, then press the F10 key or hold down the Alt key, which should make the convening of menu bar.

    Make sure the toolbars like the toolbar 'Navigation' and the 'personal bar' are visible: "view > toolbars".

    • Is he missing elements then open the window customize via "view > toolbars > customize" or "Firefox > Options > toolbars»
    • If a missing element is located in the toolbar palette and then bring her back in the window customize the toolbar
    • If you don't see an item on a toolbar and in the toolbar palette, then click on the "Restore default" button to restore the default toolbar set up.

    See also:

  • OfficeJet Pro 6835: Capabilities of integrated network disabled by the administrator. All mechanical functions are locked. Help!

    I clicked on utilities (from my Macbook) HP botton 'Disable all' for scanner and HP printer. Now, all functions (such as wireless communication) and features (each button on the touch screen of the printer) are locked.

    The message appears on the touchscreen specifies "contact the system administrator or the person who set up the printer.

    Where can I access the command directory "Administrator"? On my Macbook? Or via HP online account user? Or some kind of password-key - assigned to the Pro OfficeJet 6835 on the printer itself? It's very confusing that nowhere can I find the directory "Administrator" of all of the above.

    Without a solution, I've looked everywhere in the HP online support, read JO 6835 Pro manual, as well as follow-up steps for the hard-reset and tried to re - start the pritner with cable router. The printer is still loked up and the wireless icon is grayed out. Then the last attempt is I uninstalled printer HP application of my Macbook and I tried to reinstall the software again, now I got the message "installation failed." At this point, I don't know what to do.

    PS I wanted that HP could have designed a botton "reset" on the machine, so to avoid the problems of 'blocking' and make the user experiences more user-friendly.

    Hi @VirtuoCity,

    I read your post and see that you need to reset the printer. I want to help you.

    I can send you this information in a private message.
    In the forum next to your handle name simply click on the envelope to see.

    If you appreciate my efforts, please click on the "Thumbs up" button below. Thank you.

  • XP embedded causing my screen buttons on lock?

    Hello

    I work ona Labview applications. Basically, I'm ordering a device through RS232, also I have a Labjack U3, used for a series of keys that are duplicates of buttons that I have on the screen. The main interface is a touch screen of Advantech running XP Embedded. I'm using Labview 8.6 for the development of the construction of my executable.

    I have no problems on my desktop computer or a laptop, but when I install the application on the touch screen, sometimes my buttons on screen lock and I have to force quit the program. My program uses a structure of tab to switch between the screens and all the buttons are connected to the event structures. When I switch to another screen in my program, all buttons on this screen will be frozen... I can't click on them with a mouse or by using the touch screen. Curiously, if I use my 'manual' buttons related my labjack, these work very well, even if they trigger essentially the same code by clicking on the buttons on the screen (although these are onlu some command buttons on the main screen of execution).

    Anyone who has ever seen anything like that? This sounds like a problem XP Embedded or is it possible that I have a code bug that comes only in XP embedded as I'm taxing the system rather than my normal computers?

    Thanks for any idea!

    Garrett

    Hey Marti,

    I think you're right. I did some checking and I did have my buttons that attach to the event anyway (mechanical action) structures, and I had even forgotten to disable some immediately after being pressed. The places where I seemed to lock up that all had the same mechanical action, so it must have been see the pressed button twice in quick succession. Once I have it cleaned, things seem to work well. Application tax the processor much more on the XP integrated office it seems I must be much more careful about the fine details of programming.

    The event structures are great, but be very careful!

    I've never built a debuggable executable... I look at how to do this. I did a lot of programming on 7.1 and have been away from him for a few years, a lot has changed with 8.6.

    Thanks for the help!

    Garrett

  • Desktop, desktop icon, bar of tasks and startbuttons are locked or hidden or misssing

    My computers all icons on the desktop, start button, taskbar all are locked. start the computer, it opens with an Explorer window. but the Office remains often hidden... from the Control Panel, I tried to click on the "taskbar and Start Menu"... but there is no result. I mean that it opens... the customization window, I also tried, but still no results... nothing is displayed in the office. Start button or windows is locked. and the taskbar is hidden... somehow, I do my job with 'Task Manager'... need immediate help please on getting rid of him. without having to re - install the windows...

    Hello

    Thanks for the reply. As a work around, create a new user account and check the status of the question in the new user account. This will help you diagnose the problem.

    Create a user account.

    http://Windows.Microsoft.com/en-us/Windows/create-user-account#create-user-account=Windows-7

    I hope this helps. Please let us know if you need assistance.

Maybe you are looking for