RETOUR
A
L ACCUEIL

//SelectionMemorise.jsx


//Creer d abord un calque .


numSelect = 1;

docRef = activeDocument


//docRef.selection.invert()

selectMemorise()


function selectMemorise()

{

docRef.selection.store(docRef.channels.add())

}


i = docRef.layers.length

docRef.activeLayer = docRef.layers[i-1];

docRef.activeLayer = docRef.layers[i-2];