Click box problem..loop to next slide without the command

Guys, I have a problem with my click boxes.
I'm using captivate 5.5.
details:
I have 4 click boxes
3 for hide and show objects
1 for go to next slide.
I have 2 slides only.
first slide has the changing view.
sample:
clickbox1 opens object 1 2 and 3 and triggers audio inside object 1 (working)
clickbox2 hides objects 1 2 and 3..shows 4 5 and 6 objects with audio also.
clickbox 3 goes the same process.
Problem: when I click clickbox2..it performs the action but maybe at around 1 second then proceed to the next slide. in which in the action, there was no command that say go to next slide or any.
the button for the next slide is on the 4 clickbox.
I'm using advance actions by the way.
I'm confused, this is my second time to do this..the first was working, what could be the problem?
Thanks

link sent thru PM.
I'm thinking  if this is an inconsistency of  CP.
action..for page2
http://i266.photobucket.com/albums/ii254/leslhanl/page2action.jpg
timline
http://i266.photobucket.com/albums/ii254/leslhanl/timeline.jpg

Similar Messages

  • Quiz allowing move to next slide without answer

    I have a problem with the user being able to bypass the quiz without answering.
    The global preferences are set to Required - the user must take the quiz to continue.
    The quiz is set up so that pressing the submit button gives a custom correct/incomplete/failure feedback caption.
    Actions are set to On Success and On Failure (with 1 attempt) to Go to the next slide.
    There are also forward and back buttons.
    If the user does not take the quiz but instead hits the forward button they can advance without answering the quiz.  When we tried removing the forward button the user could still move forward by clicking on the screen twice.
    If the user answers the quiz and hits submit they get the correct caption but the slide does not advance to the next slide on both success and failure conditions.
    We've been beating on what should be a simple bug for a week now and failed to find a solutions so we could really use some expert insight.
    I am running Captivate 8 on a Mac

    I think you messed up the embedded features of the question slides. Have a look at:
    Question Question Slides in Captivate - Captivate blog
    Personally I will never allow Backwards movement at all in a quiz. If you do that, you can drag the Next button under the Clear button. The Next button has a double functionality: during the Quiz it acts as a Skip button and that is what you do not want. During Review it acts as a Next button. If you do not use Review, you don't need the Next button. If you want Review, dragging the Next button under the Clear buttons solves the problem: during Review both Clear and Submit button will disappear and the Next button will be come available.
    I cannot see directly what happened with the actions that are not executed, unless you have another shape button on the question slide that pauses after the pausing of the Submit button.
    Your setting 'Required....' can cause problems as well, especially since you allow free navigation within the quiz (and outside) with the Back and Next navigation.
    Please, try to read that blog post, and if you have more questions, will try to answer them.

  • How do i automatically start the next slide after the video on the prevues slide is finished

    I have slide 1 with a video loop witch tranistion to the next on a click. the next slide (slide2) automaticlly starts plays. I want to know how to start Slide 3 automaticlly after the video on slide 2 is done playing. Slide 3 is also on a loop. and start slide 4 on a click. then repeats......  

    I once had the same problem, but it was worse because the length of the video was more than the maximum delay that could be set (Keynote'08, I do not know if this changed in '09). I was helped by someone of this community. She suggested adding invisible text fields, each having a delay, sequenced one after the other. Together they added up to a sufficient delay to play my video and go to the next slide after that. I hope this information will be of use, if need arises.

  • Run a jar on Windows without the command window

    I would like to run a jar and close the command window after starting up. Is this possible please.

    I would like to run a jar and close the command window after starting up. Is this possible please.why do you want to do that? jar files are executable files so when you double click it, it will execute without having to run it from the command prompt. So, you don't have to even open the cmd prompt to run .jar files.

  • Problem - reading an abitrary string from the command line in basic swing

    Hi,
    I'm sorry if this problem is a bit basic, but I've only just started swing in Java. Anyway, I'm trying to adapt a basic swing version of the HelloWorld class. When I try to pass an abitrary string from the command line to the label within the class, I get the following error,
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 1
            at week2.HelloWorldSwing_commandline.main(HelloWorldSwing_commandline.java:31)
    Java Result: 1I must be missing something because I can't see where the problem is in the following code.
    import javax.swing.*;
    import java.awt.*;
    public class HelloWorldSwing_commandline {
        String message;
        private static void createAndShowGui(String message){
            JFrame.setDefaultLookAndFeelDecorated(true);
            JFrame frame = new JFrame("HelloWorldSwing");
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            JLabel label = new JLabel(message);
            Container content = frame.getContentPane();
            content.add(label);
            frame.pack();
            frame.setVisible(true);
        public static void main(String[ ] args) {
         createAndShowGui(args[1]);
    }Any help would really be appreciated.

    Hi,
    I've tried changing the index value to O in the main method, but I still get the same error.
    I'm running this in NetBeans 4.1, and when I try to run the class I get the error as listed above.
    Any ideas how to correct this error?
    Thanks

  • How do I pause a slide without the playbar?

    Hi I am using Cap 6 and I do not have a playbar on my published project, I have a back and next button, how can allow the user to stop or pause the slide do I need some java script on a button?

    You'll have to use the system variables cpCmndPause and cpCmndResume.  More details about system variables in this  blog post:
    http://blog.lilybiri.com/system-variables-in-captivate-6
    You can assign the action 'Assign cpCmndPause with 1' as Success action for the Pause button, but would recommend doing it with a standard, not with a simple action (anyway those variables are not available in the dropdown list of the Action accordion). And to play again it has to be 'Assign cpCmndResume with 1'
    If you want it to be done with one button, create a conditioal action :
       IF  cpCmndPause = 1
       Assign cpCmndResume with 1
    ELSE
      Assign cpCmndPause with 1
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    Lilybiri

  • Problem downloading book into DE without the E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER?

    How can I solve this problem? I am unable to download a library book.

    How can I solve this problem? I am unable to download a library book.

  • How to run a Java program without the command line.

    Is there anyway to create a Java program that runs like most programs do in Windows ,by double clicking on their icons?
    Thanks,
    Vance

    http://www.ej-technologies.com/products/exe4j/overview.html
    Looks kinda cool. Most java-2-exe programs are usually way too expensive and wont work with GUIs and require other dlls/libraries...

  • How to make a Click Box URL open in a new window?

    Hullo, I am having an awful time being stumped by what I am sure is a totally simple solution that continues to evade me:
    How can I set a click box set to open a URL to open that URL in a new tab or window?
    My click box "button" appears on a slide in the middl eof the presentation, and I'd like the user to be able to click on the hyperlink and not navigate away from the video.
    Thanks!

    Hi there
    What version of Captivate?
    Typically there is an option to click just to the right of where you type the URL.
    Below is an image of the version 5 properties.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Make all click boxes required before proceeding to next slide

    I have created a screen with three click boxes and a next button. The learner will need to click all three click boxes before they can click next to move to the next slide. If they do not click all three boxes they will need to get a message saying they need to view all content before proceeding. Does anyone know how to program the next button to require the three click boxes to be clicked before proceeding?
    Thanks in advance,
    ~A

    Question has been treated multiple times in this forum. You don't need to program the Next button, but the click boxes. I suppose they do not have to be clicked in sequence? In that case:
    create three user variables, one for each click box: v_one, v_two, v_three and give them a default value of 0
    hide the next button (in the Properties panel - since I don't know the version, will not go in details)
    for each click box create a conditional advanced action with two decisions:
    First decision is a mimicked standard action 'Always'
        IF 1 is equal to 1
           Assign v_one with 1    (change variable in the actions for the other two click boxes to v_two, v_three)
    Second decision checks the value of the three variables
        IF v_one is equal to 1  AND
            v_two is equal to 1  AND
                            v_three is equal to 1
                        Show Bt_Next
    Be sure to have the pausing point of the Next button later than the pausing point of the click boxes. That will mean that you have to shorten the timeline of the click boxes, and check the timing properties of the button
    Lilybiri                  

  • Click Box Option Problems

    I need help!
    I am stuck trying to find a work around for an apparent
    Captivate bug related to Click Box properties. Captivate is not
    registering the changes I am trying to make to my click box
    feedback. Specifically, I want to give my users 2 attempts and show
    them Failre captions (and have marked the appropriate fields in the
    Properties dialog box). However, they get infinite attempts and no
    feedback. This is consistent over several slides.
    Does anyone have any advice or work arounds?
    Thanks

    Hi Libby! You said . . .
    quote:
    I have 1 -2 click-boxes on the problematic slides. I also have 2
    invisible buttons for Back and Next buttons that I am using instead
    of the Captivate control bar.
    Okay, so we have 3 or 4 interactive objects on a
    slide. I'm wondering if the "Continue" setting might be a problem;
    when "Continue" is selected, the movie will begin playing from the
    point it is currently frozen - meaning it will "continue" on its
    way along the timeline for that slide until it gets to the end ...
    at which time it will transition to the next slide. If the next of
    those 3-4 interactive objects is located
    after this one, it will
    pause again, for that
    next object - right?
    There is nothing out of the ordinary about the number of
    slides in your projects, nor the number of interactive objects per
    slide (or per movie) ... it really doesn't sound like you've
    created a monster, just a misbehaving child.
    I am nearly convinced that the problem is
    (1) the position on the timeline, and
    (2) the stacking order (top to bottom) of the interactive
    objects you mentioned. The problem is that I can't "see" those
    elements or their positions relative to each other - which brings
    us to:
    With my comments (above) in mind, check to be sure that one
    object is not interfering with the operation of the next. If it
    still baffles you, let me know if you can get permission to share
    one of the problematic files with me.
    Thanks, LibbyLee, and have a nice Monday!
    .

  • How do I set my project to advance to next slide on mouse click vs just play?

    Captivate 6 on mac running OS 10.7.5 file format in question .htm (firefox)
    I'm brand new to Captivate 6 (never used it before) I have put together a mock presentation from scratch which has a few introductory slides then a quiz. When I publish it there is a "play" button which is NOT the behavior I want.
    I watched a training video from Lynda.com and the insstructor imported a PPT file, there was a dialog box which asked the how to advance slide, there was a drop down menu and one of two options was advance "on mouse click". This is the behavior I'm looking for.
    I've scoured the internet and forums etc to find a comparable option elsewhere in Captivate 6 when creating from scratch vs importing from PPT and cannot find one anywhere. I've also read that you can insert a click box object and that that would do what I'm looking for but that doesn't work either.
    Does any such option exist and if so where/ how do I get to it/ use it. Please see attachments below. First screen shot is the first slide I get which isn't the first slide either, what's up with that? Next one is simply to show how the project just "plays" instead of advancing slide by slide. Third is my publish dialog box. Bottom line I don't want a "play" button I want the user to mouse click next, next, next etc. How do I do this?
    Thank you for any help or suggestions!

    Maybe I understand something wrongly, but thought you also wanted to know how you can make slides advance on clicking the Next button instead of having it playing on automatically? And instead of using the playbar you want to have a Previous and Next button?
    The way imported PPT with advance on Mouse click works is because there is a click box added to each slide that pauses that slide at its end. The user has to click on the slide to advance.
    A click box is an 'interactive' object: this means that you can have it pausing the slide, that the user can interact with it and trigger an action like 'Go to Next Slide'.
    You added (from what I see on the last screenshot) another interactive object, but now I'm confused: the third screenshot has a Prev and Next arrow, I think those are shapes. You do not need to add a click box on top of them (what I see on the last screenshot), they can be converted themselves into buttons. I blogged a lot about those shape buttons. Anyway, both click box and shape button can pause the slide. This is the case by default for click boxes (at the end of their duration, their timeline), for shape buttons you have to tell them to pause in the Timing accordion. In your case I certainly would choose a shape button because they can be put on a master slide, or timed for the rest of the project whereas Click boxes need to be unique on each slide, you'l have a lot of copy/paste to do then. In the Action accordion, On Success you choose the action, I think in this case you want 'Go to Next Slide' for the Next 'thing'
    As for the first screenshot, Rod explained that you cannot get rid of the play button for pdf output, but you can have a poster image instead of the blank screen. There is a folder icon in Preferences, Project, Start and End when you deselect AuotPlay.
    Here is a link to an article where I explain shape buttons:
    http://lilybiri.posterous.com/why-i-like-shape-buttons-captivate-6
    There is an on-demand webinar as well on the Adobe site which I presented, only about shape buttons.
    Lilybiri

  • How can you put a setting that you can only move to a next slide by clicking on the forward button?

    I am very sorry if there is somewhere already given an answer
    to this but can somebody help me please?
    When I use a space, enter or click in my quiz, they move on
    to the next slide without answering the previous question
    completely. How can I make sure that you can only move on to the
    next slide with clicking on the forward button???

    quiz preferences --> Settings --> Required: Answer
    all

  • How do you stop auto play only go to next slide on click once published Version 7

    How do you stop auto play only go to next slide on click once published Version 7? I mean to stop the play slide bar moving down the bottom?

    Thank you, I already have click boxes and buttons on every slide - the slider at the bottom still automatically moves, it doesn't go to next slide until button or box is clicked. I want to stop it moving if possible?
    Update: looks like it does the same on the old versions - I'm assuming its the time set to play each slide. I will just even these up so the don't look so inconsistent.

  • Captivate CS4 - Trouble using the Click box

    Hi.
    I'm hoping someone can help with a frustating problem I am having.
    I'm using captivate 4, and have several slides in my project.
    I have a next button on the slide, with a click box set to pause until the user click the area. Once clicked the slide moves to the next slide.
    However, on the same slide I have two buttons - one which opens a video file (so the button opens a URL when clicked), and a button on a different part of the slide which open a different URL link to different video..
    The click box seems to work, and doesn't move on to the next slide when the first button is clicked on, opening up a URL video.
    However, when I then click on the next button which opens up the second URL video, the slide suddenly moves onto the nextslide, without me clicking on the Click box area.
    Why is this happening? It seems to work fine, until I place two buttons on the same slide, and the second button is clicked. I don't want the slide to move on until the user clicks the click box area.
    Please can someone help!
    Thanks

    Hi,
    After a good night sleep I think I may have resolved the problem (I think). On the two buttons, they are set to open a URL link. Next to where I input the URL link, there is a menu where I select the option 'New' to open the video in a new internet window.
    What I didn't realise in at the bottom of that same menu, there is also an option to select 'continue project'. If I de-select this, if I then click on the button the project remains paused as it should (until the user clicks the click box). So, originally what was happening is I had the 'continue project' selected for both those buttons, and this was overpowering the click box pause project function.
    Fingers crossed it works. It seems to be on my tester!
    Thanks

Maybe you are looking for

  • Flash Player not working after updating to 10.2 - Plz help - my research project is on hold now

    I updated my flash to latest version.. Everything gone.. Flash is completly not working now. I cannout see any youtube videos or any flash websites. I tried all the way possible to troubleshoot it. But failed. Still not working. My OS - Windows 7 - 3

  • Arrow keys on wireless keyboard

    I just purchased an HP wireless keyboard for my HP Touchpad.  I cannot figure out how to work the arrow keys.....is there a user manual I can find online about navigating my keyboard?  Thanks so much for your help.  

  • Ipad and soundwall problem.

    I have a new Ipad and I hooked it up to my old ipod soundwall, and it works nicely sometimes, but sometimes the soundwall turns off for no reason. Any ideas as to why and how to fix it?

  • Bridge is very slow when WLAN in enabled

    It is nearly impossible to work with Bridge when WLAN is enabled. At every single action Bridge freezes for several seconds. When I disable the network connection the problem disappears, but this is not an acceptable workaround, because I need to con

  • How to decode jpeg 2000 compression in dicom image ?

    I'm working on dicom image viewer. How to decode jpeg 2000 compression in dicom image? Please help me. Thanks.