Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 7.61 KB

File metadata and controls

50 lines (39 loc) · 7.61 KB

compiledClipInstance summary

Inheritance Element object > Instance object > CompiledClipInstance object

Availability

Flash MX 2004.

Description

The CompiledClipInstance object is a subclass of the Instance object. It is essentially an instance of a movie clip that has been converted to a compiled clip library item (see Instance object).

Property summary

In addition to the properties of the Instance object, the CompiledClipInstance object has the following properties:

Property Description
compiledClipInstance.accName A string that is equivalent to the Name field in the Accessibility panel.
compiledClipInstance.actionScript - dropped Dropped in Adobe Animate.
compiledClipInstance.backgroundColor A string that specifies the matte color when Opaque is selected.
compiledClipInstance.description A string that is equivalent to the Description field in the Accessibility panel.
compiledClipInstance.blendMode A string that specifies the blend mode.
compiledClipInstance.brightness An int that contains the value set in the Color Effect Property Inspector for brightness.
compiledClipInstance.cacheAsBitmap A boolean that indicates whether to cache bitmaps.
compiledClipInstance.colorAlphaAmount An int that reduces or increases the tint and alpha values by a constant amount.
compiledClipInstance.colorAlphaPercent An int that reduces the tint and alpha values by a specified percentage.
compiledClipInstance.colorBlueAmount An int that reduces or increases the blue tint value by a constant amount.
compiledClipInstance.colorBluePercent An int that reduces the blue tint value by a specified percentage.
compiledClipInstance.colorGreenAmount An int that reduces or increases the green tint value by a constant amount.
compiledClipInstance.colorGreenPercent An int that reduces the green tint value by a specified percentage.
compiledClipInstance.colorMode A string that specifies the color mode, as identified in the Symbol Properties dialog.
compiledClipInstance.colorRedAmount An int that reduces or increases the red tint value by a constant amount.
compiledClipInstance.colorRedPercent An int that reduces the green tint value by a specified percentage.
Property Description
compiledClipInstance.description A string that is equivalent to the Description field in the Accessibility panel.
compiledClipInstance.filters An array of Filter objects.
compiledClipInstance.forceSimple A Boolean value that enables and disables the children of the object to be accessible.
compiledClipInstance.shortcut A string that is equivalent to the Shortcut field in the Accessibility panel.
compiledClipInstance.silent A Boolean value that enables or disables the accessibility of the object; equivalent to the inverse logic of the Make Object Accessible setting in the Accessibility panel.
compiledClipInstance.tabIndex An integer that is equivalent to the Tab Index field in the Accessibility panel.
compiledClipInstance.tintColor Aa Color object that, when the Color Effect Property Inspector is using style tint, returns the color applied to the tint.
compiledClipInstance.tintPercent A string that, when the Color Effect Property Inspector is using style tint, returns the tint percentage.
compiledClipInstance.useBackgroundColor A boolean that sets the background color.
compiledClipInstance.visible A boolean that sets visibility.