// Code in the sending movie sendingLC = new LocalConnection(); sendingLC.send("lc_z", "moveZ", "audioZ", 2) // Code in the receiving movie receivingLC = new LocalConnection(); receivingLC.moveZ = function(param1, param2){ // Code to be executed } receivingLC.connect("lc_z");