Copy link to clipboard
Copied
I've created and advanced action for a click button. The properties are if the textbox is empty (v_null) to display a failure messge, if not display a correct message. The advanced action is working perfectly but it won't repeat it's self. So for example, if the user doesn't type something in text box and clicks the button, the script runs and gives the correct message, but if the user attempts to write someting after the first message pops in the text box and clicks on the button again, nothing displays. It's like the scipt will only run once.
Is there a way to have an advanced action repeat it's self?
Here is the script:


Copy link to clipboard
Copied
Captivate's Advanced Actions are event-driven. So you can only trigger them via some kind of on-screen event.
All of the events available to you are listed here:
http://www.infosemantics.com.au/adobe-captivate-advanced-actions/run-time-events
Once you've triggered the advanced action as a result of clicking a button, then you need another button click or event of some kind to run the action again. Captivate does not currently allow you to call an advanced action from another action.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more