-
1. Re: How do you create a advanced action that displays random text from a random pool of words?
Lilybiri Sep 24, 2014 6:57 AM (in response to wazooo)Advanced actions have no functions. You'll need to use Javascript in that case.
-
2. Re: How do you create a advanced action that displays random text from a random pool of words?
wazooo Sep 24, 2014 7:02 AM (in response to Lilybiri)Thanks for responding.
Let me know if this is possible below:
I have a variable called "score" where its been holding a number value from the beginning of movie.
How would i say if "score" is between 0-10, show slide 10, Then if "score" is between 11-20 show slide 11...etc.
-
3. Re: How do you create a advanced action that displays random text from a random pool of words?
Lilybiri Sep 24, 2014 7:17 AM (in response to wazooo)Use a conditional action with as many decisions as you have Jump to's to do. You only need the THEN, not the ELSE part:
Decision 1 'Low'
IF v_score is lesser or equal to 10
Jump to slide 10
Decision 2 'Intermediate'
IF v_score is greater than 10 AND
v_score is lesser or equal to 20
Jump to slide 11
....
-
4. Re: How do you create a advanced action that displays random text from a random pool of words?
wazooo Sep 24, 2014 8:34 AM (in response to Lilybiri)once you create the conditional actions. Do you assign it to the button?
-
5. Re: How do you create a advanced action that displays random text from a random pool of words?
wazooo Sep 24, 2014 8:35 AM (in response to wazooo)or do you assign it to the 'on enter' action or 'on exit' action?
-
6. Re: How do you create a advanced action that displays random text from a random pool of words?
wazooo Sep 24, 2014 8:42 AM (in response to wazooo)Thank you i have figured it out. I attached it to the button.
Thanks again
-
7. Re: How do you create a advanced action that displays random text from a random pool of words?
Lilybiri Sep 24, 2014 9:07 AM (in response to wazooo)It depends on when you want this to happen! All possible events that can trigger an action are in this post: Events and (advanced) Actions - Captivate blog


