// enable double clicking from the Macintosh Finder or the Windows Explorer #target photoshop function makeFramesFromLayers() { var id1 = stringIDToTypeID( "animationFramesFromLayers" ); var desc1 = new ActionDescriptor(); executeAction( id1, desc1, DialogModes.NO ); } makeFramesFromLayers();