In a shooter I am making, I have encountered several large blocks of actions like this:
<img src="http://dl.dropbox.com/u/90875920/Lotsofaction.jpg" border="0" />
Nearly all of the properties in the code above are inherited from a family, so all I need to do is change the object the action is affecting.
Unfortunately, I have to change each action one at a time. Is there a way I can change multiple actions at the same time?