diff --git a/CompiledClipInstance_object/compiledClipInstanc3.md b/CompiledClipInstance_object/compiledClipInstanc3.md index 0a003fb0..eaf68110 100644 --- a/CompiledClipInstance_object/compiledClipInstanc3.md +++ b/CompiledClipInstance_object/compiledClipInstanc3.md @@ -10,7 +10,7 @@ compiledClipInstance.blendMode #### Description -Property; a string that specifies the blend mode. Valid blend modes are: normal, layer, darken, multiply, lighten, screen, overlay, hardlight, add, subtract, difference, invert, alpha, and erase. +Property; a string that specifies the blend mode. Valid blend modes are: normal, layer, darken, multiply, lighten, screen, overlay, hardLight, add, subtract, difference, invert, alpha, and erase. #### Example diff --git a/Document_object/docum460.md b/Document_object/docum460.md index 7c40896a..1ac2534c 100644 --- a/Document_object/docum460.md +++ b/Document_object/docum460.md @@ -10,7 +10,7 @@ document.setBlendMode(mode) #### Parameters -**mode** A string that represents the desired blending mode for the selected objects. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardlight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase". +**mode** A string that represents the desired blending mode for the selected objects. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardLight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase". #### Returns diff --git a/SymbolInstance_object/symbolInstanc4.md b/SymbolInstance_object/symbolInstanc4.md index 2933d01c..691336fd 100644 --- a/SymbolInstance_object/symbolInstanc4.md +++ b/SymbolInstance_object/symbolInstanc4.md @@ -10,7 +10,7 @@ symbolInstance.blendMode #### Description -Property; a string that specifies the blending mode to be applied to a movie clip symbol. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardlight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase". +Property; a string that specifies the blending mode to be applied to a movie clip symbol. Acceptable values are "normal", "layer", "multiply", "screen", "overlay", "hardLight", "lighten", "darken", "difference", "add", "subtract", "invert", "alpha", and "erase". #### Example