hi again

I used a Director Xtra called Zscript from Zeus Productions http://www.zeusprod.com/products/zscript.html - this handles all of the applescript commands. There are examples of scripting on the Zeus website.

You just name the Mac you want to control (in this case plasa) and use the Director scripting to send Applescript commands to the application on that mac i.e.

tell application "Virtuoso" of machine "eppc://plasa.local
PEvent "recall macro 1"
End Tell

So you could get one of your mac to trigger the others by sending an applescript command - that is if the Director runtime can be controlled by Applescript.

Clear as mud?

Nev.