Prevent autoplay of next step.
Hi guys.
Is it possible to prevent an autoplay of the next step of a sequence when the step is over?
I would like to add a kind of check or acknowledge from the user befpre starting the next step.
Thanks in advance.
Hi guys.
Is it possible to prevent an autoplay of the next step of a sequence when the step is over?
I would like to add a kind of check or acknowledge from the user befpre starting the next step.
Thanks in advance.
Hi
I am not sure if I understand the issue correctly - accutally when I am playing a step e.g.
{angular.element(document.getElementById(modelName)).scope().play(); }, 100);
It will play the current step and will switch to the next step. Is this the problem. Do you need to switch back the current step?
What you mean with animation? Here I need to clarify that in terms of Creo illustrate that we have animation and sequences. The sequence contains steps but the animation has no steps. Ok a step of sequence could animate some movements and also we could copy an animation into a step (using 2 different Creo Illustrate sessions , not sure if in the mean time is in one session possible, does not check it indeed ) But still they are different feature in Creo Illustrate and therefore we need to clarify.
Could you explain on an example what is the problem. How do you start the sequence… animation – play , playAll or some scripts.
On possible way is to synchronize the call of the currently executed step with the next step. This could be done when you call the function one time and the next call is from an step complete event . Here I want to refer to the tech tip "List of Vuforia Studio events which we could be used as listener by javaScript/angular.js" Item 2
Here is shown how to define an event which will call a callback function when a step is completed.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.