Help displaying Instructional Objectives 1-at-a-time using mouse down on a button on one screen.

I am brand new to Captivate 6 and have encountered my first coding problem. I have six instructional objectives and would like to display them one at a time with a mouse click on a button. I would like some guidance either with making what I a trying to do work or in the alternative telling me what I should be doing instead. Here is what I tried to do.
1. I created 6 instructional objectives on a single screen.
2. Then I created a user variable "increment_objectives." It's starting value was set to 0.
3. Next, I built an advanced conditional action. It contained seven conditional  statements, each built the same way. The purpose of the seventh was to move to the next slide after all instructional objectives were viewed.
The advanced conditional action IF statement was:  If increment_objectives = x  then (where x varied from 0 to 7)
The ACTION statements contained the names of the six instruction objectives (objective_1 through objective_6) and these were either shown or hidden, based upon the increment_objectives value.
4. This advanced conditional action was attached to the enter frame on the slide and "no action" was on the exit frame on the slide.
5. On a Button I attached an increment value that added 1 to increment_objectives variable.
6. I set all frame objects to "duration of slide" turning off all timing increments.
I had expected that this would increment the increment_objectives variable when the mouse was clicked and that the advanced actions conditional statements would be interpreted and display the objectives one at a time. How wrong I was. Not only did they not display, but after a few seconds, the screen would flip to the next slide.
Can you offer me some help?
Rod Wolford

Hi Rod
What did you use to trigger calling the Advanced Action? From what you just described, there is nothing to trigger the action. At least beyond the initial triggering upon entering the slide.
Normally you want a Button or Click Box or other trigger to call the Advanced Action after each interaction.
Hope this helps a smidge... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • How do I get the 5.7 LR update?  Every time I click on the download button, the splash screen trying to sell me the cloud stuff pops up.  I don't want to buy anything, I just want to download the update.  Anyone know how?

    How do I get the 5.7 LR update?  Every time I click on the download button, the splash screen trying to sell me the cloud stuff pops up.  I don't want to buy anything, I just want to download the update.  Anyone know how?

    Hi Don. You can find it here:  Product updates

  • My daughter help down the home button and the screen is now glowing, how do i tuen it back to normal?

    help me,daughter held down home button aqnd my screen is glowing, kida, where the back ground was black it is now white.  its kinda like a backlight or something. how do i put it back to normal?

    If the screen colours look like they've turned negative then try triple-clicking the home button - or go into Settings > General > Accessibility and turn White on Black 'off' (and check/change what Triple-Click Home on the same Restrictions screen is set to).

  • Spinning object and moving it faster with mouse down

    I am using AS2 (CS3 Flash) and know how to do a simple motion
    tween to create a spinning object (which is just a color wheel). I
    was wondering how to take it to the next level and have it
    interactive. I'd like it to be able to rotate faster with a mouse
    down and drag if possible. Any suggestions? I don't really know AS,
    but can do what I'm told to do - I'm more designer than
    programmer.

    sure - well instead of using a motion tween, you should
    directly manipulate the objects spin using the _rotation property
    within an onEnterFrame loop - in this way you can then adjust the
    value of the step in the rotation (by degrees) when the user
    presses the mouse button - then reset it to the orginal value on
    release. as for dragging an Object, you would use the startDrag()
    and stopDrag() methods of the MovieClip class. you would end up
    with something like this:

  • TS3694 Why does my ipod keeps powering off, and when I turned if on, I have to press down the power button and the screen button at the same time ???

    Why does my ipod keeps powering off, when I have to turn it on ... I have to press on the power button and the screen button at the same time ??? over and over again. I just got this in December 2011 as a gift.

    I am having similar 'freezing' problems with many programs (Mail, Safari, iTunes, etc.). I have done a clean install of Lion instead of an upgrade when it came out. Perhaps something went wrong with my install? I'm thinking about wiping and reinstalling.

  • I need help moving two objects at the same time

    I am try to create a code that will move a mini map to where the user wants in a game. As a test I created a square and converted it to a movie and named it sq. Then I created another square and converted it to a button and named it bt. I also made bt half the size of sq and placed bt at the center of sq. I then created a drag code which like this:
    sq.addEventListener(MouseEvent.MOUSE_DOWN, startDragging); // Start dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_UP, stopDragging); // Stop dragging square by user
    function stopDragging(evt:MouseEvent):void
    sq.stopDrag();
    bt.x=sq.x;
    bt.y=sq.y;
    // this moved bt to sq(x,y) when mousebutton was released
    function startDragging(evt:MouseEvent):void
    sq.startDrag();
    bt.x=sq.x;
    bt.y=sq.y;
    // this moved bt to sq(x,y) when mouse button was pushed down
    I am trying to get sq and bt to move smootly together, but as it stands right now it just jumps from place to place.
    I have tried looking for some kind of linking code in abode help search, however, I am not sure want to look for exactlly

    The mouseDown and mouseUp events are single action events, so the button will only change positions on either the mouseDown or the mouseUp events. If you add a mouseMove event listener, then you can change the location of the button every time the square moves. Alternately, you could use an enterframe event to change the location of the button relative to the square. Try this code:
    sq.addEventListener(MouseEvent.MOUSE_DOWN, startDragging); // Start dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_UP, stopDragging); // Stop dragging square by user
    sq.addEventListener(MouseEvent.MOUSE_MOVE,dragButton);
    function stopDragging(evt:MouseEvent):void
    sq.stopDrag();
    function startDragging(evt:MouseEvent):void
    sq.startDrag();
    function dragButton(evt:MouseEvent):void {
              bt.x = sq.x;
              bt.y = sq.y;

  • Can I split the screen in Adobe to show more than one ducument at the same time? ie. view three different documents on one screen

    I am trying to look at three Adobe documents at the same time.  Can I split the screen to do this, otherwise I must keep flipping back and forth to read the documents.

    You can arrange the open windows in any way that suits you (assuming you're on Windows - not Touch - or Mac). You can't link the scrolling though.

  • Don't bother using the SDK timer during mouse down and mouse drag

    Yes, don't bother it does not work!
    The timer stops during these operations.

    Helllooo !?
    sorry but the Magic Mouse is just useless with the new Adobe Premiere CC and since I'm not the only one but can't find answer this is really disappointing. This mouse is just fantastic and now I have to swap from a USB mouse to the Magic Mouse every times I do some editing. My USB mouse if hurting my hand somehow and I want to got back to the Magic Mouse asap. Please - for sure there is a simple solution !
    Thanks !!

  • HT5361 I am about to slit my wrists trying to disable what seems to be widgets. Every time the mouse goes to the edge of the screen it fades and "provides" access to completely unwanted - even hated - widgets. Where is Steve Jobs when you need him?

    I offiially hate our mac. Would work with a PC in a heartbeat.

    Are you referring to the Dock?
    If it is the Dock that is bothering you, type: command, option, D (all three keys together). That will bring the Dock on the screen permanently.
    I do not know how to remove it permanently.

  • Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    Why am I having trouble importing vCards? I follow the Help Center instructions by dragging and dropping, but some don't sync into the cloud. And why can't I drag multiple vCards? I have over 4,000. Please tell me I don't have to do one at a time?

    carolinechx wrote:
    i know the description may be a little bit too confusing
    Mostly because you are not using any capital letters or paragraph returns and your post is difficult to read.

  • How to display JFrame objects in a sequence

    Hello,
    I have several classes that extend JFrame each of which represent a GUI screen for an application. I would like to display these screens one after another. I am creating objects from these classes in another class, in the sequence I wish them to be displayed. The problem I am facing is that all the screens are being displayed at once. Please let me know how can I display these screens in the order that I want.
    Please forgive me if I am out of topic as this is my first message posting.
    Thanks,
    Kalyan

    Hello,
    Thanks a lot for your help. I will definitely try it.
    Thanks,
    Kalyan
    hi
    i'm assuming that at any one time there is only one
    JFrame, ie. one screen you describe is displayed at
    any one time and all others are not visible.
    try using CardLayout. CardLayout allows you to add
    multiple components to the layout yet displays only
    one component at a time in whatever order you wish.
    So, have only one JFrame and add the other screens
    perhaps as JPanel objects to the frame.
    check the API docs on CardLayout - its quite nifty.
    Takis

  • Error on entering the Time widget to display the current/left video duration time

    Working with Adobe Captivate 6.0 (Version 6.0.1.240) and trying to include an interactive video demonstrating possibilities and features of our software, I've experienced some issues.
    When entering the Time widget to display the current/left video duration time, Adobe Captivate is closed with the following error:
    [Window Title]
    Adobe Captivate
    [Main Instruction]
    "Adobe Captivate" has stopped working.
    [Content]
    Windows can check online for a solution to the problem.
    [^] Close details  [Check online for a solution to the problem and close the program] [Close the program] [Debug the program]
    The program works the same way when using other widgets such as ArrowWidget, AskAnExpert, Browser, CheckBoxes, Combobox, etc.
    What could be the most possible reason for that?

    Hello guys,
    thank you for trying to help me.
    to Lilybiri: I use the Timer widget included with Captivate 6, Version 6.0.1.240. That's why it doesn't show the time. Could you please tell me if it is possible to display the current/left video duration time? If so, how we can do that?
    to Vishhere: Yes, this is happening when I insert interactions or widgets from the Insert Menu. I reset the default preferences as you suggested. Unfortunately, it didn't help.
    When I go for inserting any interactive element or a widget from Insert/ Widget/Interactions the application is closed and an error message appears like the screenshot given here:

  • How do I display AS3 Object in only one state?

    I created a AS3 object from a SWFLoader class as an animation, which I then place in a Flex stage.  I need to display the object programmatically in only one state but there is no "includeIn()" method to include it in just one state.
    Right now, it is showing up on all of the flex states.  I add this object at different times and positions in the state.  Everything is fine except it displays in all the states.
    How do I display a AS3 object in only one state?
    Thank you.

    When i use visible property as you suggested, it works, but only on one object.  I am generating more than one of these objects, so there could be 3 or 4, etc of these objects displaying concurrently at different x y positions in the state.
    Is there a way to grab all of the objects created by this AS3 class at once and apply the visible property?
    thanx

  • How to rotate and translate an object at the same time??

    Hi, I have a problem with rotation and translation of an object at the same time. I wrote a behovior class for my object (a cylinder). When some conditions are true the cylinder is added to a robot arm. Then it is translated so that the cylinder would be very close to the arm (looks like the robot is holding it). And now the behavior should also rotate the cylinder because the angle is 0 and it should be 90. I can translate the object or I can rotate the object but when I'm trying to do it at the same time (I want to combine rotation and translation) it doesn't work.
    Could anyone help me, please :)

    You can used to Matrix3f
    This object is a rotation and translate matrix
    for example:
    private void componerTransformada(){
    Quat4f rot = new Quat4f((float) this.getRotacionSobreX(),(float) this.getRotacionSobreY(),
    (float) this.getRotacionSobreZ(),1.0f);
    Vector3f tras = new Vector3f(-4.0f,-4.0f,(-1)*this.getDistanciaDeLaCamara());
    this.setTransformacion(new Transform3D(new Matrix4f(rot, tras, 1.0f)));
    Quat4f is a matrix of ratation
    vector3f is a direction vector
    Transform3d is building with Quat4f and Vector3f.
    That is work i use this to situe the view of point.
    good locky

  • My grandsons new Apple refurbed 35g ipad keeps locking up with a black screen amd nothing else. I have reset it many times pressing the home and off buttons together but uit keeps locking up. Help,please!

    My grandsons new Apple refurbed 35g ipad keeps locking up with a black screen amd nothing else. I have reset it many times pressing the home and off buttons together but it keeps locking up. Help,please!

    Thank you for trying to help. I followed your instructions, it took 6 hours to download, and then said it could not solve the problem (something to do with error 9?). It will have to go back to Apple - its only 3 days since it came out of the package and its very disappointing for him. Looks like I have to hang around in the Apple store in Plymouth all tomorrow until they can fix it, or will change it. Thanks for your help.

Maybe you are looking for

  • Photoshop CS4 Wont open "photoshop quit unexpectedly"

    I installed an apple update and now photoshop wont open.  I already deleted the preferences and repaired permissions but still wont open.  Here is the crash log: Process:         Adobe Photoshop CS4 [240] Path:            /Applications/Adobe Photosho

  • SCOM Alert connector fighting with AD connector?

    I am experiencing some conflicts between the Operations Manager Alert connector and the Active Directory connector. They are both updating the same property values, but the values are not the same. Example: A User changes Department, and the Departme

  • Lots of problems with safari- Please help!

    My safari has not been working properly for the last few weeks.  It started that when I went to open a new tab- the address I typed in tab 2 would open in tab 1 and change the page in tab 1 and tab 2 would say untitled page or something similar.  Now

  • Article creation--How to create purchase view

    Hi, I am using BAPI_MATERIAL_MAINTAINDATA_RT to create Article. I am able to create article using Basic view, Log. DC view etc. There is no purchasing view in HEADDATA. Also fields like Purchase organization, net price etc are not present in any stru

  • Getting  10th oldest  from database

    Getting the oldest persons name from a database is easy. SELECT name FROM database WHERE dob = ( SELECT MIN(dob) FROM database ) ; but how would you get the 10th oldest or 100th oldest Regards