Change speed effect activated by a tip Action

Hello

I created a course that activate by advanced on a button click action. The movement is too slow and I want to reduce the amount of time it takes to get by half. I opened the xml file in the hope of locating the numbers I could change to increase the speed. Any suggestions? Here is the XML of the trajectory.

I'm working on a mac using Captivate 7.

Thank you

Nancy

< effect_sequence = "3.0" item_duration >

< name of effect = "RightToLeft-Ease" display_duration = "2.0" appear_after = "0,0" enabled = "1" >

"< xmlns =" "fl.motion. * movement" xmlns:geom = "flash.geom. *" xmlns:filters = "" flash.filters. * "duration ="60">"

< source >

< source frameRate = "30" x = "351.7" y = "75.2" scaleX = scaleY '1' = '1' rotating '0' = 'movie clip' elementType = InstanceName = 'abc' NomSymbole = 'Symbol 1' >

< size >

< left top = "-97" geom:Rectangle = "-50" width = "97" height = "50" >

< / geom:Rectangle >

< / size >

< transformationPoint >

< geom:Point = "0.5030927835051546" x y = "0,506" >

< / geom:Point >

< / transformationPoint >

< / source >

< / source >

< effect_config effect_type = "motion_path" >

< config_item display_name = "ease:" >

< effect_property type = "number" name = 'EASE' default_value = '0' valid_range = '{{-100,100}}' decimal_places '0' = modifiers = "{offset: 0, multiplier: 0.01} ' increment = value '1' = '0' >

< / effect_property >

< / config_item >

< / effect_config >

< keyframe index = "0" tweenSnap = "true" tweenSync = "true" x = "0.00000000" y = "0.00000000" >

<>interpolation

< Ease SimpleEase 'EASE' = >

< / SimpleEase >

< / tweens >

< / keyframe >

< keyframe index = "59" tweenSnap = "true" tweenSync = "true" x = "-362.50000000" y = "1.50000000" >

< / keyframe >

< / movement >

< / effect >

< / effect_sequence >

How about this?

Tags: Adobe Captivate

Similar Questions

  • Apply several effects to an object in a tip Action / Flash output

    Hello

    Played around with the application of effects through advanced Actions. It seems that if a tip Action is put in place to apply multiple effects on the same object, only the last effect in the sequence of commands executed in the tip action (possible / far right) would play when Flash is published. This should or am I missing something here?

    Doesn't seem to be a problem when publishing to HTML5.

    It is very old, but except for the changes in the user interface, the custom effects still work the same way:

    Trajectories and custom effects reuse - Captivate blog Edition

    Three steps (even that has not changed yet):

    1. Create effects stacked as time-based effect. Look at this timeline
    2. Save the effect (there is now a disk button), remove the three effects stacked, then apply the custom effect (use the Browse button). This is necessary for your custom effect see when using the effect of applying advanced actions order
    3. Use apply effect and you will see a new category "Custom" from which you can choose the custom effect. I did not test how changes in the duration effect those stacked, sorry.
  • Tip action DOES not work in the Flash output

    Hello

    I created a module in line with Captivate 9 using an advanced conditional action to display the button at the end of 2 sections.

    The trigger works well in the release of HTML5, but it does not work in the Flash output: users need to go back to the slide with the action advanced a second time in order to show the next button.

    It is the created tip action:

    advanced_action.png

    Help, please. Thank you

    Lisa

    Change the order in the updated standard measure jump to slide as last order, or at least after the command of the increment.  The actions are executed in sequence, if you jump first to this slide, where the on enter event is executed, the variable has not yet been incremented. Try to see if it solves the problem. HTML is different from SWF to react (it is converted to JS so that SWF to ACE).

    You post the screenshot of the timeline.

    Moreover, as I have indicated already, I would add continue to the part of the TIME as well as the ELSE part. I learned that, in certain circumstances, a conditional action with that one decision, and no ELSE part does not work well. It is not a problem if you have several decisions.

  • How can I change the effects in the first?

    How can I change the effects in Adobe Premiere?

    Open the effect controls panel in the window menu. Clicking a clip will show you the intrinsic effects such as movement, opacity, speed, then lower than that will have video effects and below that would be all you've applied audio effects.

  • Fade to within the tip Action

    Is it possible to fade an object from in a tip action?  I use 'Show', but neither the ' Transition: fade in only "or the"AlphaFromTo", when applied to the object, seems to do the trick.  Other methods available?

    Thank you

    The f

    Sorry, there seems to be a misunderstanding. Will try to explain.

    If you apply an effect to an object, the effect has a "duration". When you 'show' object and you want to see the effect applied, the playback head must be able to move to that effect. That is why I asked how you applied the Alpha effect. An effect can be applied with the 3 workflow:

    • Time-based: it is one you use, the effect won't be visible only with a Show command to all the
    • Triggered by an interactive object
    • Triggered by a command in a tip action

    Look at this timeline:

    The button has a 'Show Star' action without letting go of the playback head. The AlphaFromTo takes 2secs. If I put the timeline star at the beginning of the slide, when you use the command Show Star, the beginning will show in its current state, which would be with a fairly high Alpha. When you move the star timeline like I did here, the star will show but with a low coefficient Alpha, very dimmed. Perhaps this best explains why using a time-based effect makes no sense at all.

    If you use the effect in the tip action, you should have out the read head as well. It is not true that you cannot go back to an 'image', I told her micro-navigation there are many versions, it's a little heavy, but it is possible: Micro-Navigation in Adobe Captivate - Captivate blog

    David (TLCMediaDesign) could certainly offer a workflow JS as well for navigation between images.

    Sorry, today, I find more time to provide a working solution.

  • Tip action that run only once

    Hello

    Question: What is the best way to get a tip action to execute only once during the lifetime of an execution?

    My script: I have a project with 80 slides in there to learn. Slide 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, I use onEntry event to perform actions advanced designed for each of these numbers. Given that users are allowed to go forward and backward slide, slide 10-100 event are executed several times, depending on how much time users visit these specific slides. My question is, what is the most effective way to ensure that a tip action is executed only once. Say a user reached slide 10 and advanced action "foo10" is executed. If this user has decided to return to slide 10, I don't want to foo10 advanced action to be executed again.

    My solution: I would create Boolean variables for each of the advanced actions. foo10 ... foo100. If the corresponding var bool is false, do not run the action, run another action assigned.

    Question: What is the best way to get a tip action to execute only once during the lifetime of an execution?

    Thank you.

    If it was a success (for an interactive object) event, you could disable this object with the same action as the advanced conditional action. Using the system variable LastVisitedSlide will probably exclude not all possible situations. A Boolean variable is probably the best choice. Since you're on 9 Captivate, make sure to use shared instead of shares advanced actions, you will save time (and the size of the file).

  • Tip action does not work when I add a second block of decision

    I'm writing an advanced action 8 Captivate. In response to a question about the points, the user types a number in a text entry area. When they support, the fast action will assess the number. If it is 10, the program should jump to a slide that shows that 10 is the right answer. (When I do just that in a single block of decision, it works.)

    However, the full tip action must assess if the value is higher or lower than 10, then return the user to the question slide and displays an appropriate message. When I add the part in a second decision block, advanced action performs as expected if an incorrect value is entered, but does not work if the correct value is entered. It does is display the question slide once again.

    Here is the code:

    Captivate advanced actions code_01.jpg

    Any ideas on what I am doing wrong? Should there be an ELSE statement in the first block of decision? I tried to continue, but that did not help.

    -Stuart

    The logic of your advanced action is not correct. All decisions are always evaluated. What is happening here is the following:

    1. First decision check if var is equal to 10; If this is the case, it will change to slide 2
    2. Second decision check if var is greater than 10, if it is accurate, it will move on to slide 1. I guess the capPoints1High is ON slide 1?
    3. BUT here's the logic bug: If If is not greater than 10, which is also the case when it is equal to 10, it will change to slide 1, although already, he jumped to slide 2 first with the first decisioin

    Two possible solutions:

    1. decision of the switch 1 and 2 (one easier)
    2. remove the ELSE part of decision 2 and create a decision 3 to check if var is less than 10
  • Tip action works do not html5

    Hello

    I use Adobe Captivate 8.0.2.266.

    I'm having a problem with a tip action that works very well when published as SWF but not HTML5


    I have a widget of box with the text in the box "I have read and understood the statement that precedes" and a right Variable name

    I also have a text button with a tip action that is:

    IF agreement is equal to "I have read and understood the statement that precedes"

    Assign the cpLock with 0

    Assign the cpCmdShowPlaybar with 1

    Go to the next slide

    As I said works well when it published as a SWF but not in HTML5 ideas why this might be? I use a local uniserver to view HTML5 content it does not work from its location in windows Explorer (if I do the box even appears).

    Any advice would be greatly appreciated.

    Thank you

    OK, I built a test based on what you described. It does not in HTML5.

    I've created and another statement that alerts (agreement == "I have read and understood the above statement") and alerts set to true.

    I also put a text caption that displays the agreement, and it shows the text correctly when you select the check box.

    The problem is that Captivate puts an extra set of quotation marks around the text in the CPM.js:

    "if ((cp.ho(\'agreement\') == cp.ho (\'"I have read and understood the statement above "\"))) "

    If you change if it will work:

    "if ((cp.ho(\'agreement\') == cp.ho (\'I have read and understood the statement above\')))"

  • Captivate adds 'continue' to tip Action when the form is removed

    Hello

    I discovered a 'feature' particularly embarrassing to Captivate, which can be demonstrated as follows.

    1. Add a smart shape to a slide, and name it TestShape.
    2. Create a new tip Action and call the TestAction (in this example to use Action Standard, but the behavior occurs also for conditional Action)
    3. Add action (step) see-> TestShape.
    4. Record peak Action.
    5. In the slide, delete TestShape. In other words, the first action (step) TestAction is more can be performed.
    6. Open the Advanced Action and watch Action of Test.
    7. You will see, that Captivate added continue as an action (step), instead of the broken action.

    This has caused problems for me in complex actions. I did the design, including changes (for example deleting messages I no longer want to show/hide forms), and do not realize that this caused additional to continue actions in my Advanced Actions. It manifests in 'jump' behavior where I expect the slide to be paused.

    To remedy this, I now need to review all my Actions advances before publishing, to do that there is no step to keep unwanted included.

    Everyone knows this? Advice / tips on how to avoid this problem?

    Thank you

    Sarah.

    Sarah, who has always been the case. I've already filed an application so that the continue replaced in this case with a clear warning. But no response yet.

    Lilybiri

  • Tip action CP5 need help with conditions...

    Hello

    I created my own multiple question (MC) with 4 theeorie response which 3 are fair and 1 is wrong.

    As soon as a true/false response is checked, a tip action is performed - check mark in the box as shown and "feedback" to answer.

    In the case of a good answer - any previous response feedback is hidden, but the check box answers correct stay while evil answer checkmark is hidden.

    An example of the tip action for one of the three answers:

    Advanced action right.jpg

    This is what looks like the question until the answer to my question must be implemented:

    Question.jpg

    Now to my question:

    At the end of the responses, I would like to the user get a message: CONGRATULATIONS...

    This should appear when all 3 answers have been selected.

    After CONGRAT... message, they can then click on continue button to continue training.

    I'm curious to any suggestion on how to achieve this

    Thanks in advance for the answer.

    Best regards

    Stephanie

    OPTION A:

    The measures to achieve the congratulations message on the same Blade (which is the issue) 1. Actions such as B_Selected, C_Selected etc must be conditional actions instead of the standard actions, that they are at the moment.

    2. four variables must be created in project-> Variables-> add new. These can be called a, b, c, d and a value of 0 (zero), which means that the option is not selected 3. In the conditional action B_selected first requirement should be something like

    If (1 corresponds to 1)

    {

    See the TC_Correct_B

    See the Image_230

    Hide Image_233

    Hide TC_Wrong_A

    Hide TC_Correct_C

    Hide TC_Correct_D

    Assign b = 1

    }

    4. in the second step of the action itself i.e. B_selected, follow these steps

    If (a is 0 & b is equal to 1 & c equals 1 & d is equal to 1)

    See the TC_Congratulations

    All actions should have these two conditions and if there are actions such as B_unselect, then 'assign b = 0' in such actions.

    OPTION B

    On the other hand, if it is showing the message of congratulations on the next slide, it will be simpler as this 1. Create four variables a, b, c, and d = 0 2. In actions such as B_Selected (no need to change to conditional action), add a statement 'assign b = 1'.

    3. in the actions such as B_unselected, add a statement 'assign b = 0'.

    4. at the exit of the slide execute advanced action, which will be a conditional action as follows:

    If (a is 0 & b is equal to 1 & c equals 1 & d is equal to 1)

    Go to the next slide

    On the other

    Jump to slide _

    5. on the next slide write the message of congratulations.

    Kind regards

    Vautrin

  • Tip action does not follow the direction 'else '.

    Hello

    I use 8 Captivate and trying to create a tip action putting in question a matter of access point.

    Currently I have:

    If (all conditions are met):

    If cpQuizInfoAnswerChoice [is to] 0 ((literal - as generated by Captivate)

    Then:

    Run the Javascript: window.cpAPIInterface.setVariableValue ("cpQuizInfoAnswerChoice", "OK");

    Another thing:

    Run the Javascript: window.cpAPIInterface.setVariableValue ("cpQuizInfoAnswerChoice", "Invalid");

    (FWIW, I am confident in the "then" Javascript, have used this script in similar advanced conditional actions.)

    However, regardless of whether cpQuizInfoAnswerChoice is 0 (that is, correct) or appears empty (that is, incorrect), advanced action always returns the If condition (if the parameters are respected).

    I suppose one way to solve this would be to understand what is generated by Captivate for cpQuizInfoAnswer when the question is incorrect, but can't seem to find. Another way would be to create an advanced conditional action based on the question if the question has been marked as Correct or Incorrect, but this doesn't seem to be an easy option.

    I would appreciate any suggestions on how to work around this problem!

    I haven't tried the custom hotspots, but will be for future projects - it's more trouble than it was worth.

    I end up creating multiple points of access, with the first (= 0) being a "dummy" and the second (= 1) being the right answer. Then, I created my conditional Action advanced to return "Incorrect" If the answer is 0 or null (because the system identifies equivalents) and "correct" If the answer is 1.

    Thanks for all your help in this, Lilybiri!

  • Hide various objects on different slides with the same tip Action

    I'm quite new to Captivate and because of that I'm fighting for the search feature, I need. I have a project of say 40 slides. On each slide, I have a button field on the left side guide and when clicked I have a window scroll from left to right, in the main frame of the window.

    Also on each slide is an object that displays specific information (usually in the form of text) with the previous buttons and following attached to it (its actually just a PNG image with the buttons "Previous" and "Next" with click boxes on them).

    The problem I have is when I click on the field guide that I want to hide this information object. I can easily do this in a tip for 1 slide action but when I want to the same tip action allows to always hide the information object of the current slide that I meet problems. If I was able to name objects of the same name is not a problem.

    The only "fast" solution I have is that each object information on each slide set to hide when I open the guide and then visible when I close the guide.

    Is their a better solution or does this supposed same matter?

    Thanks in advance

    Why you not time the objects for the rest of the project, always on top? In this case, you will have an ID (I recommend you even a group). BUT: This means that you cannot use boxes to click but must spend much more flexible form buttons.

    Why I like the shape buttons - Captivate 6! -Captivate Blog

    Apparently you are not familiar with the shared actions nor.

  • Tip action to show only a previous button on a slide so the learner clicked on the button Submit on Drag and Drop

    I am a user of long date Captivate and have dabbled with advanced Actions and Variables, so know just enough to get me in trouble. Hoping someone can help me with what I hope is a simple tip action:

    I am currently using CP8 and created a training where learners click on a map of building to go to different "rooms" to complete an interaction drag-and - déposer a certain topic related HR. The problem is that some of my learners test forget what 'rooms' they have already read and will click on those they have already visited. I added a back button, so that they can return to the map if they made a mistake, but now they are able to leave the slide without completing the interaction drag and drop.

    Basically, I need to hide the back button unless the learner has already completed (for example, the user clicks on the button submit to) the Drag and Drop interaction, but I'm not sure how to set up. Can anyone help?

    Thank you!

    Hide the button back to begin with. A tip action can be triggered by an event the success and failure of the & slipped. I guess that you will need at least two commands:

    • View the "back" button
    • Go to the next slide.

    It seems the simplest solution. You can also ignore the slide D & D when they enter a second time, but then you will need a Boolean variable to be turned on/off by these same events and a conditional action on which checks this variable and immediately jumps to the next slide when it is set to 1.

  • How to change an effective policy in host and Cluster mode?

    HI -.

    I struggle to change policy effective default on 'Custom' in vCOPS host and Cluster view.

    I notice that I can go to the view of the group, create a group and associate a strategy with the group.
    But I don't want to use groups. I like the host and Clusters main view and prefer to be able to change an effective policy on a live cluster from this point of view.

    Possible?

    Type r

    Björn.

    Hello Björn.

    Only groups can be used to associate a policy customized to objects.

    Thank you

    Alex D.

  • Need help creating tip Action for Navigation "Inside-the-same-slide" to let the user Play slide again

    I use 8 Captivate. It is a scenario of HTML5.

    I have need of a button which will allow the user to "replay" the slide. I don't want the button to take the user to the front, back, or do anything else. I want the button to start the slide at the beginning and play without interruption until the end.

    I am looking for help on how to do this using variables and advanced for HTML5 actions or, Alternatively, recommendations on the good tutorials for advanced actions. I prefer the tutorials that will allow me to start at the bottom. I was not able to find tutorials advanced action that assume no prior experience.

    I know that each new user must say this, and I'm afraid that's true for me too. If I can't create a HTML5 work quickly replay button, it will get me in trouble with the client.

    Try this:

    cpCmndGotoSlide is a system variable, which the index starts at 0. The variable cpInfoCurrentSlide system includes an index starting at 1. The reason for the subtraction in this Expression. You need to add continue because a tip action will not release the read head.

    Why choose Standard Simple action? -Captivate Blog

Maybe you are looking for