Executing more than one advanced actions?
I am wondering if there is a way for an object or page to execute more than one advanced action, or have an advanced action script call another script (I.e., nested scripts).
For example, let's say I have an advanced action called "Close_all" that hides all the objects on the page. When the user clicks button A, it executes Close_All.
Now I add button B that has to do something else (e.g., show a different object) in addition to performing the same function as Close_All.
Is there a way I can execute Close_All in the advanced action script for button B without having to duplicate the Close_All script?
I don't want to have to create a copy of Close_All because if I have to change anything in that script, I would also have to remember to make the same change in all copies.
