<?xml version="1.0"?>
<customactions>
  <actionspanel filetype="jsfl" tooltip="Flash JavaScript File">

      <folder name="BitmapInstance" index="true" tiptext="Subclass of Instance; a bitmap on the Stage" helpid="4001">

        <folder name="Methods" tiptext="Methods of the BitmapInstance object" helpid="4002">
          <string name="getBits" object="bitmapInstance" text=".getBits(% bitmap %)" tiptext="Gets bits from a bitmap" helpid="4003"/>
          <string name="setBits" object="bitmapInstance" text=".setBits(% bitmap %)" tiptext="Sets bits of a bitmap" helpid="4004"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the BitmapInstance object" helpid="4005">
          <string name="hPixels" object="bitmapInstance" text=".hPixels" tiptext="Width of BItmapInstance in pixels" helpid="4006"/>
          <string name="vPixels" object="bitmapInstance" text=".vPixels" tiptext="Height of BItmapInstance in pixels" helpid="4007"/>
        </folder>
  
        </folder>
  
      <folder name="BitmapItem" index="true" tiptext="Subclass of Item; a bitmap symbol in the Library" helpid="4008">

        <folder name="Properties" tiptext="Properties of the BitmapItem object" helpid="4009">
          <string name="allowSmoothing" object="bitmapItem" text=".allowSmoothing" tiptext="If true, smooths edges of bitmap with anti-aliasing" helpid="4010"/>
          <string name="compressionType" object="bitmapItem" text=".compressionType" tiptext="Specifies compression type for export" helpid="4011"/>
          <string name="quality" object="bitmapItem" text=".quality" tiptext="Quality for JPEG compression" helpid="4012"/>
          <string name="useImportedJPEGQuality" object="bitmapItem" text=".useImportedJPEGQuality" tiptext="If true, imported JPEG's quality for export" helpid="4013"/>
        </folder>
  
        </folder>
  
      <folder name="CompiledClipInstance" index="true" tiptext="Subclass of SymbolInstance; a compiled clip instance on the Stage" helpid="4014">

        <folder name="Properties" tiptext="Properties of the CompiledClipInstance object" helpid="4015">
          <string name="accName" object="compiledClipInstance" text=".accName" tiptext="Name of an object, used by screen reader" helpid="4016"/>
          <string name="actionScript" object="compiledClipInstance" text=".actionScript" tiptext="String representing the ActionScript on an instance" helpid="4017"/>
          <string name="description" object="compiledClipInstance" text=".description" tiptext="Description of the object, used by screen reader" helpid="4018"/>
          <string name="forceSimple" object="compiledClipInstance" text=".forceSimple" tiptext="If true, the children of the object are not accessible to screen reader" helpid="4019"/>
          <string name="shortcut" object="compiledClipInstance" text=".shortcut" tiptext="An object's runtime shortcut key" helpid="4020"/>
          <string name="silent" object="compiledClipInstance" text=".silent" tiptext="If true, object is not read by screen reader" helpid="4021"/>
          <string name="tabIndex" object="compiledClipInstance" text=".tabIndex" tiptext="tabIndex value of an object" helpid="4022"/>
        </folder>
  
        </folder>
  
      <folder name="ComponentInstance" index="true" tiptext="Subclass of SymbolInstance; a component instance on the Stage" helpid="4023">

        <folder name="Properties" tiptext="Properties of the ComponentInstance object" helpid="4024">
          <string name="parameters" object="componentInstance" text=".parameters" tiptext="Component's parameters" helpid="4025"/>
        </folder>
  
        </folder>
  
      <folder name="ComponentsPanel" index="true" tiptext="Components panel" helpid="4026">

        <folder name="Methods" tiptext="Methods of the ComponentsPanel object" helpid="4027">
          <string name="addItemToDocument" object="componentsPanel" text=".addItemToDocument(% position, categoryName, componentName %)" tiptext="Adds component to the document" helpid="4028"/>
        </folder>
  
        </folder>
  
      <folder name="Contour" index="true" tiptext="A closed path of half edges" helpid="4029">

        <folder name="Methods" tiptext="Methods of the Contour object" helpid="4030">
          <string name="getHalfEdge" object="contour" text=".getHalfEdge()" tiptext="Returns a halfEdge object" helpid="4031"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Contour object" helpid="4032">
          <string name="interior" object="contour" text=".interior" tiptext="If true, contour encloses an area" helpid="4033"/>
          <string name="orientation" object="contour" text=".orientation" tiptext="Integer indicating the orientation of a contour" helpid="4034"/>
        </folder>
  
        </folder>
  
      <folder name="Document" index="true" tiptext="The Stage" helpid="4035">

        <folder name="Methods" tiptext="Methods of the Document object" helpid="4036">
          <string name="addDataToDocument" object="document" text=".addDataToDocument(% name, type, data %)" tiptext="Stores data with a document" helpid="4037"/>
          <string name="addDataToSelection" object="document" text=".addDataToSelection(% name, type, data %)" tiptext="Stores data with selected objects" helpid="4038"/>
          <string name="addItem" object="document" text=".addItem(% position, item %)" tiptext="Adds an Item from the Library to the Stage" helpid="4039"/>
          <string name="addNewLine" object="document" text=".addNewLine(% startPoint, endPoint %)" tiptext="Draws a line on the Stage" helpid="4040"/>
          <string name="addNewOval" object="document" text=".addNewOval(% boundingRectangle [, bSuppressFill] [, bSuppressStroke] %)" tiptext="Draws an oval on the Stage" helpid="4041"/>
          <string name="addNewPublishProfile" object="document" text=".addNewPublishProfile(% [profileName] %)" tiptext="Adds a new publish profile" helpid="4042"/>
          <string name="addNewRectangle" object="document" text=".addNewRectangle(% boundingRectangle, roundness [, bSupressFill] [, bSuppressStroke] %)" tiptext="Draws a new rectangle on the Stage" helpid="4043"/>
          <string name="addNewScene" object="document" text=".addNewScene(% [name] %)" tiptext="Adds a new scene" helpid="4044"/>
          <string name="addNewText" object="document" text=".addNewText(% boundingRectangle %)" tiptext="Inserts a new empty text field" helpid="4045"/>
          <string name="align" object="document" text=".align(% alignmode [, bUseDocumentBounds] %)" tiptext="Aligns the selection" helpid="4046"/>
          <string name="allowScreens" object="document" text=".allowScreens()" tiptext="Checks if the Screen Outline is available" helpid="4047"/>
          <string name="arrange" object="document" text=".arrange(% arrangeMode %)" tiptext="Arranges the selection" helpid="4048"/>
          <string name="breakApart" object="document" text=".breakApart()" tiptext="Breaks apart the current selection" helpid="4049"/>
          <string name="canEditSymbol" object="document" text=".canEditSymbol()" tiptext="If true, the editSymbol() method can be used" helpid="4050"/>
          <string name="canRevert" object="document" text=".canRevert()" tiptext="Indicates if a document can be reverted" helpid="4051"/>
          <string name="canTestMovie" object="document" text=".canTestMovie()" tiptext="Indicates if movie can be tested" helpid="4052"/>
          <string name="canTestScene" object="document" text=".canTestScene()" tiptext="Indicates if current scene can be tested" helpid="4053"/>
          <string name="clipCopy" object="document" text=".clipCopy()" tiptext="Copies the selection selection to the Clipboard" helpid="4054"/>
          <string name="clipCut" object="document" text=".clipCut()" tiptext="Cuts the selection to the Clipboard" helpid="4055"/>
          <string name="clipPaste" object="document" text=".clipPaste(% [bInPlace] %)" tiptext="Pastes the Clipboard into the document" helpid="4056"/>
          <string name="close" object="document" text=".close(% [bPromptToSaveChanges] %)" tiptext="Closes the current document" helpid="4057"/>
          <string name="convertLinesToFills" object="document" text=".convertLinesToFills()" tiptext="Converts lines to fills on selected objects" helpid="4058"/>
          <string name="convertToSymbol" object="document" text=".convertToSymbol(% type, name, registrationPoint %)" tiptext="Converts selected items to a new symbol" helpid="4059"/>
          <string name="deletePublishProfile" object="document" text=".deletePublishProfile()" tiptext="Deletes the current publish profile" helpid="4060"/>
          <string name="deleteScene" object="document" text=".deleteScene()" tiptext="Deletes the current scene" helpid="4061"/>
          <string name="deleteSelection" object="document" text=".deleteSelection()" tiptext="Deletes the selection from the Stage" helpid="4062"/>
          <string name="distribute" object="document" text=".distribute(% distributemode [, bUseDocumentBounds] %)" tiptext="Distributes the selection" helpid="4063"/>
          <string name="distributeToLayers" object="document" text=".distributeToLayers()" tiptext="Distributes the current selection to layers" helpid="4064"/>
          <string name="documentHasData" object="document" text=".documentHasData(% name %)" tiptext="If true, there is persistent data" helpid="4065"/>
          <string name="duplicatePublishProfile" object="document" text=".duplicatePublishProfile(% [profileName] %)" tiptext="Duplicates the current profile" helpid="4066"/>
          <string name="duplicateScene" object="document" text=".duplicateScene()" tiptext="Duplicates the current scene" helpid="4067"/>
          <string name="duplicateSelection" object="document" text=".duplicateSelection()" tiptext="Duplicates the selection" helpid="4068"/>
          <string name="editScene" object="document" text=".editScene(% index %)" tiptext="Sets the specified scene to be the current one" helpid="4069"/>
          <string name="enterEditMode" object="document" text=".enterEditMode(% [editMode] %)" tiptext="Enters an edit mode for a symbol or group" helpid="4070"/>
          <string name="exitEditMode" object="document" text=".exitEditMode()" tiptext="Exits an edit mode" helpid="4071"/>
          <string name="exportPublishProfile" object="document" text=".exportPublishProfile(% fileURI %)" tiptext="Exports the current publish profile to  file" helpid="4072"/>
          <string name="exportSWF" object="document" text=".exportSWF(% [fileURI] [, bCurrentSettings] %)" tiptext="Exports document as a SWF" helpid="4073"/>
          <string name="getAlignToDocument" object="document" text=".getAlignToDocument()" tiptext="Returns the value of the Align to Stage setting" helpid="4074"/>
          <string name="getCustomFill" object="document" text=".getCustomFill(% [locationOfFill] %)" tiptext="Returns the Fill object of selection or toolbar" helpid="4075"/>
          <string name="getCustomStroke" object="document" text=".getCustomStroke(% [locationOfFill] %)" tiptext="Returns the Stroke object or toolbar setting" helpid="4076"/>
          <string name="getDataFromDocument" object="document" text=".getDataFromDocument(% name %)" tiptext="Returns the value of the named data" helpid="4077"/>
          <string name="getElementProperty" object="document" text=".getElementProperty(% propertyName %)" tiptext="Returns the specified Element property" helpid="4078"/>
          <string name="getElementTextAttr" object="document" text=".getElementTextAttr(% attrName [, startIndex] [, endIndex] %)" tiptext="Returns the specified TextAttrs property" helpid="4079"/>
          <string name="getSelectionRect" object="document" text=".getSelectionRect()" tiptext="Returns the bounding rectangle of the selection" helpid="4080"/>
          <string name="getTextString" object="document" text=".getTextString(% [startIndex] [, endIndex] %)" tiptext="Returns the text string of the selected text" helpid="4081"/>
          <string name="getTimeline" object="document" text=".getTimeline()" tiptext="Returns the current timeline" helpid="4082"/>
          <string name="getTransformationPoint" object="document" text=".getTransformationPoint()" tiptext="Returns the location of the transformation point" helpid="4083"/>
          <string name="group" object="document" text=".group()" tiptext="Converts the selection to a group" helpid="4084"/>
          <string name="importPublishProfile" object="document" text=".importPublishProfile(% fileURI %)" tiptext="Imports a publish profile from file" helpid="4085"/>
          <string name="importSWF" object="document" text=".importSWF(% fileURI %)" tiptext="Imports a SWF into the document" helpid="4086"/>
          <string name="match" object="document" text=".match(% bWidth, bHeight [, bUseDocumentBounds] %)" tiptext="Makes the size of selected objects equal" helpid="4087"/>
          <string name="mouseClick" object="document" text=".mouseClick(% position, bToggleSel, bShiftSel %)" tiptext="Performs a mouse click" helpid="4088"/>
          <string name="mouseDblClk" object="document" text=".mouseDblClk(% position, bAltDown, bShiftDown, bShiftSelect %)" tiptext="Performs a mouse double click" helpid="4089"/>
          <string name="moveSelectedBezierPointsBy" object="document" text=".moveSelectedBezierPointsBy(% delta %)" tiptext="Moves the selected Bezier points" helpid="4090"/>
          <string name="moveSelectionBy" object="document" text=".moveSelectionBy(% distanceToMove %)" tiptext="Moves the selection" helpid="4091"/>
          <string name="optimizeCurves" object="document" text=".optimizeCurves(% smoothing, bUseMultiplePasses %)" tiptext="Opimizes the curves of the selected shape" helpid="4092"/>
          <string name="publish" object="document" text=".publish()" tiptext="Publishes a document" helpid="4093"/>
          <string name="removeDataFromDocument" object="document" text=".removeDataFromDocument(% name %)" tiptext="Removes persistent data from document" helpid="4094"/>
          <string name="removeDataFromSelection" object="document" text=".removeDataFromSelection(% name %)" tiptext="Removes persistent data from selected objects" helpid="4095"/>
          <string name="renamePublishProfile" object="document" text=".renamePublishProfile(% [profileNewName] %)" tiptext="Renames the current publish profile" helpid="4096"/>
          <string name="renameScene" object="document" text=".renameScene(% name %)" tiptext="Renames the selected scene" helpid="4097"/>
          <string name="reorderScene" object="document" text=".reorderScene(% sceneToMove, sceneToPutItBefore %)" tiptext="Reorders specified scene" helpid="4098"/>
          <string name="resetTransformation" object="document" text=".resetTransformation()" tiptext="Resets the transformation matrix" helpid="4099"/>
          <string name="revert" object="document" text=".revert()" tiptext="Reverts the specified document" helpid="4100"/>
          <string name="rotateSelection" object="document" text=".rotateSelection(% angle [, rotationPoint] %)" tiptext="Rotates a selection" helpid="4101"/>
          <string name="save" object="document" text=".save(% [bOkToSaveAs] %)" tiptext="Saves document" helpid="4102"/>
          <string name="saveAndCompact" object="document" text=".saveAndCompact(% [bOkToSaveAs] %)" tiptext="Saves and compacts document" helpid="4103"/>
          <string name="scaleSelection" object="document" text=".scaleSelection(% xScale, yScale [, whichCorner] %)" tiptext="Scales a selection" helpid="4104"/>
          <string name="selectAll" object="document" text=".selectAll()" tiptext="Selects all items on the Stage" helpid="4105"/>
          <string name="selectNone" object="document" text=".selectNone()" tiptext="Deselects all items on the Stage" helpid="4106"/>
          <string name="setAlignToDocument" object="document" text=".setAlignToDocument(% bToStage %)" tiptext="If true, objects are aligned, distributed, sized, or spaced to the Stage" helpid="4107"/>
          <string name="setCustomFill" object="document" text=".setCustomFill(% fill %)" tiptext="Sets the current fill settings of selection or toolbar" helpid="4108"/>
          <string name="setCustomStroke" object="document" text=".setCustomStroke(% stroke %)" tiptext="Sets the current stroke settings of selection or toolbar" helpid="4109"/>
          <string name="setElementProperty" object="document" text=".setElementProperty(% property, value %)" tiptext="Sets the specified property of an Element object" helpid="4110"/>
          <string name="setElementTextAttr" object="document" text=".setElementTextAttr(% attrName, attrValue [, startIndex] [, endIndex] %)" tiptext="Sets the specified property of the selected text items" helpid="4111"/>
          <string name="setFillColor" object="document" text=".setFillColor(% color %)" tiptext="Changes the fill color of a selection" helpid="4112"/>
          <string name="setInstanceAlpha" object="document" text=".setInstanceAlpha(% opacity %)" tiptext="Sets the opacity of an instance" helpid="4113"/>
          <string name="setInstanceBrightness" object="document" text=".setInstanceBrightness(% brightness %)" tiptext="Sets the brightness of an instance" helpid="4114"/>
          <string name="setInstanceTint" object="document" text=".setInstanceTint(% color, strength %)" tiptext="Sets the tint of an instance" helpid="4115"/>
          <string name="setSelectionBounds" object="document" text=".setSelectionBounds(% boundingRectangle %)" tiptext="Moves and resizes a selection" helpid="4116"/>
          <string name="setSelectionRect" object="document" text=".setSelectionRect(% rect [, bReplaceCurrentSelection] %)" tiptext="Sets the selection rectangle" helpid="4117"/>
          <string name="setStroke" object="document" text=".setStroke(% color, size, stroke %)" tiptext="Sets stroke properties of selected stroke" helpid="4118"/>
          <string name="setStrokeColor" object="document" text=".setStrokeColor(% color %)" tiptext="Changes the stroke color of selected stroke" helpid="4119"/>
          <string name="setStrokeSize" object="document" text=".setStrokeSize(% size %)" tiptext="Changes the stroke width of selected stroke" helpid="4120"/>
          <string name="setStrokeStyle" object="document" text=".setStrokeStyle(% stroke %)" tiptext="Changes the stroke style of selected stroke" helpid="4121"/>
          <string name="setTextRectangle" object="document" text=".setTextRectangle(% boundingRectangle %)" tiptext="Changes the bounding rectangle for the selected text item" helpid="4122"/>
          <string name="setTextSelection" object="document" text=".setTextSelection(% startIndex, endIndex %)" tiptext="Sets the text selection of the selected text field" helpid="4123"/>
          <string name="setTextString" object="document" text=".setTextString(% text [, startIndex] [, endIndex] %)" tiptext="Adds specifed text string to selected text field" helpid="4124"/>
          <string name="setTransformationPoint" object="document" text=".setTransformationPoint(% transformationPoint %)" tiptext="Moves the transformation point of selection" helpid="4125"/>
          <string name="skewSelection" object="document" text=".skewSelection(% xSkew, ySkew [, whichEdge] %)" tiptext="Skews the selection" helpid="4126"/>
          <string name="smoothSelection" object="document" text=".smoothSelection()" tiptext="Smoothes the selected curve of a shape" helpid="4127"/>
          <string name="space" object="document" text=".space(% direction [, bUseDocumentBounds] %)" tiptext="Spaces the objects of a selection evenly" helpid="4128"/>
          <string name="straightenSelection" object="document" text=".straightenSelection()" tiptext="Straightens the selected curve of a shape" helpid="4129"/>
          <string name="swapElement" object="document" text=".swapElement(% name %)" tiptext="Swaps selected symbol with specifed one" helpid="4130"/>
          <string name="testMovie" object="document" text=".testMovie()" tiptext="Test Movie" helpid="4131"/>
          <string name="testScene" object="document" text=".testScene()" tiptext="Test Current Scene" helpid="4132"/>
          <string name="traceBitmap" object="document" text=".traceBitmap(% threshold, minimumArea, curveFit, cornerThreshold %)" tiptext="Traces a bitmap" helpid="4133"/>
          <string name="transformSelection" object="document" text=".transformSelection(% a, b, c, d %)" tiptext="Performs a general transformation" helpid="4134"/>
          <string name="unGroup" object="document" text=".unGroup()" tiptext="Ungroups the selected group" helpid="4135"/>
          <string name="unlockAllElements" object="document" text=".unlockAllElements()" tiptext="Unlocks all symbols on the current frame" helpid="4136"/>
          <string name="xmlPanel" object="document" text=".xmlPanel(% fileURI %)" tiptext="Displays the specified XMLUI dialog box" helpid="4137"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Document object" helpid="4138">
          <string name="accName" object="document" text=".accName" tiptext="Name of movie, used by screen reader" helpid="4139"/>
          <string name="autoLabel" object="document" text=".autoLabel" tiptext="If true, turns on automatic labeling for screen reader" helpid="4140"/>
          <string name="backgroundColor" object="document" text=".backgroundColor" tiptext="A color representing the background" helpid="4141"/>
          <string name="currentPublishProfile" object="document" text=".currentPublishProfile" tiptext="Sets and returns the name of the active publish profile" helpid="4142"/>
          <string name="currentTimeline" object="document" text=".currentTimeline" tiptext="Represents the active timeline" helpid="4143"/>
          <string name="description" object="document" text=".description" tiptext="Description of the main movie, used by screen reader" helpid="4144"/>
          <string name="forceSimple" object="document" text=".forceSimple" tiptext="If true, the children of the object are not accessible to screen reader" helpid="4145"/>
          <string name="frameRate" object="document" text=".frameRate" tiptext="Document's frames per second" helpid="4146"/>
          <string name="height" object="document" text=".height" tiptext="Height of the document" helpid="4147"/>
          <string name="library" object="document" text=".library" tiptext="Represents the document's Library" helpid="4148"/>
          <string name="livePreview" object="document" text=".livePreview" tiptext="If true, visually displays components at authortime" helpid="4149"/>
          <string name="name" object="document" text=".name" tiptext="Name of the document" helpid="4150"/>
          <string name="path" object="document" text=".path" tiptext="The file path of the document" helpid="4151"/>
          <string name="publishProfiles" object="document" text=".publishProfiles" tiptext="An array containing the publish profiles for document" helpid="4152"/>
          <string name="screenOutline" object="document" text=".screenOutline" tiptext="The current ScreenOutline object for the document" helpid="4153"/>
          <string name="selection" object="document" text=".selection" tiptext="An array of selected Element objects" helpid="4154"/>
          <string name="silent" object="document" text=".silent" tiptext="If true, movie is not read by screen reader" helpid="4155"/>
          <string name="timelines" object="document" text=".timelines" tiptext="An array containing the Timeline objects of the document" helpid="4156"/>
          <string name="viewMatrix" object="document" text=".viewMatrix" tiptext="References the TransformationMatrix object" helpid="4246"/>
          <string name="width" object="document" text=".width" tiptext="Width of the document" helpid="4157"/>
        </folder>
  
        </folder>
  
      <folder name="DrawingLayer" index="true" tiptext="Used by tools for temporary drawing while dragging the mouse" helpid="4158">

        <folder name="Methods" tiptext="Methods of the DrawingLayer object" helpid="4159">
          <string name="beginDraw" object="drawingLayer" text=".beginDraw(% [persistentDraw] %)" tiptext="Puts Flash into drawing mode" helpid="4160"/>
          <string name="beginFrame" object="drawingLayer" text=".beginFrame()" tiptext="Starting point to delimit a set of lines" helpid="4161"/>
          <string name="cubicCurveTo" object="drawingLayer" text=".cubicCurveTo(% x1Ctrl, y1Ctrl, x2Ctl, y2Ctl, xEnd, yEnd %)" tiptext="Draws a cubic curve" helpid="4162"/>
          <string name="curveTo" object="drawingLayer" text=".curveTo(% x1Clt, y, x2, y2 %)" tiptext="Draws a quadratic curve segment" helpid="4163"/>
          <string name="drawPath" object="drawingLayer" text=".drawPath(% path %)" tiptext="Draws the specified path" helpid="4164"/>
          <string name="endDraw" object="drawingLayer" text=".endDraw()" tiptext="Exits drawing mode" helpid="4165"/>
          <string name="endFrame" object="drawingLayer" text=".endFrame()" tiptext="Erases the paths drawn by DrawingLayer object" helpid="4166"/>
          <string name="lineTo" object="drawingLayer" text=".lineTo(% x, y %)" tiptext="Draws a line" helpid="4167"/>
          <string name="moveTo" object="drawingLayer" text=".moveTo(% x, y %)" tiptext="Sets the current drawing position" helpid="4168"/>
          <string name="newPath" object="drawingLayer" text=".newPath()" tiptext="Returns a new path object" helpid="4169"/>
          <string name="setColor" object="drawingLayer" text=".setColor(% color %)" tiptext="Sets the color of subsequently drawn data" helpid="4170"/>
        </folder>
  
        </folder>
  
      <folder name="Edge" index="true" tiptext="Represents an edge of an object on the Stage" helpid="4171">

        <folder name="Methods" tiptext="Methods of the Edge object" helpid="4172">
          <string name="getControl" object="edge" text=".getControl(% int i %)" tiptext="Returns the control point of the specified Edge object" helpid="4173"/>
          <string name="getHalfEdge" object="edge" text=".getHalfEdge(% index %)" tiptext="Returns a HalfEdge object" helpid="4174"/>
          <string name="setControl" object="edge" text=".setControl(% index, x, y %)" tiptext="Sets the control point of an edge" helpid="4175"/>
          <string name="splitEdge" object="edge" text=".splitEdge(% t %)" tiptext="Divides specified Edge object into two" helpid="4176"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Edge object" helpid="4177">
          <string name="id" object="edge" text=".id" tiptext="An unique identifier for the Edge object" helpid="4178"/>
          <string name="isLine" object="edge" text=".isLine" tiptext="If true, Edge is a straight line" helpid="4179"/>
        </folder>
  
        </folder>
  
      <folder name="Effect" index="true" tiptext="An instance of an effect" helpid="4180">

        <folder name="Properties" tiptext="Properties of the Effect object" helpid="4181">
          <string name="effectName" object="effect" text=".effectName" tiptext="Name of an effect, used to create menu item" helpid="4182"/>
          <string name="groupName" object="effect" text=".groupName" tiptext="Name of an effect group, used to create the menu item" helpid="4183"/>
          <string name="sourceFile" object="effect" text=".sourceFile" tiptext="Name of JSFL source file" helpid="4184"/>
          <string name="symbolType" object="effect" text=".symbolType" tiptext="Name of symbolType to create during initial application of the effect" helpid="4185"/>
          <string name="useXMLToUI" object="effect" text=".useXMLToUI" tiptext="If true, displays a XMLUI dialog box" helpid="4186"/>
        </folder>
  
        </folder>
  
      <folder name="Element" index="true" tiptext="Represents all objects on the Stage" helpid="4187">

        <folder name="Methods" tiptext="Methods of the Element object" helpid="4188">
          <string name="getPersistentData" object="element" text=".getPersistentData(% name %)" tiptext="Returns the value of the named data" helpid="4189"/>
          <string name="hasPersistentData" object="element" text=".hasPersistentData(% name %)" tiptext="If true, data with specified name is attached to object" helpid="4190"/>
          <string name="removePersistentData" object="element" text=".removePersistentData(% name %)" tiptext="Removes persistent data attached to object" helpid="4191"/>
          <string name="setPersistentData" object="element" text=".setPersistentData(% name, type, value %)" tiptext="Stores specified data with an object" helpid="4192"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Element object" helpid="4193">
          <string name="depth" object="element" text=".depth" tiptext="Returns the drawing order of the objects on stage" helpid="4194"/>
          <string name="elementType" object="element" text=".elementType" tiptext="Type of Element object" helpid="4195"/>
          <string name="height" object="element" text=".height" tiptext="Height of the Element" helpid="4196"/>
          <string name="left" object="element" text=".left" tiptext="Left side of Element" helpid="4197"/>
          <string name="locked" object="element" text=".locked" tiptext="If true, the Element is locked" helpid="4198"/>
          <string name="matrix" object="element" text=".matrix" tiptext="References the TransformationMatrix object" helpid="4199"/>
          <string name="name" object="element" text=".name" tiptext="Instance Name of Element" helpid="4200"/>
          <string name="top" object="element" text=".top" tiptext="Top side of Element" helpid="4201"/>
          <string name="width" object="element" text=".width" tiptext="Width of the Element" helpid="4202"/>
        </folder>
  
        </folder>
  
      <folder name="EmbeddedVideoInstance" index="true" tiptext="Subclass of Instance; an embedded video instance on the Stage" helpid="4203">

        <folder name="Refer to Instance object for properties or methods" tiptext="Refer to Instance object for properties or methods" helpid="4204">
        </folder>
  
        </folder>
  
      <folder name="Fill" index="true" tiptext="Fill settings for the selection or Toolbar" helpid="4205">

        <folder name="Properties" tiptext="Properties of the Fill object" helpid="4206">
          <string name="color" object="fill" text=".color" tiptext="The fill color" helpid="4207"/>
          <string name="colorArray" object="fill" text=".colorArray" tiptext="An array of colors in a gradient" helpid="4208"/>
          <string name="posArray" object="fill" text=".posArray" tiptext="Indicates the position of the corresponding color in a gradient" helpid="4209"/>
          <string name="style" object="fill" text=".style" tiptext="The fill style" helpid="4210"/>
        </folder>
  
        </folder>
  
      <folder name="Flash" index="true" tiptext="The Flash application" helpid="4211">

        <folder name="Methods" tiptext="Methods of the Flash object" helpid="4212">
          <string name="browseForFileURL" object="fl" text=".browseForFileURL(% browseType [, title] [, previewArea] %)" tiptext="Brings up an Open or Save dialog box" helpid="4213"/>
          <string name="closeAll" object="fl" text=".closeAll()" tiptext="Closes all open documents" helpid="4214"/>
          <string name="closeDocument" object="fl" text=".closeDocument(% documentObject [, bPromptToSaveChanges] %)" tiptext="Closes the specified document" helpid="4215"/>
          <string name="createDocument" object="fl" text=".createDocument(% [docType] %)" tiptext="Opens a new document" helpid="4216"/>
          <string name="enableImmediateUpdates" object="fl" text=".enableImmediateUpdates()" tiptext="If true, updates to the timeline display when executing an effect. Only used for debugging effect." helpid="4217"/>
          <string name="fileExists" object="fl" text=".fileExists(% fileURI %)" tiptext="Returns true if specified file exists" helpid="4218"/>
          <string name="findDocumentIndex" object="fl" text=".findDocumentIndex(% name %)" tiptext="Returns the specified Document object's index" helpid="4219"/>
          <string name="findScreenType" object="fl" text=".findScreenType(% name [, version] %)" tiptext="Returns the specified ScreenType" helpid="4220"/>
          <string name="getDocumentDOM" object="fl" text=".getDocumentDOM()" tiptext="Returns the active Document object" helpid="4221"/>
          <string name="invokeScreenType" object="fl" text=".invokeScreenType(% name [, version] %)" tiptext="Invokes a ScreenType" helpid="4222"/>
          <string name="openDocument" object="fl" text=".openDocument(% fileURI %)" tiptext="Opens specified FLA file" helpid="4223"/>
          <string name="quit" object="fl" text=".quit(% [bPromptIfNeeded] %)" tiptext="Quits Flash" helpid="4224"/>
          <string name="reloadEffects" object="fl" text=".reloadEffects()" tiptext="Reloads all effects descriptors" helpid="4225"/>
          <string name="reloadTools" object="fl" text=".reloadTools()" tiptext="Rebuilds the Toolbar" helpid="4226"/>
          <string name="revertDocument" object="fl" text=".revertDocument(% documentObject %)" tiptext="Reverts specified document" helpid="4227"/>
          <string name="runScript" object="fl" text=".runScript(% fileURI [, funcName] [, arg] %)" tiptext="Executes a JavaScript file" helpid="4228"/>
          <string name="saveAll" object="fl" text=".saveAll()" tiptext="Saves all open documents" helpid="4229"/>
          <string name="saveDocument" object="fl" text=".saveDocument(% document [, fileURI] %)" tiptext="Saves specified document" helpid="4230"/>
          <string name="saveDocumentAs" object="fl" text=".saveDocumentAs(% document %)" tiptext="Displays the Save As dialog" helpid="4231"/>
          <string name="setActiveWindow" object="fl" text=".setActiveWindow(% document [, bActivateFrame] %)" tiptext="Sets the active window to be the specified document" helpid="4232"/>
          <string name="trace" object="fl" text=".trace(% message %)" tiptext="Sends a test string to the Output panel" helpid="4233"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Flash object" helpid="4234">
          <string name="activeEffect" object="fl" text=".activeEffect" tiptext="The effect descriptor" helpid="4235"/>
          <string name="componentsPanel" object="fl" text=".componentsPanel" tiptext="Reference to the Components panel" helpid="4236"/>
          <string name="configDirectory" object="fl" text=".configDirectory" tiptext="Contains the full path name for local user's Configuration directory" helpid="4237"/>
          <string name="configURI" object="fl" text=".configURI" tiptext="Returns the URI to the local user's config directory" helpid="4238"/>
          <string name="documents" object="fl" text=".documents" tiptext="An array of Document objects" helpid="4239"/>
          <string name="effects" object="fl" text=".effects" tiptext="An array of effect descriptors" helpid="4240"/>
          <string name="Math" object="fl" text=".Math" tiptext="Reference to a Math object" helpid="4241"/>
          <string name="outputPanel" object="fl" text=".outputPanel" tiptext="Reference to Output panel object" helpid="4242"/>
          <string name="screenTypes" object="fl" text=".screenTypes" tiptext="An array of all ScreenType objects in the system" helpid="4243"/>
          <string name="tools" object="fl" text=".tools" tiptext="An array of ToolsObj objects" helpid="4244"/>
          <string name="version" object="fl" text=".version" tiptext="Returns the Flash authoring tool's version" helpid="4245"/>
          <string name="xmlui" object="fl" text=".xmlui" tiptext="References a XMLUI dialog box" helpid="4247"/>
        </folder>
  
        </folder>
  
      <folder name="FolderItem" index="true" tiptext="Subclass of Item; a folder in the Library" helpid="4248">

        <folder name="Refer to Item object for properties or methods" tiptext="Refer to Item object for properties or methods" helpid="4249">
        </folder>
  
        </folder>
  
      <folder name="FontItem" index="true" tiptext="Subclass of Item; a font symbol in the Library" helpid="4250">

        <folder name="Refer to Item object for properties or methods" tiptext="Refer to Item object for properties or methods" helpid="4251">
        </folder>
  
        </folder>
  
      <folder name="Frame" index="true" tiptext="A frame on the Timeline" helpid="4252">

        <folder name="Properties" tiptext="Properties of the Frame object" helpid="4253">
          <string name="actionScript" object="frame" text=".actionScript" tiptext="String containing the ActionScript on a frame" helpid="4254"/>
          <string name="duration" object="frame" text=".duration" tiptext="Number of frames in a frame span" helpid="4255"/>
          <string name="elements" object="frame" text=".elements" tiptext="An array of Element objects" helpid="4256"/>
          <string name="labelType" object="frame" text=".labelType" tiptext="This specifies the type of frame label" helpid="4257"/>
          <string name="motionTweenOrientToPath" object="frame" text=".motionTweenOrientToPath" tiptext="If true, object tweens oriented to path" helpid="4258"/>
          <string name="motionTweenRotate" object="frame" text=".motionTweenRotate" tiptext="Specifies if the object rotates during tween" helpid="4259"/>
          <string name="motionTweenRotateTimes" object="frame" text=".motionTweenRotateTimes" tiptext="Number of rotations" helpid="4260"/>
          <string name="motionTweenScale" object="frame" text=".motionTweenScale" tiptext="If true, object scales while tweening" helpid="4261"/>
          <string name="motionTweenSnap" object="frame" text=".motionTweenSnap" tiptext="If true, object snaps to motion guide" helpid="4262"/>
          <string name="motionTweenSync" object="frame" text=".motionTweenSync" tiptext="If true, tween synchronizes symbols" helpid="4263"/>
          <string name="name" object="frame" text=".name" tiptext="Label of the frame" helpid="4264"/>
          <string name="shapeTweenBlend" object="frame" text=".shapeTweenBlend" tiptext="Specifieds the blend setting for a shape tween" helpid="4265"/>
          <string name="soundEffect" object="frame" text=".soundEffect" tiptext="The effects on the sound" helpid="4266"/>
          <string name="soundLibraryItem" object="frame" text=".soundLibraryItem" tiptext="Library item used to instantiate a sound" helpid="4267"/>
          <string name="soundLoop" object="frame" text=".soundLoop" tiptext="Specifies the number of times a sound loops" helpid="4268"/>
          <string name="soundLoopMode" object="frame" text=".soundLoopMode" tiptext="Specifies whether sound should loop or repeat indefinitely" helpid="4269"/>
          <string name="soundName" object="frame" text=".soundName" tiptext="Name of sound" helpid="4270"/>
          <string name="soundSync" object="frame" text=".soundSync" tiptext="Specifies the sync behavior of a sound" helpid="4271"/>
          <string name="startFrame" object="frame" text=".startFrame" tiptext="The frame number of the first frame in a span" helpid="4272"/>
          <string name="tweenEasing" object="frame" text=".tweenEasing" tiptext="The amount of easing" helpid="4273"/>
          <string name="tweenType" object="frame" text=".tweenType" tiptext="The type of tween" helpid="4274"/>
        </folder>
  
        </folder>
  
      <folder name="Functions" index="true" tiptext="Flash JavaScript functions" helpid="4275">

          <string name="activate" object="Function" text="activate()" tiptext="Called when tool becomes active" helpid="4277"/>
          <string name="configureTool" object="Function" text="configureTool()" tiptext="Called when the tool is loaded at launch" helpid="4278"/>
          <string name="deactivate" object="Function" text="deactivate()" tiptext="Called when tool becomes inactive" helpid="4279"/>
          <string name="keyDown" object="Function" text="keyDown()" tiptext="When tool is active, called if key is pressed" helpid="4280"/>
          <string name="keyUp" object="Function" text="keyUp()" tiptext="When tool is active, called if a key is released" helpid="4281"/>
          <string name="mouseDoubleClick" object="Function" text="mouseDoubleClick()" tiptext="When tool is active, called if mouse button double clicked" helpid="4282"/>
          <string name="mouseDown" object="Function" text="mouseDown(% pt %)" tiptext="When tool is active, called when the mouse button is pressed" helpid="4283"/>
          <string name="mouseMove" object="Function" text="mouseMove(% pt %)" tiptext="When tool is active, called if mouse moves over the Stage" helpid="4284"/>
          <string name="mouseUp" object="Function" text="mouseUp()" tiptext="When tool is active, called if mouse button is released on the Stage" helpid="4285"/>
          <string name="notifySettingsChanged" object="Function" text="notifySettingsChanged()" tiptext="Notifies tool if user changes options in the PI" helpid="4286"/>
          <string name="setCursor" object="Function" text="setCursor()" tiptext="Allows the tool to set custom cursors" helpid="4287"/>
          
        </folder>
  
      <folder name="HalfEdge" index="true" tiptext="Half of an edge of a contour" helpid="4288">

        <folder name="Methods" tiptext="Methods of the HalfEdge object" helpid="4289">
          <string name="getEdge" object="halfEdge" text=".getEdge()" tiptext="Returns the Edge object that contains the HalfEdge" helpid="4290"/>
          <string name="getNext" object="halfEdge" text=".getNext()" tiptext="Returns the next HalfEdge" helpid="4291"/>
          <string name="getOppositeHalfEdge" object="halfEdge" text=".getOppositeHalfEdge()" tiptext="Returns the oposite HalfEdge object" helpid="4292"/>
          <string name="getPrev" object="halfEdge" text=".getPrev()" tiptext="Returns the preceding HalfEdge" helpid="4293"/>
          <string name="getVertex" object="halfEdge" text=".getVertex()" tiptext="Returns the vertex of the HalfEdge" helpid="4294"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the HalfEdge object" helpid="4295">
          <string name="id" object="halfEdge" text=".id" tiptext="An unique identifier for the HalfEdge" helpid="4296"/>
          <string name="index" object="halfEdge" text=".index" tiptext="The index of the HalfEdge in the parent Edge" helpid="4297"/>
        </folder>
  
        </folder>
  
      <folder name="Instance" index="true" tiptext="Subclass of Element; an instance on the Stage" helpid="4298">

        <folder name="Properties" tiptext="Properties of the Instance object" helpid="4299">
          <string name="instanceType" object="instance" text=".instanceType" tiptext="Type of Instance" helpid="4300"/>
          <string name="libraryItem" object="instance" text=".libraryItem" tiptext="Library item used to instantiate Instance" helpid="4301"/>
        </folder>
  
        </folder>
  
      <folder name="Item" index="true" tiptext="Items in the Library" helpid="4302">

        <folder name="Methods" tiptext="Methods of the Item object" helpid="4303">
          <string name="addData" object="item" text=".addData(% name, type, data %)" tiptext="Adds persistent data to Item" helpid="4304"/>
          <string name="getData" object="item" text=".getData(% name %)" tiptext="Returns the value of the named data" helpid="4305"/>
          <string name="hasData" object="item" text=".hasData(% name %)" tiptext="If true, the Library item has the named data" helpid="4306"/>
          <string name="removeData" object="item" text=".removeData(% name %)" tiptext="Removes persistent data from the Library item" helpid="4307"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Item object" helpid="4308">
          <string name="itemType" object="item" text=".itemType" tiptext="The symbol type of the Item" helpid="4309"/>
          <string name="linkageClassName" object="item" text=".linkageClassName" tiptext="Specifies an ActionScript 2 class to associate with symbol" helpid="4310"/>
          <string name="linkageExportForAS" object="item" text=".linkageExportForAS" tiptext="If true, the Item will be exported for ActionScript" helpid="4311"/>
          <string name="linkageExportForRS" object="item" text=".linkageExportForRS" tiptext="If true, the Item will be exported for runtime sharing" helpid="4312"/>
          <string name="linkageExportInFirstFrame" object="item" text=".linkageExportInFirstFrame" tiptext="If true, the Item will be exported in the first frame" helpid="4313"/>
          <string name="linkageIdentifier" object="item" text=".linkageIdentifier" tiptext="The name of the symbol when referenced by ActionScript or runtime sharing" helpid="4314"/>
          <string name="linkageImportForRS" object="item" text=".linkageImportForRS" tiptext="If true, the Item will be imported for runtime sharing" helpid="4315"/>
          <string name="linkageURL" object="item" text=".linkageURL" tiptext="Location of the shared asset SWF" helpid="4316"/>
          <string name="name" object="item" text=".name" tiptext="Name of the Library item" helpid="4317"/>
        </folder>
  
        </folder>
  
      <folder name="Layer" index="true" tiptext="A layer on the Timeline" helpid="4318">

        <folder name="Properties" tiptext="Properties of the Layer object" helpid="4319">
          <string name="color" object="layer" text=".color" tiptext="The color used to outline objects on the layer" helpid="4320"/>
          <string name="frameCount" object="layer" text=".frameCount" tiptext="Total number of frames in the Layer" helpid="4321"/>
          <string name="frames" object="layer" text=".frames" tiptext="An array of Frame objects" helpid="4322"/>
          <string name="height" object="layer" text=".height" tiptext="Height of the Layer" helpid="4323"/>
          <string name="layerType" object="layer" text=".layerType" tiptext="Specifies the Layer type" helpid="4324"/>
          <string name="locked" object="layer" text=".locked" tiptext="If true, Layer is locked" helpid="4325"/>
          <string name="name" object="layer" text=".name" tiptext="Name of the Layer" helpid="4326"/>
          <string name="outline" object="layer" text=".outline" tiptext="If TRUE, Layer is displayed as outlines" helpid="4327"/>
          <string name="parentLayer" object="layer" text=".parentLayer" tiptext="Defines the Layers's parent Layer" helpid="4328"/>
          <string name="visible" object="layer" text=".visible" tiptext="If true, Layer is visible" helpid="4329"/>
        </folder>
  
        </folder>
  
      <folder name="Library" index="true" tiptext="The Library panel" helpid="4330">

        <folder name="Methods" tiptext="Methods of the Library object" helpid="4331">
          <string name="addItemToDocument" object="library" text=".addItemToDocument(% position [, namePath] %)" tiptext="Adds an Item from the Library to the document" helpid="4332"/>
          <string name="addNewItem" object="library" text=".addNewItem(% type [, namePath] %)" tiptext="Creates a new Item" helpid="4333"/>
          <string name="deleteItem" object="library" text=".deleteItem(% [namePath] %)" tiptext="Deletes an Item" helpid="4334"/>
          <string name="duplicateItem" object="library" text=".duplicateItem(% [namePath] %)" tiptext="Makes a copy of the currently selected Item" helpid="4335"/>
          <string name="editItem" object="library" text=".editItem(% [namePath] %)" tiptext="Returns true if the specified Item is editable" helpid="4336"/>
          <string name="expandFolder" object="library" text=".expandFolder(% bExpand [, bRecurseNestedParents] [, namePath] %)" tiptext="If true, expands folder; if false collapses it" helpid="4337"/>
          <string name="findItemIndex" object="library" text=".findItemIndex(% namePath %)" tiptext="Returns an object containing the index of the Item" helpid="4338"/>
          <string name="getItemProperty" object="library" text=".getItemProperty(% property %)" tiptext="Returns specified property for a selected Item" helpid="4339"/>
          <string name="getItemType" object="library" text=".getItemType(% [namePath] %)" tiptext="Returns the type of the specified Item" helpid="4340"/>
          <string name="getSelectedItems" object="library" text=".getSelectedItems()" tiptext="Returns an array containing the selected Items" helpid="4341"/>
          <string name="importEmbeddedSWF" object="library" text=".importEmbeddedSWF(% linkageName, swfData [, libName] %)" tiptext="Imports a contained SWF to the Library" helpid="4342"/>
          <string name="itemExists" object="library" text=".itemExists(% namePath %)" tiptext="Returns true if the specified Item exists" helpid="4343"/>
          <string name="moveToFolder" object="library" text=".moveToFolder(% folderPath [, itemToMove] [, replace] %)" tiptext="Moves Item into a folder" helpid="4344"/>
          <string name="newFolder" object="library" text=".newFolder(% [namePath] %)" tiptext="Creates a new Folder" helpid="4345"/>
          <string name="renameItem" object="library" text=".renameItem(% namePath %)" tiptext="Renames selected Item" helpid="4346"/>
          <string name="selectAll" object="library" text=".selectAll(% [] %)" tiptext="Selects all Items" helpid="4347"/>
          <string name="selectItem" object="library" text=".selectItem(% namePath [, bReplaceCurrentSelection] [, bSelect] %)" tiptext="Selects specified Item" helpid="4348"/>
          <string name="selectNone" object="library" text=".selectNone()" tiptext="Deselects all Items" helpid="4349"/>
          <string name="setItemProperty" object="library" text=".setItemProperty(% property, value %)" tiptext="Sets specified property for the currently selected Items" helpid="4350"/>
          <string name="updateItem" object="library" text=".updateItem(% [namePath] %)" tiptext="Updates specified Item" helpid="4351"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Library object" helpid="4352">
          <string name="items" object="library" text=".items" tiptext="An array containing all Item objects in the Library" helpid="4353"/>
        </folder>
  
        </folder>
  
      <folder name="LinkedVideoInstance" index="true" tiptext="Subclass of Instance; a linked video instance on the Stage" helpid="4354">

        <folder name="Refer to Instance object for properties or methods" tiptext="Refer to Instance object for properties or methods" helpid="4355">
        </folder>
  
        </folder>
  
      <folder name="Math" index="true" tiptext="Used to do common mathematical operations" helpid="4356">

        <folder name="Methods" tiptext="Methods of the Math object" helpid="4357">
          <string name="concatMatrix" object="Math" text=".concatMatrix(% mat1, mat2 %)" tiptext="Performs concatenates the specified Matrix objects" helpid="4358"/>
          <string name="invertMatrix" object="Math" text=".invertMatrix(% mat %)" tiptext="Returns the inverse of specified Matrix" helpid="4359"/>
          <string name="pointDistance" object="Math" text=".pointDistance(% pt1, pt2 %)" tiptext="Computes the distance between specified points" helpid="4360"/>
        </folder>
  
        </folder>
  
      <folder name="Matrix" index="true" tiptext="The transformation matrix" helpid="4361">

        <folder name="Properties" tiptext="Properties of the Matrix object" helpid="4362">
          <string name="a" object="matrix" text=".a" tiptext="The scale factor to the x axis" helpid="4363"/>
          <string name="b" object="matrix" text=".b" tiptext="Skews object by moving right edge along vertical axis" helpid="4364"/>
          <string name="c" object="matrix" text=".c" tiptext="Skews object by moving bottom edge along horizontal axis" helpid="4365"/>
          <string name="d" object="matrix" text=".d" tiptext="The scale factor to the y axis" helpid="4366"/>
          <string name="tx" object="matrix" text=".tx" tiptext="The location of the object along the x axis" helpid="4367"/>
          <string name="ty" object="matrix" text=".ty" tiptext="The location of the object along the y axis" helpid="4368"/>
        </folder>
  
        </folder>
  
      <folder name="OutputPanel" index="true" tiptext="The Output panel" helpid="4369">

        <folder name="Methods" tiptext="Methods of the OutputPanel object" helpid="4370">
          <string name="clear" object="outputPanel" text=".clear()" tiptext="Clears contents from the panel" helpid="4371"/>
          <string name="save" object="outputPanel" text=".save(% fileURI [, bAppendToFile] %)" tiptext="Saves the contents of the Output Panel to a file" helpid="4372"/>
          <string name="trace" object="outputPanel" text=".trace(% message %)" tiptext="Sends a test string to the Output panel" helpid="4373"/>
        </folder>
  
        </folder>
  
      <folder name="Parameter" index="true" tiptext="Parameters for a Screen or Component" helpid="4374">

        <folder name="Methods" tiptext="Methods of the Parameter object" helpid="4375">
          <string name="insertItem" object="parameter" text=".insertItem(% index, name, value, type %)" tiptext="Inserts Parameter into a list, object, or array" helpid="4376"/>
          <string name="removeItem" object="parameter" text=".removeItem(% index %)" tiptext="Deletes Parameter from a list, object, or array" helpid="4377"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Parameter object" helpid="4378">
          <string name="category" object="parameter" text=".category" tiptext="Groups items in the Components panel, or organizes Screens" helpid="4379"/>
          <string name="listIndex" object="parameter" text=".listIndex" tiptext="The value of the specified item; for type list only" helpid="4380"/>
          <string name="name" object="parameter" text=".name" tiptext="The name of Parameter" helpid="4381"/>
          <string name="value" object="parameter" text=".value" tiptext="The value of the property" helpid="4382"/>
          <string name="valueType" object="parameter" text=".valueType" tiptext="The property's value type" helpid="4383"/>
          <string name="verbose" object="parameter" text=".verbose" tiptext="Determines if Parameter appears in Properties Inspector" helpid="4384"/>
        </folder>
  
        </folder>
  
      <folder name="Path" index="true" tiptext="Contains a defined sequence of line segments" helpid="4385">

        <folder name="Methods" tiptext="Methods of the Path object" helpid="4386">
          <string name="addCubicCurve" object="newPath" text=".addCubicCurve(% xAnchor, yAnchor, x1, y1, x2, y, x4, y4 %)" tiptext="Appends a cubic Bezier curve segment to Path" helpid="4387"/>
          <string name="addCurve" object="newPath" text=".addCurve(% x0, y0, x1, y1 %)" tiptext="Appends a quadratic Bezier segment to Path" helpid="4388"/>
          <string name="addPoint" object="newPath" text=".addPoint(% x, y %)" tiptext="Adds a point to the Path" helpid="4389"/>
          <string name="clear" object="newPath" text=".clear()" tiptext="Removes all points from the Path" helpid="4390"/>
          <string name="close" object="newPath" text=".close()" tiptext="Appends a point at the location of the first point of the Path" helpid="4391"/>
          <string name="makeShape" object="newPath" text=".makeShape(% [bSupressFill] [, bSupressStroke] %)" tiptext="Creates a shape" helpid="4392"/>
          <string name="newContour" object="newPath" text=".newContour()" tiptext="Starts a new Contour in the Path" helpid="4393"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Path object" helpid="4394">
          <string name="nPts" object="newPath" text=".nPts" tiptext="Returns integer representing the number of points in the Path" helpid="4395"/>
        </folder>
  
        </folder>
  
      <folder name="Screen" index="true" tiptext="A Screen in the ScreenOutline" helpid="4396">

        <folder name="Properties" tiptext="Properties of the Screen object" helpid="4397">
          <string name="accName" object="screen" text=".accName" tiptext="Name of an object, used by screen reader" helpid="4398"/>
          <string name="childScreens" object="screen" text=".childScreens" tiptext="An array of child Screens" helpid="4399"/>
          <string name="description" object="screen" text=".description" tiptext="Description of the object, used by screen reader" helpid="4400"/>
          <string name="forceSimple" object="screen" text=".forceSimple" tiptext="If true, the children of the object are not accessible to screen reader" helpid="4401"/>
          <string name="hidden" object="screen" text=".hidden" tiptext="If true, Screen is not visible by any other Screens" helpid="4402"/>
          <string name="instanceName" object="screen" text=".instanceName" tiptext="The Screen's instance name" helpid="4403"/>
          <string name="name" object="screen" text=".name" tiptext="The name of the Screen" helpid="4404"/>
          <string name="nextScreen" object="screen" text=".nextScreen" tiptext="The next sibling in a childScreen array" helpid="4405"/>
          <string name="parameters" object="screen" text=".parameters" tiptext="The properties in the Screen's Property Inspector" helpid="4406"/>
          <string name="parentScreen" object="screen" text=".parentScreen" tiptext="A Screen which has childScreens" helpid="4407"/>
          <string name="prevScreen" object="screen" text=".prevScreen" tiptext="The previous sibling in a childScreen array" helpid="4408"/>
          <string name="screenType" object="screen" text=".screenType" tiptext="The ScreenType which created the Screen" helpid="4409"/>
          <string name="screenTypeVersion" object="screen" text=".screenTypeVersion" tiptext="The template version which created the Screen" helpid="4410"/>
          <string name="silent" object="screen" text=".silent" tiptext="If true, object is not read by screen reader" helpid="4411"/>
          <string name="tabIndex" object="screen" text=".tabIndex" tiptext="tabIndex value of an object" helpid="4412"/>
          <string name="timeline" object="screen" text=".timeline" tiptext="The Timeline object for a Screen" helpid="4413"/>
        </folder>
  
        </folder>
  
      <folder name="ScreenOutline" index="true" tiptext="The Screen Outline pane" helpid="4414">

        <folder name="Methods" tiptext="Methods of the ScreenOutline object" helpid="4415">
          <string name="copyScreenFromFile" object="screenOutline" text=".copyScreenFromFile(% fileURI [, screenName] %)" tiptext="Inserts all Screens from specified URI" helpid="4416"/>
          <string name="deleteScreen" object="screenOutline" text=".deleteScreen(% [screenName] %)" tiptext="Deletes a Screen" helpid="4417"/>
          <string name="duplicateScreen" object="screenOutline" text=".duplicateScreen(% [screenName] %)" tiptext="Duplicates a Screen" helpid="4418"/>
          <string name="getSelectedScreens" object="screenOutline" text=".getSelectedScreens()" tiptext="Returns an array of selected Screens" helpid="4419"/>
          <string name="insertNestedScreen" object="screenOutline" text=".insertNestedScreen(% [name] [, referenceScreen] [, screenTypeName] %)" tiptext="Inserts a child screen" helpid="4420"/>
          <string name="insertScreen" object="screenOutline" text=".insertScreen(% [name] [, referenceScreen] [, screenTypeName] %)" tiptext="Adds a new Screen" helpid="4421"/>
          <string name="moveScreen" object="screenOutline" text=".moveScreen(% screenToMove, referenceScreen, position %)" tiptext="Relocates a Screen" helpid="4422"/>
          <string name="renameScreen" object="screenOutline" text=".renameScreen(% newScreenName [, oldScreenName] [, bDisplayError] %)" tiptext="Changes Screen's name" helpid="4423"/>
          <string name="setCurrentScreen" object="screenOutline" text=".setCurrentScreen(% name %)" tiptext="Sets current screen" helpid="4424"/>
          <string name="setScreenProperty" object="screenOutline" text=".setScreenProperty(% property, value %)" tiptext="Sets specified property's value" helpid="4425"/>
          <string name="setSelectedScreens" object="screenOutline" text=".setSelectedScreens(% selection, bReplaceCurrentSelection %)" tiptext="Selects one or more Screens" helpid="4426"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the ScreenOutline object" helpid="4427">
          <string name="currentScreen" object="screenOutline" text=".currentScreen" tiptext="The focused Screen in the Screen Outline pane and on the Stage" helpid="4428"/>
          <string name="screens" object="screenOutline" text=".screens" tiptext="An array of Screens" helpid="4429"/>
        </folder>
  
        </folder>
  
      <folder name="ScreenType" index="true" tiptext="A single ScreenType" helpid="4430">

        <folder name="Methods" tiptext="Methods of the ScreenType object" helpid="4431">
          <string name="closeWizardDialog" object="screenType" text=".closeWizardDialog()" tiptext="Closes the prior wizard" helpid="4432"/>
          <string name="getJSFLContext" object="screenType" text=".getJSFLContext()" tiptext="Calls a method defined within a Flash JavaScript document" helpid="4433"/>
          <string name="invoke" object="screenType" text=".invoke()" tiptext="Invokes a ScreenType wizard" helpid="4434"/>
          <string name="openWizardDialog" object="screenType" text=".openWizardDialog()" tiptext="Opens a ScreenType's wizard dialog" helpid="4435"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the ScreenType object" helpid="4436">
          <string name="name" object="screenType" text=".name" tiptext="The name of the ScreenType" helpid="4437"/>
          <string name="version" object="screenType" text=".version" tiptext="The version of the ScreenType" helpid="4438"/>
        </folder>
  
        </folder>
  
      <folder name="Shape" index="true" tiptext="Subclass of Element; represents a shape on the Stage" helpid="4439">

        <folder name="Methods" tiptext="Methods of the Shape object" helpid="4440">
          <string name="beginEdit" object="shape" text=".beginEdit()" tiptext="Defines the start of an edit session" helpid="4441"/>
          <string name="deleteEdge" object="shape" text=".deleteEdge(% index %)" tiptext="Deletes the specified Edge" helpid="4442"/>
          <string name="endEdit" object="shape" text=".endEdit()" tiptext="Defines the end of an edit session" helpid="4443"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Shape object" helpid="4444">
          <string name="contours" object="shape" text=".contours" tiptext="An array of Contour objects" helpid="4445"/>
          <string name="edges" object="shape" text=".edges" tiptext="An array of Edge objects" helpid="4446"/>
          <string name="isGroup" object="shape" text=".isGroup" tiptext="Returns true if selected element is a group" helpid="4447"/>
          <string name="vertices" object="shape" text=".vertices" tiptext="An array of Vertex objects" helpid="4448"/>
        </folder>
  
        </folder>
  
      <folder name="SoundItem" index="true" tiptext="Subclass of Item; a sound in the Library" helpid="4449">

        <folder name="Properties" tiptext="Properties of the SoundItem object" helpid="4450">
          <string name="bitRate" object="soundItem" text=".bitRate" tiptext="MP3 compression bitrate" helpid="4451"/>
          <string name="bits" object="soundItem" text=".bits" tiptext="Type of ADPCM compression" helpid="4452"/>
          <string name="compressionType" object="soundItem" text=".compressionType" tiptext="Type of compression" helpid="4453"/>
          <string name="convertStereoToMono" object="soundItem" text=".convertStereoToMono" tiptext="If true, converts a stereo sound to mono" helpid="4454"/>
          <string name="quality" object="soundItem" text=".quality" tiptext="MP3 compression quality setting" helpid="4455"/>
          <string name="sampleRate" object="soundItem" text=".sampleRate" tiptext="The sample rate" helpid="4456"/>
          <string name="useImportedMP3Quality" object="soundItem" text=".useImportedMP3Quality" tiptext="If true, the imported MP3 quality is used" helpid="4457"/>
        </folder>
  
        </folder>
  
      <folder name="Stroke" index="true" tiptext="Stroke settings for the selection or the Toolbar" helpid="4458">

        <folder name="Properties" tiptext="Properties of the Stroke object" helpid="4459">
          <string name="breakAtCorners" object="stroke" text=".breakAtCorners" tiptext="If true, enables the Sharp Corners setting in Custom Stroke dialog" helpid="4460"/>
          <string name="color" object="stroke" text=".color" tiptext="Stroke color" helpid="4461"/>
          <string name="curve" object="stroke" text=".curve" tiptext="Specifies the curved setting; hatch line only" helpid="4462"/>
          <string name="dash1" object="stroke" text=".dash1" tiptext="Length of solid part of dash" helpid="4463"/>
          <string name="dash2" object="stroke" text=".dash2" tiptext="Length of space between dashes" helpid="4464"/>
          <string name="density" object="stroke" text=".density" tiptext="Density of stippled line" helpid="4465"/>
          <string name="dotSize" object="stroke" text=".dotSize" tiptext="Dot size of stippled line" helpid="4466"/>
          <string name="dotspace" object="stroke" text=".dotspace" tiptext="Spacing between dots of dotted line" helpid="4467"/>
          <string name="hatchThickness" object="stroke" text=".hatchThickness" tiptext="Thickness of hatches in hatched line" helpid="4468"/>
          <string name="jiggle" object="stroke" text=".jiggle" tiptext="Jiggle style of hatched line" helpid="4469"/>
          <string name="length" object="stroke" text=".length" tiptext="Length of hatches in hatched line" helpid="4470"/>
          <string name="pattern" object="stroke" text=".pattern" tiptext="Pattern of ragged line" helpid="4471"/>
          <string name="rotate" object="stroke" text=".rotate" tiptext="Rotation style of hatched line" helpid="4472"/>
          <string name="space" object="stroke" text=".space" tiptext="Length of spaces between hatches of a hatched line" helpid="4473"/>
          <string name="style" object="stroke" text=".style" tiptext="Stroke style setting" helpid="4474"/>
          <string name="thickness" object="stroke" text=".thickness" tiptext="Width of Stroke" helpid="4475"/>
          <string name="variation" object="stroke" text=".variation" tiptext="Variation style of stippled line" helpid="4476"/>
          <string name="waveHeight" object="stroke" text=".waveHeight" tiptext="Wave style of ragged line" helpid="4477"/>
          <string name="waveLength" object="stroke" text=".waveLength" tiptext="Wave length of ragged line" helpid="4647"/>
        </folder>
  
        </folder>
  
      <folder name="SymbolInstance" index="true" tiptext="Subclass of Instance; a symbol instance on the Stage" helpid="4478">

        <folder name="Properties" tiptext="Properties of the SymbolInstance object" helpid="4479">
          <string name="accName" object="symbolInstance" text=".accName" tiptext="Name of an object, used by screen reader" helpid="4480"/>
          <string name="actionScript" object="symbolInstance" text=".actionScript" tiptext="String representing the ActionScript on an instance" helpid="4481"/>
          <string name="buttonTracking" object="symbolInstance" text=".buttonTracking" tiptext="Sets button options" helpid="4482"/>
          <string name="colorAlphaAmount" object="symbolInstance" text=".colorAlphaAmount" tiptext="Reduces or increases tint and alpha values by a constant amount" helpid="4483"/>
          <string name="colorAlphaPercent" object="symbolInstance" text=".colorAlphaPercent" tiptext="Reduces or increases tint and alpha values by percentage" helpid="4484"/>
          <string name="colorBlueAmount" object="symbolInstance" text=".colorBlueAmount" tiptext="Reduces or increases the blue tint by specified value" helpid="4485"/>
          <string name="colorBluePercent" object="symbolInstance" text=".colorBluePercent" tiptext="Reduces or increases the blue tint by specified percentage" helpid="4486"/>
          <string name="colorGreenAmount" object="symbolInstance" text=".colorGreenAmount" tiptext="Reduces or increases the green tint by specified value" helpid="4487"/>
          <string name="colorGreenPercent" object="symbolInstance" text=".colorGreenPercent" tiptext="Reduces or increases the green tint by specified percentage" helpid="4488"/>
          <string name="colorMode" object="symbolInstance" text=".colorMode" tiptext="The color mode as identified in the Instance PI" helpid="4489"/>
          <string name="colorRedAmount" object="symbolInstance" text=".colorRedAmount" tiptext="Reduces or increases the red tint by specified value" helpid="4490"/>
          <string name="colorRedPercent" object="symbolInstance" text=".colorRedPercent" tiptext="Reduces or increases the red tint for selected instance by specified percentage" helpid="4491"/>
          <string name="description" object="symbolInstance" text=".description" tiptext="Description of the object, used by screen reader" helpid="4492"/>
          <string name="firstFrame" object="symbolInstance" text=".firstFrame" tiptext="Specifies which frame of a graphic symbol to display first" helpid="4493"/>
          <string name="forceSimple" object="symbolInstance" text=".forceSimple" tiptext="If true, the children of the object are not accessible to screen reader" helpid="4494"/>
          <string name="loop" object="symbolInstance" text=".loop" tiptext="Specifies the loop setting for a graphic symbol" helpid="4495"/>
          <string name="shortcut" object="symbolInstance" text=".shortcut" tiptext="An object's shortcut key" helpid="4496"/>
          <string name="silent" object="symbolInstance" text=".silent" tiptext="If true, object is not read by screen reader" helpid="4497"/>
          <string name="symbolType" object="symbolInstance" text=".symbolType" tiptext="Specifies the symbol type of an instance" helpid="4498"/>
          <string name="tabIndex" object="symbolInstance" text=".tabIndex" tiptext="tabIndex value of an object" helpid="4499"/>
        </folder>
  
        </folder>
  
      <folder name="SymbolItem" index="true" tiptext="Subclass of Item; a symbol in the Library" helpid="4500">

        <folder name="Methods" tiptext="Methods of the SymbolItem object" helpid="4501">
          <string name="convertToCompiledClip" object="symbolItem" text=".convertToCompiledClip()" tiptext="Converts a symbol to a compiled clip" helpid="4502"/>
          <string name="exportSWC" object="symbolItem" text=".exportSWC(% outputURI %)" tiptext="Exports a symbol to a SWC" helpid="4503"/>
          <string name="exportSWF" object="symbolItem" text=".exportSWF(% outputURI %)" tiptext="Exports a symbol to a SWF" helpid="4504"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the SymbolItem object" helpid="4505">
          <string name="sourceAutoUpdate" object="symbolItem" text=".sourceAutoUpdate" tiptext="If true, Shared Library symbol updates when published" helpid="4506"/>
          <string name="sourceFilePath" object="symbolItem" text=".sourceFilePath" tiptext="Source path for Shared Library symbol" helpid="4507"/>
          <string name="sourceLibraryName" object="symbolItem" text=".sourceLibraryName" tiptext="Name of the symbol in source file" helpid="4508"/>
          <string name="symbolType" object="symbolItem" text=".symbolType" tiptext="Specifies the symbol type" helpid="4509"/>
          <string name="timeline" object="symbolItem" text=".timeline" tiptext="The Timeine object for the symbol" helpid="4510"/>
        </folder>
  
        </folder>
  
      <folder name="Text" index="true" tiptext="Subclass of Element; a text field on the Stage" helpid="4511">

        <folder name="Methods" tiptext="Methods of the Text object" helpid="4512">
          <string name="getTextAttr" object="text" text=".getTextAttr(% attrName [, startIndex] [, endIndex] %)" tiptext="Returns the specified text attribute" helpid="4513"/>
          <string name="getTextString" object="text" text=".getTextString(% startIndex, endIndex %)" tiptext="Returns the text string contained in the specified range" helpid="4514"/>
          <string name="setTextAttr" object="text" text=".setTextAttr(% attrName, attrValue [, startIndex] [, endIndex] %)" tiptext="Sets the specified text attribute" helpid="4515"/>
          <string name="setTextString" object="text" text=".setTextString(% text [, startIndex] [, endIndex] %)" tiptext="Sets the text string within the text object" helpid="4516"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Text object" helpid="4517">
          <string name="accName" object="text" text=".accName" tiptext="Name of an object, used by screen reader" helpid="4518"/>
          <string name="autoExpand" object="text" text=".autoExpand" tiptext="If true, the bounding width expands to display all text" helpid="4519"/>
          <string name="border" object="text" text=".border" tiptext="If true, displays a border around dynamic or input text" helpid="4520"/>
          <string name="description" object="text" text=".description" tiptext="Description of the object, used by screen reader" helpid="4521"/>
          <string name="embeddedCharacters" object="text" text=".embeddedCharacters" tiptext="Embeds all specified characters" helpid="4522"/>
          <string name="embedRanges" object="text" text=".embedRanges" tiptext="Specifies ranges of characters to embed" helpid="4523"/>
          <string name="length" object="text" text=".length" tiptext="The number of characters in a text object" helpid="4524"/>
          <string name="lineType" object="text" text=".lineType" tiptext="The type of text line" helpid="4525"/>
          <string name="maxCharacters" object="text" text=".maxCharacters" tiptext="Specifies the maximum characters" helpid="4526"/>
          <string name="orientation" object="text" text=".orientation" tiptext="Specifies the orientation of the text" helpid="4527"/>
          <string name="renderAsHTML" object="text" text=".renderAsHTML" tiptext="If true, text renders as HTML" helpid="4528"/>
          <string name="scrollable" object="text" text=".scrollable" tiptext="If true, text can be scrolled" helpid="4529"/>
          <string name="selectable" object="text" text=".selectable" tiptext="If true, text can be selected" helpid="4530"/>
          <string name="selectionEnd" object="text" text=".selectionEnd" tiptext="Offset of the end of a text subselection" helpid="4531"/>
          <string name="selectionStart" object="text" text=".selectionStart" tiptext="Offset of the beginning of a text subselection" helpid="4532"/>
          <string name="shortcut" object="text" text=".shortcut" tiptext="An object's shortcut key" helpid="4533"/>
          <string name="silent" object="text" text=".silent" tiptext="If true, object is not read by screen reader" helpid="4534"/>
          <string name="tabIndex" object="text" text=".tabIndex" tiptext="tabIndex value of an object" helpid="4535"/>
          <string name="textRuns" object="text" text=".textRuns" tiptext="An array of TextRun objects" helpid="4536"/>
          <string name="textType" object="text" text=".textType" tiptext="The type of text field" helpid="4537"/>
          <string name="useDeviceFonts" object="text" text=".useDeviceFonts" tiptext="If true, renders text using device font" helpid="4538"/>
          <string name="variableName" object="text" text=".variableName" tiptext="Stores the contents of text field in a variable name" helpid="4539"/>
        </folder>
  
        </folder>
  
      <folder name="TextAttrs" index="true" tiptext="Subclass of TextRun; contains properties applicable to a subselection" helpid="4540">

        <folder name="Properties" tiptext="Properties of the TextAttrs object" helpid="4541">
          <string name="aliasText" object="textAttrs" text=".aliasText" tiptext="If true, text renders aliased" helpid="4542"/>
          <string name="alignment" object="textAttrs" text=".alignment" tiptext="Paragraph justification" helpid="4543"/>
          <string name="autoKern" object="textAttrs" text=".autoKern" tiptext="If true, pair kerning is used" helpid="4544"/>
          <string name="bold" object="textAttrs" text=".bold" tiptext="If true, text is displayed as bold" helpid="4545"/>
          <string name="characterPosition" object="textAttrs" text=".characterPosition" tiptext="The vertical position of text" helpid="4546"/>
          <string name="characterSpacing" object="textAttrs" text=".characterSpacing" tiptext="Integer representing the space between characters" helpid="4547"/>
          <string name="face" object="textAttrs" text=".face" tiptext="The name of the font" helpid="4548"/>
          <string name="fillColor" object="textAttrs" text=".fillColor" tiptext="A hexadecimal color string" helpid="4549"/>
          <string name="indent" object="textAttrs" text=".indent" tiptext="Paragraph indentation" helpid="4550"/>
          <string name="italic" object="textAttrs" text=".italic" tiptext="If true, text is displayed in italics" helpid="4551"/>
          <string name="leftMargin" object="textAttrs" text=".leftMargin" tiptext="A paragraph's left margin" helpid="4552"/>
          <string name="lineSpacing" object="textAttrs" text=".lineSpacing" tiptext="A paragraph's line spacing" helpid="4553"/>
          <string name="rightMargin" object="textAttrs" text=".rightMargin" tiptext="A paragraph's right margin" helpid="4554"/>
          <string name="rotation" object="textAttrs" text=".rotation" tiptext="If true, characters are rotated 90 degrees" helpid="4555"/>
          <string name="size" object="textAttrs" text=".size" tiptext="The size of the font" helpid="4556"/>
          <string name="target" object="textAttrs" text=".target" tiptext="The string for the target" helpid="4557"/>
          <string name="url" object="textAttrs" text=".url" tiptext="A string representing an URL" helpid="4558"/>
        </folder>
  
        </folder>
  
      <folder name="TextRun" index="true" tiptext="Subclass of Text; a string of characters" helpid="4559">

        <folder name="Properties" tiptext="Properties of the TextRun object" helpid="4560">
          <string name="characters" object="textRun" text=".characters" tiptext="The text contained in a TextRun object" helpid="4561"/>
          <string name="textAttrs" object="textRun" text=".textAttrs" tiptext="TextAttrs object containing the attributes of a run of text" helpid="4562"/>
        </folder>
  
        </folder>
  
      <folder name="Timeline" index="true" tiptext="The Timeline" helpid="4563">

        <folder name="Methods" tiptext="Methods of the Timeline object" helpid="4564">
          <string name="addMotionGuide" object="timeline" text=".addMotionGuide()" tiptext="Adds a motion guide layer" helpid="4565"/>
          <string name="addNewLayer" object="timeline" text=".addNewLayer(% [name] [, layerType] [, bAddAbove] %)" tiptext="Adds a new layer" helpid="4566"/>
          <string name="clearFrames" object="timeline" text=".clearFrames(% [startFrame] [, endFrame] %)" tiptext="Deletes all the contents from within a frame" helpid="4567"/>
          <string name="clearKeyframes" object="timeline" text=".clearKeyframes(% [startFrame] [, endFrame] %)" tiptext="Converts keyframe to a regular frame and deletes its contents" helpid="4568"/>
          <string name="convertToBlankKeyframes" object="timeline" text=".convertToBlankKeyframes(% [startFrame] [, endFrame] %)" tiptext="Converts specified frame to a blank keyframe" helpid="4569"/>
          <string name="convertToKeyframes" object="timeline" text=".convertToKeyframes(% [startFrame] [, endFrame] %)" tiptext="Converts specified frames to keyframes" helpid="4570"/>
          <string name="copyFrames" object="timeline" text=".copyFrames(% [startFrame] [, endFrame] %)" tiptext="Copies specified frames to the clipboard" helpid="4571"/>
          <string name="createMotionTween" object="timeline" text=".createMotionTween(% [startFrame] [, endFrame] %)" tiptext="Creates a motion tween, converts frame's contents into a symbol if it isn't one" helpid="4572"/>
          <string name="cutFrames" object="timeline" text=".cutFrames(% [startFrame] [, endFrame] %)" tiptext="Cuts specified frames to the clipboard" helpid="4573"/>
          <string name="deleteLayer" object="timeline" text=".deleteLayer(% [index] %)" tiptext="Deletes layer in timeline" helpid="4574"/>
          <string name="expandFolder" object="timeline" text=".expandFolder(% bExpand [, bRecurseNestedParents] [, index] %)" tiptext="If true, expands layer folder; if false, collapses it" helpid="4575"/>
          <string name="findLayerIndex" object="timeline" text=".findLayerIndex(% name %)" tiptext="Returns an array of indices for Layers with specified name" helpid="4576"/>
          <string name="getFrameProperty" object="timeline" text=".getFrameProperty(% property %)" tiptext="Returns the specified Frame property" helpid="4577"/>
          <string name="getLayerProperty" object="timeline" text=".getLayerProperty(% property %)" tiptext="Returns the specified Layer property" helpid="4578"/>
          <string name="getSelectedFrames" object="timeline" text=".getSelectedFrames()" tiptext="Returns an array containing the indices of the selected Frames" helpid="4579"/>
          <string name="getSelectedLayers" object="timeline" text=".getSelectedLayers()" tiptext="Returns an array containing the indices of the selected Layers" helpid="4580"/>
          <string name="insertBlankKeyframe" object="timeline" text=".insertBlankKeyframe(% [frameNum] %)" tiptext="Inserts a blank keyframe" helpid="4581"/>
          <string name="insertFrames" object="timeline" text=".insertFrames(% [numFrames] [, bAllLayers] [, frameNum] %)" tiptext="Inserts specified number of frames" helpid="4582"/>
          <string name="insertKeyframe" object="timeline" text=".insertKeyframe(% [frameNum] %)" tiptext="Inserts a keyframe" helpid="4583"/>
          <string name="pasteFrames" object="timeline" text=".pasteFrames(% [startFrame] [, endFrame] %)" tiptext="Pastes frames from the clipboard into a range of frames" helpid="4584"/>
          <string name="removeFrames" object="timeline" text=".removeFrames(% [startFrame] [, endFrame] %)" tiptext="Deletes the frame" helpid="4585"/>
          <string name="reorderLayer" object="timeline" text=".reorderLayer(% layerToMove, layerToPutItBy [, bAddBefore] %)" tiptext="Moves the specified layer" helpid="4586"/>
          <string name="reverseFrames" object="timeline" text=".reverseFrames(% [startFrame] [, endFrame] %)" tiptext="Reverses a range of frames" helpid="4587"/>
          <string name="selectAllFrames" object="timeline" text=".selectAllFrames()" tiptext="Selects all the frames in the current timeline" helpid="4588"/>
          <string name="setFrameProperty" object="timeline" text=".setFrameProperty(% property, value [, startFrame] [, endFrame] %)" tiptext="Sets the specified frame property" helpid="4589"/>
          <string name="setLayerProperty" object="timeline" text=".setLayerProperty(% property, value [, layersToChange] %)" tiptext="Sets the specified layer property" helpid="4590"/>
          <string name="setSelectedFrames" object="timeline" text=".setSelectedFrames(% startFrame, endFrame [, bReplaceCurrentSelection] %)" tiptext="Selects specified frames in the current layer" helpid="4591"/>
          <string name="setSelectedFrames" object="timeline" text=".setSelectedFrames(% selectionList [, bReplaceCurrentSelection] %)" tiptext="Selects the frames specified in the selection array" helpid="4592"/>
          <string name="setSelectedLayers" object="timeline" text=".setSelectedLayers(% index [, bReplaceCurrentSelection] %)" tiptext="Selects specified layers and all the frames in those layers" helpid="4593"/>
          <string name="showLayerMasking" object="timeline" text=".showLayerMasking(% [layer] %)" tiptext="If true, displays layer masking" helpid="4594"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Timeline object" helpid="4595">
          <string name="currentFrame" object="timeline" text=".currentFrame" tiptext="Frame index for the location of playhead" helpid="4596"/>
          <string name="currentLayer" object="timeline" text=".currentLayer" tiptext="The currently active layer" helpid="4597"/>
          <string name="frameCount" object="timeline" text=".frameCount" tiptext="Number of frames in the longest layer in specified timeline" helpid="4598"/>
          <string name="layerCount" object="timeline" text=".layerCount" tiptext="The number of layers in specified Timeline" helpid="4599"/>
          <string name="layers" object="timeline" text=".layers" tiptext="An array of Layer objects" helpid="4600"/>
          <string name="name" object="timeline" text=".name" tiptext="Name of the Timeline; same as Scene name" helpid="4601"/>
        </folder>
  
        </folder>
  
      <folder name="ToolObj" index="true" tiptext="Represents an individual tool" helpid="4602">

        <folder name="Methods" tiptext="Methods of the ToolObj object" helpid="4603">
          <string name="enablePIControl" object="toolObj" text=".enablePIControl(% control, enable %)" tiptext="Enables or disables a control in the PI" helpid="4604"/>
          <string name="setIcon" object="toolObj" text=".setIcon(% file %)" tiptext="Specifies PNG file to use as tool icon" helpid="4605"/>
          <string name="setMenuString" object="toolObj" text=".setMenuString(% menuStr %)" tiptext="Sets the string for pop menu of tool" helpid="4606"/>
          <string name="setOptionsFile" object="toolObj" text=".setOptionsFile(% xmlFIle %)" tiptext="Sets the options file for a tool" helpid="4607"/>
          <string name="setPI" object="toolObj" text=".setPI(% pi %)" tiptext="Sets which PI to use with a tool" helpid="4608"/>
          <string name="setToolName" object="toolObj" text=".setToolName(% name %)" tiptext="Sets the name of the tool" helpid="4609"/>
          <string name="setToolTip" object="toolObj" text=".setToolTip(% toolTip %)" tiptext="Sets the tooltip for the tool" helpid="4610"/>
          <string name="showPIControl" object="toolObj" text=".showPIControl(% control, show %)" tiptext="Shows or hides specified control in the PI" helpid="4611"/>
          <string name="showTransformHandles" object="toolObj" text=".showTransformHandles(% show %)" tiptext="If true, free transform handles are displayed when tool is active" helpid="4612"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the ToolObj object" helpid="4613">
          <string name="depth" object="toolObj" text=".depth" tiptext="Location of the tool in popup menu" helpid="4614"/>
          <string name="iconID" object="toolObj" text=".iconID" tiptext="Resource ID of the tool" helpid="4615"/>
          <string name="position" object="toolObj" text=".position" tiptext="Location of the tool in toolbar" helpid="4616"/>
        </folder>
  
        </folder>
  
      <folder name="Tools" index="true" tiptext="Records input from keyboard and mouse" helpid="4617">

        <folder name="Methods" tiptext="Methods of the Tools object" helpid="4618">
          <string name="getKeyDown" object="tools" text=".getKeyDown()" tiptext="Returns the last key pressed" helpid="4619"/>
          <string name="setCursor" object="tools" text=".setCursor(% cursor %)" tiptext="Sets which cursor the tool uses" helpid="4620"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Tools object" helpid="4621">
          <string name="activeTool" object="tools" text=".activeTool" tiptext="Returns the ToolObj object for the currently active tool" helpid="4622"/>
          <string name="altIsDown" object="tools" text=".altIsDown" tiptext="If TRUE, alt key is pressed" helpid="4623"/>
          <string name="constrainPoint" object="tools" text=".constrainPoint" tiptext="Allows Tools movements to be constrained" helpid="4624"/>
          <string name="ctlIsDown" object="tools" text=".ctlIsDown" tiptext="If TRUE, control key is down" helpid="4625"/>
          <string name="mouseIsDown" object="tools" text=".mouseIsDown" tiptext="If TRUE, left mouse button is pressed" helpid="4626"/>
          <string name="penDownLoc" object="tools" text=".penDownLoc" tiptext="The position of the last mouse down event" helpid="4627"/>
          <string name="penLoc" object="tools" text=".penLoc" tiptext="The current location of the mouse" helpid="4628"/>
          <string name="shiftIsDown" object="tools" text=".shiftIsDown" tiptext="If TRUE, shift key is pressed" helpid="4629"/>
          <string name="snapPoint" object="tools" text=".snapPoint" tiptext="If a snap setting is on, returns the point which snaps" helpid="4630"/>
          <string name="toolObjs" object="tools" text=".toolObjs" tiptext="An array of ToolObj objects" helpid="4631"/>
        </folder>
  
        </folder>
  
      <folder name="Vertex" index="true" tiptext="Contains the coordinate data of a shape" helpid="4632">

        <folder name="Methods" tiptext="Methods of the Vertex object" helpid="4633">
          <string name="getHalfEdge" object="vertex" text=".getHalfEdge()" tiptext="Returns the HalfEdge that shares a vertex" helpid="4634"/>
          <string name="setLocation" object="vertex" text=".setLocation(% x, y %)" tiptext="Sets the location of a vertex" helpid="4635"/>
        </folder>
  
        <folder name="Properties" tiptext="Properties of the Vertex object" helpid="4636">
          <string name="x" object="vertex" text=".x" tiptext="The x location of the vertex" helpid="4637"/>
          <string name="y" object="vertex" text=".y" tiptext="The y location of the vertex" helpid="4638"/>
        </folder>
  
        </folder>
  
      <folder name="VideoItem" index="true" tiptext="Subclass of Item; a video in the Library" helpid="4639">

        <folder name="Refer to Item object for properties or methods" tiptext="Refer to Item object for properties or methods" helpid="4640">
        </folder>
  
        </folder>
  
      <folder name="XMLUI" index="true" tiptext="XMLUI dialog box" helpid="4641">

        <folder name="Methods" tiptext="Methods of the XMLUI object" helpid="4642">
          <string name="accept" object="xmlui" text=".accept()" tiptext="Exits XMLUI dialog with an accept state" helpid="4643"/>
          <string name="cancel" object="xmlui" text=".cancel()" tiptext="Exits XMLUI dialog with a cancel state" helpid="4644"/>
          <string name="get" object="xmlui" text=".get(% name %)" tiptext="Returns specified property's value in the XMLUI dialog box" helpid="4645"/>
          <string name="set" object="xmlui" text=".set(% name, value %)" tiptext="Sets specified property's value in the XMLUI dialog box" helpid="4646"/>
        </folder>
  
        </folder>
  
  </actionspanel>
  <colorsyntax>
	<keyword text="abstract"	/>
	<keyword text="boolean"	/>
	<keyword text="break"	/>
	<keyword text="byte"	/>
	<keyword text="case"	/>
	<keyword text="catch"	/>
	<keyword text="char"	/>
	<keyword text="class"	/>
	<keyword text="const"	/>
	<keyword text="continue"	/>
	<keyword text="debugger"	/>
	<keyword text="default"	/>
	<keyword text="delete"	/>
	<keyword text="do"	/>
	<keyword text="double"	/>
	<keyword text="else"	/>
	<keyword text="enum"	/>
	<keyword text="export"	/>
	<keyword text="extends"	/>
	<keyword text="false"	/>
	<keyword text="final"	/>
	<keyword text="finally"	/>
	<keyword text="float"	/>
	<keyword text="for"	/>
	<keyword text="function"	/>
	<keyword text="goto"	/>
	<keyword text="if"	/>
	<keyword text="implements"	/>
	<keyword text="import"	/>
	<keyword text="in"	/>
	<keyword text="instanceof"	/>
	<keyword text="int"	/>
	<keyword text="interface"	/>
	<keyword text="long"	/>
	<keyword text="native"	/>
	<keyword text="new"	/>
	<keyword text="null"	/>
	<keyword text="package"	/>
	<keyword text="private"	/>
	<keyword text="protected"	/>
	<keyword text="public"	/>
	<keyword text="return"	/>
	<keyword text="short"	/>
	<keyword text="static"	/>
	<keyword text="super"	/>
	<keyword text="switch"	/>
	<keyword text="synchronized"	/>
	<keyword text="this"	/>
	<keyword text="throw"	/>
	<keyword text="throws"	/>
	<keyword text="transient"	/>
	<keyword text="true"	/>
	<keyword text="try"	/>
	<keyword text="typeof"	/>
	<keyword text="var"	/>
	<keyword text="void"	/>
	<keyword text="volatile"	/>
	<keyword text="while"	/>
	<keyword text="with"	/>
	
	<identifier text="Array"	/>
	<identifier text="alert"	/>
	<identifier text="Boolean"	/>
	<identifier text="Date"	/>
	<identifier text="E"	/>
	<identifier text="Function"	/>
	<identifier text="Infinity"	/>
	<identifier text="LN10"	/>
	<identifier text="LN2"	/>
	<identifier text="LOG10E"	/>
	<identifier text="LOG2E"	/>
	<identifier text="MAX_VALUE"	/>
	<identifier text="MIN_VALUE"	/>
	<identifier text="Math"	/>
	<identifier text="NEGATIVE_INFINITY"	/>
	<identifier text="NaN"	/>
	<identifier text="Number"	/>
	<identifier text="Object"	/>
	<identifier text="PI"	/>
	<identifier text="POSITIVE_INFINITY"	/>
	<identifier text="prompt"	/>
	<identifier text="RegExp"	/>
	<identifier text="SQRT1_2"	/>
	<identifier text="SQRT2"	/>
	<identifier text="String"	/>
	<identifier text="String"	/>
	<identifier text="UTC"	/>
	<identifier text="abs"	/>
	<identifier text="acos"	/>
	<identifier text="apply"	/>
	<identifier text="arguments"	/>
	<identifier text="arguments.callee"	/>
	<identifier text="arguments.caller"	/>
	<identifier text="arguments.length"	/>
	<identifier text="arity"	/>
	<identifier text="asin"	/>
	<identifier text="atan"	/>
	<identifier text="atan2"	/>
	<identifier text="call"	/>
	<identifier text="ceil"	/>
	<identifier text="charAt"	/>
	<identifier text="charCodeAt"	/>
	<identifier text="concat"	/>
	<identifier text="concat"	/>
	<identifier text="constructor"	/>
	<identifier text="cos"	/>
	<identifier text="decodeURI"	/>
	<identifier text="decodeURIComponent"	/>
	<identifier text="encodeURI"	/>
	<identifier text="encodeURIComponent"	/>
	<identifier text="eval"	/>
	<identifier text="exec"	/>
	<identifier text="exp"	/>
	<identifier text="fromCharCode"	/>
	<identifier text="getDate"	/>
	<identifier text="getDay"	/>
	<identifier text="getFullYear"	/>
	<identifier text="getHours"	/>
	<identifier text="getMilliseconds"	/>
	<identifier text="getMinutes"	/>
	<identifier text="getMonth"	/>
	<identifier text="getSeconds"	/>
	<identifier text="getTime"	/>
	<identifier text="getTimezoneOffset"	/>
	<identifier text="getUTCDate"	/>
	<identifier text="getUTCDay"	/>
	<identifier text="getUTCFullYear"	/>
	<identifier text="getUTCHours"	/>
	<identifier text="getUTCMilliseconds"	/>
	<identifier text="getUTCMinutes"	/>
	<identifier text="getUTCMonth"	/>
	<identifier text="getUTCSeconds"	/>
	<identifier text="getYear"	/>
	<identifier text="global"	/>
	<identifier text="ignoreCase"	/>
	<identifier text="index"	/>
	<identifier text="indexOf"	/>
	<identifier text="input"	/>
	<identifier text="isFinite"	/>
	<identifier text="isNaN"	/>
	<identifier text="join"	/>
	<identifier text="lastIndex"	/>
	<identifier text="lastIndexOf"	/>
	<identifier text="length"	/>
	<identifier text="log"	/>
	<identifier text="match"	/>
	<identifier text="max"	/>
	<identifier text="min"	/>
	<identifier text="multiline"	/>
	<identifier text="parse"	/>
	<identifier text="parseFloat"	/>
	<identifier text="parseInt"	/>
	<identifier text="pop"	/>
	<identifier text="pow"	/>
	<identifier text="prototype"	/>
	<identifier text="push"	/>
	<identifier text="random"	/>
	<identifier text="replace"	/>
	<identifier text="reverse"	/>
	<identifier text="round"	/>
	<identifier text="search"	/>
	<identifier text="setDate"	/>
	<identifier text="setFullYear"	/>
	<identifier text="setHours"	/>
	<identifier text="setMilliseconds"	/>
	<identifier text="setMinutes"	/>
	<identifier text="setMonth"	/>
	<identifier text="setSeconds"	/>
	<identifier text="setTime"	/>
	<identifier text="setUTCDate"	/>
	<identifier text="setUTCFullYear"	/>
	<identifier text="setUTCHours"	/>
	<identifier text="setUTCMilliseconds"	/>
	<identifier text="setUTCMinutes"	/>
	<identifier text="setUTCMonth"	/>
	<identifier text="setUTCSeconds"	/>
	<identifier text="setYear"	/>
	<identifier text="shift"	/>
	<identifier text="sin"	/>
	<identifier text="slice"	/>
	<identifier text="slice"	/>
	<identifier text="sort"	/>
	<identifier text="source"	/>
	<identifier text="splice"	/>
	<identifier text="split"	/>
	<identifier text="sqrt"	/>
	<identifier text="substr"	/>
	<identifier text="substring"	/>
	<identifier text="tan"	/>
	<identifier text="test"	/>
	<identifier text="toExponential"	/>
	<identifier text="toFixed"	/>
	<identifier text="toGMTString"	/>
	<identifier text="toLocaleDateString"	/>
	<identifier text="toLocaleString"	/>
	<identifier text="toLocaleTimeString"	/>
	<identifier text="toLowerCase"	/>
	<identifier text="toPrecision"	/>
	<identifier text="toSource"	/>
	<identifier text="toString"	/>
	<identifier text="toUTCString"	/>
	<identifier text="toUpperCase"	/>
	<identifier text="undefined"	/>
	<identifier text="unshift"	/>
	<identifier text="unwatch"	/>
	<identifier text="valueOf"	/>
	<identifier text="watch"	/>
	
	<identifier text="flash"/>
  
	<identifier text="bitmapInstance"/>
	<identifier text="hPixels"/>
	<identifier text="vPixels"/>
	<identifier text="getBits"/>
	<identifier text="setBits"/>
	<identifier text="bitmapItem"/>
	<identifier text="allowSmoothing"/>
	<identifier text="compressionType"/>
	<identifier text="quality"/>
	<identifier text="useImportedJPEGQuality"/>
	<identifier text="compiledClipInstance"/>
	<identifier text="accName"/>
	<identifier text="actionScript"/>
	<identifier text="description"/>
	<identifier text="forceSimple"/>
	<identifier text="shortcut"/>
	<identifier text="silent"/>
	<identifier text="tabIndex"/>
	<identifier text="componentInstance"/>
	<identifier text="parameters"/>
	<identifier text="componentsPanel"/>
	<identifier text="addItemToDocument"/>
	<identifier text="contour"/>
	<identifier text="interior"/>
	<identifier text="orientation"/>
	<identifier text="getHalfEdge"/>
	<identifier text="document"/>
	<identifier text="accName"/>
	<identifier text="autoLabel"/>
	<identifier text="backgroundColor"/>
	<identifier text="currentPublishProfile"/>
	<identifier text="currentTimeline"/>
	<identifier text="description"/>
	<identifier text="forceSimple"/>
	<identifier text="frameRate"/>
	<identifier text="height"/>
	<identifier text="library"/>
	<identifier text="livePreview"/>
	<identifier text="name"/>
	<identifier text="path"/>
	<identifier text="publishProfiles"/>
	<identifier text="screenOutline"/>
	<identifier text="selection"/>
	<identifier text="silent"/>
	<identifier text="timelines"/>
	<identifier text="width"/>
	<identifier text="addDataToDocument"/>
	<identifier text="addDataToSelection"/>
	<identifier text="addItem"/>
	<identifier text="addNewLine"/>
	<identifier text="addNewOval"/>
	<identifier text="addNewPublishProfile"/>
	<identifier text="addNewRectangle"/>
	<identifier text="addNewScene"/>
	<identifier text="addNewText"/>
	<identifier text="align"/>
	<identifier text="allowScreens"/>
	<identifier text="arrange"/>
	<identifier text="breakApart"/>
	<identifier text="canEditSymbol"/>
	<identifier text="canRevert"/>
	<identifier text="canTestMovie"/>
	<identifier text="canTestScene"/>
	<identifier text="clipCopy"/>
	<identifier text="clipCut"/>
	<identifier text="clipPaste"/>
	<identifier text="close"/>
	<identifier text="convertLinesToFills"/>
	<identifier text="convertToSymbol"/>
	<identifier text="deletePublishProfile"/>
	<identifier text="deleteScene"/>
	<identifier text="deleteSelection"/>
	<identifier text="distribute"/>
	<identifier text="distributeToLayers"/>
	<identifier text="documentHasData"/>
	<identifier text="duplicatePublishProfile"/>
	<identifier text="duplicateScene"/>
	<identifier text="duplicateSelection"/>
	<identifier text="editScene"/>
	<identifier text="enterEditMode"/>
	<identifier text="exitEditMode"/>
	<identifier text="exportPublishProfile"/>
	<identifier text="exportSWF"/>
	<identifier text="getAlignToDocument"/>
	<identifier text="getCustomFill"/>
	<identifier text="getCustomStroke"/>
	<identifier text="getDataFromDocument"/>
	<identifier text="getElementProperty"/>
	<identifier text="getElementTextAttr"/>
	<identifier text="getSelectionRect"/>
	<identifier text="getTextString"/>
	<identifier text="getTimeline"/>
	<identifier text="getTransformationPoint"/>
	<identifier text="group"/>
	<identifier text="importPublishProfile"/>
	<identifier text="importSWF"/>
	<identifier text="match"/>
	<identifier text="mouseClick"/>
	<identifier text="mouseDblClk"/>
	<identifier text="moveSelectedBezierPointsBy"/>
	<identifier text="moveSelectionBy"/>
	<identifier text="optimizeCurves"/>
	<identifier text="publish"/>
	<identifier text="removeDataFromDocument"/>
	<identifier text="removeDataFromSelection"/>
	<identifier text="renamePublishProfile"/>
	<identifier text="renameScene"/>
	<identifier text="reorderScene"/>
	<identifier text="resetTransformation"/>
	<identifier text="revert"/>
	<identifier text="rotateSelection"/>
	<identifier text="save"/>
	<identifier text="saveAndCompact"/>
	<identifier text="scaleSelection"/>
	<identifier text="selectAll"/>
	<identifier text="selectNone"/>
	<identifier text="setAlignToDocument"/>
	<identifier text="setCustomFill"/>
	<identifier text="setCustomStroke"/>
	<identifier text="setElementProperty"/>
	<identifier text="setElementTextAttr"/>
	<identifier text="setFillColor"/>
	<identifier text="setInstanceAlpha"/>
	<identifier text="setInstanceBrightness"/>
	<identifier text="setInstanceTint"/>
	<identifier text="setSelectionBounds"/>
	<identifier text="setSelectionRect"/>
	<identifier text="setStroke"/>
	<identifier text="setStrokeColor"/>
	<identifier text="setStrokeSize"/>
	<identifier text="setStrokeStyle"/>
	<identifier text="setTextRectangle"/>
	<identifier text="setTextSelection"/>
	<identifier text="setTextString"/>
	<identifier text="setTransformationPoint"/>
	<identifier text="skewSelection"/>
	<identifier text="smoothSelection"/>
	<identifier text="space"/>
	<identifier text="straightenSelection"/>
	<identifier text="swapElement"/>
	<identifier text="testMovie"/>
	<identifier text="testScene"/>
	<identifier text="traceBitmap"/>
	<identifier text="transformSelection"/>
	<identifier text="unGroup"/>
	<identifier text="unlockAllElements"/>
	<identifier text="xmlPanel"/>
	<identifier text="drawingLayer"/>
	<identifier text="beginDraw"/>
	<identifier text="beginFrame"/>
	<identifier text="cubicCurveTo"/>
	<identifier text="curveTo"/>
	<identifier text="drawPath"/>
	<identifier text="endDraw"/>
	<identifier text="endFrame"/>
	<identifier text="lineTo"/>
	<identifier text="moveTo"/>
	<identifier text="newPath"/>
	<identifier text="setColor"/>
	<identifier text="edge"/>
	<identifier text="id"/>
	<identifier text="isLine"/>
	<identifier text="getControl"/>
	<identifier text="getHalfEdge"/>
	<identifier text="setControl"/>
	<identifier text="splitEdge"/>
	<identifier text="effect"/>
	<identifier text="effectName"/>
	<identifier text="groupName"/>
	<identifier text="sourceFile"/>
	<identifier text="symbolType"/>
	<identifier text="useXMLToUI"/>
	<identifier text="element"/>
	<identifier text="depth"/>
	<identifier text="elementType"/>
	<identifier text="height"/>
	<identifier text="left"/>
	<identifier text="locked"/>
	<identifier text="matrix"/>
	<identifier text="name"/>
	<identifier text="top"/>
	<identifier text="width"/>
	<identifier text="getPersistentData"/>
	<identifier text="hasPersistentData"/>
	<identifier text="removePersistentData"/>
	<identifier text="setPersistentData"/>
	<identifier text="embeddedVideoInstance"/>
	<identifier text="External Library:"/>
	<identifier text="fill"/>
	<identifier text="color"/>
	<identifier text="colorArray"/>
	<identifier text="posArray"/>
	<identifier text="style"/>
	<identifier text="fl"/>
	<identifier text="activeEffect"/>
	<identifier text="componentsPanel"/>
	<identifier text="configDirectory"/>
	<identifier text="configURI"/>
	<identifier text="documents"/>
	<identifier text="effects"/>
	<identifier text="Math"/>
	<identifier text="outputPanel"/>
	<identifier text="screenTypes"/>
	<identifier text="tools"/>
	<identifier text="version"/>
	<identifier text="viewMatrix"/>
	<identifier text="xmlui"/>
	<identifier text="browseForFileURL"/>
	<identifier text="closeAll"/>
	<identifier text="closeDocument"/>
	<identifier text="createDocument"/>
	<identifier text="enableImmediateUpdates"/>
	<identifier text="fileExists"/>
	<identifier text="findDocumentIndex"/>
	<identifier text="findScreenType"/>
	<identifier text="getDocumentDOM"/>
	<identifier text="invokeScreenType"/>
	<identifier text="openDocument"/>
	<identifier text="quit"/>
	<identifier text="reloadEffects"/>
	<identifier text="reloadTools"/>
	<identifier text="revertDocument"/>
	<identifier text="runScript"/>
	<identifier text="saveAll"/>
	<identifier text="saveDocument"/>
	<identifier text="saveDocumentAs"/>
	<identifier text="setActiveWindow"/>
	<identifier text="trace"/>
	<identifier text="folderItem"/>
	<identifier text="fontItem"/>
	<identifier text="frame"/>
	<identifier text="actionScript"/>
	<identifier text="duration"/>
	<identifier text="elements"/>
	<identifier text="labelType"/>
	<identifier text="motionTweenOrientToPath"/>
	<identifier text="motionTweenRotate"/>
	<identifier text="motionTweenRotateTimes"/>
	<identifier text="motionTweenScale"/>
	<identifier text="motionTweenSnap"/>
	<identifier text="motionTweenSync"/>
	<identifier text="name"/>
	<identifier text="shapeTweenBlend"/>
	<identifier text="soundEffect"/>
	<identifier text="soundLibraryItem"/>
	<identifier text="soundLoop"/>
	<identifier text="soundLoopMode"/>
	<identifier text="soundName"/>
	<identifier text="soundSync"/>
	<identifier text="startFrame"/>
	<identifier text="tweenEasing"/>
	<identifier text="tweenType"/>
	<identifier text="activate"/>
	<identifier text="configureTool"/>
	<identifier text="deactivate"/>
	<identifier text="keyDown"/>
	<identifier text="keyUp"/>
	<identifier text="mouseDoubleClick"/>
	<identifier text="mouseDown"/>
	<identifier text="mouseMove"/>
	<identifier text="mouseUp"/>
	<identifier text="notifySettingsChanged"/>
	<identifier text="setCursor"/>
	<identifier text="halfEdge"/>
	<identifier text="id"/>
	<identifier text="index"/>
	<identifier text="getEdge"/>
	<identifier text="getNext"/>
	<identifier text="getOppositeHalfEdge"/>
	<identifier text="getPrev"/>
	<identifier text="getVertex"/>
	<identifier text="instance"/>
	<identifier text="instanceType"/>
	<identifier text="libraryItem"/>
	<identifier text="item"/>
	<identifier text="itemType"/>
	<identifier text="linkageClassName"/>
	<identifier text="linkageExportForAS"/>
	<identifier text="linkageExportForRS"/>
	<identifier text="linkageExportInFirstFrame"/>
	<identifier text="linkageIdentifier"/>
	<identifier text="linkageImportForRS"/>
	<identifier text="linkageURL"/>
	<identifier text="name"/>
	<identifier text="addData"/>
	<identifier text="getData"/>
	<identifier text="hasData"/>
	<identifier text="removeData"/>
	<identifier text="layer"/>
	<identifier text="color"/>
	<identifier text="frameCount"/>
	<identifier text="frames"/>
	<identifier text="height"/>
	<identifier text="layerType"/>
	<identifier text="locked"/>
	<identifier text="name"/>
	<identifier text="outline"/>
	<identifier text="parentLayer"/>
	<identifier text="visible"/>
	<identifier text="library"/>
	<identifier text="items"/>
	<identifier text="addItemToDocument"/>
	<identifier text="addNewItem"/>
	<identifier text="deleteItem"/>
	<identifier text="duplicateItem"/>
	<identifier text="editItem"/>
	<identifier text="expandFolder"/>
	<identifier text="findItemIndex"/>
	<identifier text="getItemProperty"/>
	<identifier text="getItemType"/>
	<identifier text="getSelectedItems"/>
	<identifier text="importEmbeddedSWF"/>
	<identifier text="itemExists"/>
	<identifier text="moveToFolder"/>
	<identifier text="newFolder"/>
	<identifier text="renameItem"/>
	<identifier text="selectAll"/>
	<identifier text="selectItem"/>
	<identifier text="selectNone"/>
	<identifier text="setItemProperty"/>
	<identifier text="updateItem"/>
	<identifier text="linkedVideoInstance"/>
	<identifier text="Math"/>
	<identifier text="concatMatrix"/>
	<identifier text="invertMatrix"/>
	<identifier text="pointDistance"/>
	<identifier text="matrix"/>
	<identifier text="a"/>
	<identifier text="b"/>
	<identifier text="c"/>
	<identifier text="d"/>
	<identifier text="tx"/>
	<identifier text="ty"/>
	<identifier text="outputPanel"/>
	<identifier text="clear"/>
	<identifier text="save"/>
	<identifier text="trace"/>
	<identifier text="parameter"/>
	<identifier text="category"/>
	<identifier text="listIndex"/>
	<identifier text="name"/>
	<identifier text="value"/>
	<identifier text="valueType"/>
	<identifier text="verbose"/>
	<identifier text="insertItem"/>
	<identifier text="removeItem"/>
	<identifier text="newPath"/>
	<identifier text="nPts"/>
	<identifier text="addCubicCurve"/>
	<identifier text="addCurve"/>
	<identifier text="addPoint"/>
	<identifier text="clear"/>
	<identifier text="close"/>
	<identifier text="makeShape"/>
	<identifier text="newContour"/>
	<identifier text="screen"/>
	<identifier text="accName"/>
	<identifier text="childScreens"/>
	<identifier text="description"/>
	<identifier text="forceSimple"/>
	<identifier text="hidden"/>
	<identifier text="instanceName"/>
	<identifier text="name"/>
	<identifier text="nextScreen"/>
	<identifier text="parameters"/>
	<identifier text="parentScreen"/>
	<identifier text="prevScreen"/>
	<identifier text="screenType"/>
	<identifier text="screenTypeVersion"/>
	<identifier text="silent"/>
	<identifier text="tabIndex"/>
	<identifier text="timeline"/>
	<identifier text="screenOutline"/>
	<identifier text="currentScreen"/>
	<identifier text="screens"/>
	<identifier text="copyScreenFromFile"/>
	<identifier text="deleteScreen"/>
	<identifier text="duplicateScreen"/>
	<identifier text="getSelectedScreens"/>
	<identifier text="insertNestedScreen"/>
	<identifier text="insertScreen"/>
	<identifier text="moveScreen"/>
	<identifier text="renameScreen"/>
	<identifier text="setCurrentScreen"/>
	<identifier text="setScreenProperty"/>
	<identifier text="setSelectedScreens"/>
	<identifier text="screenType"/>
	<identifier text="name"/>
	<identifier text="version"/>
	<identifier text="closeWizardDialog"/>
	<identifier text="getJSFLContext"/>
	<identifier text="invoke"/>
	<identifier text="openWizardDialog"/>
	<identifier text="shape"/>
	<identifier text="contours"/>
	<identifier text="edges"/>
	<identifier text="isGroup"/>
	<identifier text="vertices"/>
	<identifier text="beginEdit"/>
	<identifier text="deleteEdge"/>
	<identifier text="endEdit"/>
	<identifier text="soundItem"/>
	<identifier text="bitRate"/>
	<identifier text="bits"/>
	<identifier text="compressionType"/>
	<identifier text="convertStereoToMono"/>
	<identifier text="quality"/>
	<identifier text="sampleRate"/>
	<identifier text="useImportedMP3Quality"/>
	<identifier text="stroke"/>
	<identifier text="breakAtCorners"/>
	<identifier text="color"/>
	<identifier text="curve"/>
	<identifier text="dash1"/>
	<identifier text="dash2"/>
	<identifier text="density"/>
	<identifier text="dotSize"/>
	<identifier text="dotspace"/>
	<identifier text="hatchThickness"/>
	<identifier text="jiggle"/>
	<identifier text="length"/>
	<identifier text="pattern"/>
	<identifier text="rotate"/>
	<identifier text="space"/>
	<identifier text="style"/>
	<identifier text="thickness"/>
	<identifier text="variation"/>
	<identifier text="waveHeight"/>
	<identifier text="waveLength"/>
	<identifier text="symbolInstance"/>
	<identifier text="accName"/>
	<identifier text="actionScript"/>
	<identifier text="buttonTracking"/>
	<identifier text="colorAlphaAmount"/>
	<identifier text="colorAlphaPercent"/>
	<identifier text="colorBlueAmount"/>
	<identifier text="colorBluePercent"/>
	<identifier text="colorGreenAmount"/>
	<identifier text="colorGreenPercent"/>
	<identifier text="colorMode"/>
	<identifier text="colorRedAmount"/>
	<identifier text="colorRedPercent"/>
	<identifier text="description"/>
	<identifier text="firstFrame"/>
	<identifier text="forceSimple"/>
	<identifier text="loop"/>
	<identifier text="shortcut"/>
	<identifier text="silent"/>
	<identifier text="symbolType"/>
	<identifier text="tabIndex"/>
	<identifier text="symbolItem"/>
	<identifier text="sourceAutoUpdate"/>
	<identifier text="sourceFilePath"/>
	<identifier text="sourceLibraryName"/>
	<identifier text="symbolType"/>
	<identifier text="timeline"/>
	<identifier text="convertToCompiledClip"/>
	<identifier text="exportSWC"/>
	<identifier text="exportSWF"/>
	<identifier text="text"/>
	<identifier text="accName"/>
	<identifier text="autoExpand"/>
	<identifier text="border"/>
	<identifier text="description"/>
	<identifier text="embeddedCharacters"/>
	<identifier text="embedRanges"/>
	<identifier text="length"/>
	<identifier text="lineType"/>
	<identifier text="maxCharacters"/>
	<identifier text="orientation"/>
	<identifier text="renderAsHTML"/>
	<identifier text="scrollable"/>
	<identifier text="selectable"/>
	<identifier text="selectionEnd"/>
	<identifier text="selectionStart"/>
	<identifier text="shortcut"/>
	<identifier text="silent"/>
	<identifier text="tabIndex"/>
	<identifier text="textRuns"/>
	<identifier text="textType"/>
	<identifier text="useDeviceFonts"/>
	<identifier text="variableName"/>
	<identifier text="getTextAttr"/>
	<identifier text="getTextString"/>
	<identifier text="setTextAttr"/>
	<identifier text="setTextString"/>
	<identifier text="textAttrs"/>
	<identifier text="aliasText"/>
	<identifier text="alignment"/>
	<identifier text="autoKern"/>
	<identifier text="bold"/>
	<identifier text="characterPosition"/>
	<identifier text="characterSpacing"/>
	<identifier text="face"/>
	<identifier text="fillColor"/>
	<identifier text="indent"/>
	<identifier text="italic"/>
	<identifier text="leftMargin"/>
	<identifier text="lineSpacing"/>
	<identifier text="rightMargin"/>
	<identifier text="rotation"/>
	<identifier text="size"/>
	<identifier text="target"/>
	<identifier text="url"/>
	<identifier text="textRun"/>
	<identifier text="characters"/>
	<identifier text="textAttrs"/>
	<identifier text="timeline"/>
	<identifier text="currentFrame"/>
	<identifier text="currentLayer"/>
	<identifier text="frameCount"/>
	<identifier text="layerCount"/>
	<identifier text="layers"/>
	<identifier text="name"/>
	<identifier text="addMotionGuide"/>
	<identifier text="addNewLayer"/>
	<identifier text="clearFrames"/>
	<identifier text="clearKeyframes"/>
	<identifier text="convertToBlankKeyframes"/>
	<identifier text="convertToKeyframes"/>
	<identifier text="copyFrames"/>
	<identifier text="createMotionTween"/>
	<identifier text="cutFrames"/>
	<identifier text="deleteLayer"/>
	<identifier text="expandFolder"/>
	<identifier text="findLayerIndex"/>
	<identifier text="getFrameProperty"/>
	<identifier text="getLayerProperty"/>
	<identifier text="getSelectedFrames"/>
	<identifier text="getSelectedLayers"/>
	<identifier text="insertBlankKeyframe"/>
	<identifier text="insertFrames"/>
	<identifier text="insertKeyframe"/>
	<identifier text="pasteFrames"/>
	<identifier text="removeFrames"/>
	<identifier text="reorderLayer"/>
	<identifier text="reverseFrames"/>
	<identifier text="selectAllFrames"/>
	<identifier text="setFrameProperty"/>
	<identifier text="setLayerProperty"/>
	<identifier text="setSelectedFrames"/>
	<identifier text="setSelectedFrames"/>
	<identifier text="setSelectedLayers"/>
	<identifier text="showLayerMasking"/>
	<identifier text="toolObj"/>
	<identifier text="depth"/>
	<identifier text="iconID"/>
	<identifier text="position"/>
	<identifier text="enablePIControl"/>
	<identifier text="setIcon"/>
	<identifier text="setMenuString"/>
	<identifier text="setOptionsFile"/>
	<identifier text="setPI"/>
	<identifier text="setToolName"/>
	<identifier text="setToolTip"/>
	<identifier text="showPIControl"/>
	<identifier text="showTransformHandles"/>
	<identifier text="tools"/>
	<identifier text="activeTool"/>
	<identifier text="altIsDown"/>
	<identifier text="constrainPoint"/>
	<identifier text="ctlIsDown"/>
	<identifier text="mouseIsDown"/>
	<identifier text="penDownLoc"/>
	<identifier text="penLoc"/>
	<identifier text="shiftIsDown"/>
	<identifier text="snapPoint"/>
	<identifier text="toolObjs"/>
	<identifier text="getKeyDown"/>
	<identifier text="setCursor"/>
	<identifier text="vertex"/>
	<identifier text="x"/>
	<identifier text="y"/>
	<identifier text="getHalfEdge"/>
	<identifier text="setLocation"/>
	<identifier text="videoItem"/>
	<identifier text="xmlui"/>
	<identifier text="accept"/>
	<identifier text="cancel"/>
	<identifier text="get"/>
	<identifier text="set"/>
  </colorsyntax>
 <codehints>
	<typeinfo pattern="*_bitIn" object="bitmapInstance"/>
	<typeinfo pattern="*_bitIt" object="bitmapItem"/>
	<typeinfo pattern="*_clipIn" object="compiledClipInstance"/>
	<typeinfo pattern="*_compIn" object="componentInstance"/> 
	<typeinfo pattern="*componentsPanel" object="componentsPanel"/>
	<typeinfo pattern="*_contour" object="contour"/> 
	<typeinfo pattern="*_doc" object="document"/>
	<typeinfo pattern="*_drawL" object="drawingLayer"/> 
	<typeinfo pattern="*_edge" object="edge"/> 
	<typeinfo pattern="*_eff" object="effect"/> 
	<typeinfo pattern="*_elem" object="element"/> 
	<typeinfo pattern="*_embVideoIn" object="embeddedVideoInstance"/> 
	<typeinfo pattern="*_fill" object="fill"/>
	<typeinfo pattern="*_fl" object="fl"/>
	<typeinfo pattern="*fl" object="fl"/>
	<typeinfo pattern="*flash" object="fl"/>
	<typeinfo pattern="*_foldIt" object="folderItem"/> 
	<typeinfo pattern="*_fontIt" object="fontItem"/> 
	<typeinfo pattern="*_frame" object="frame"/>
	<typeinfo pattern="*_halfEd" object="halfEdge"/> 
	<typeinfo pattern="*_in" object="instance"/> 
	<typeinfo pattern="*_it" object="item"/> 
	<typeinfo pattern="*_layer" object="layer"/> 
	<typeinfo pattern="*_lib" object="library"/>
	<typeinfo pattern="*library" object="library"/> 
	<typeinfo pattern="*_linkVideoIn" object="linkedVideoInstance"/> 
	<typeinfo pattern="*_math" object="Math"/>
	<typeinfo pattern="*Math" object="Math"/>
	<typeinfo pattern="*_matrix" object="matrix"/>
	<typeinfo pattern="*viewMatrix" object="matrix"/> 
	<typeinfo pattern="*matrix" object="matrix"/> 
	<typeinfo pattern="*outputPanel" object="outputPanel"/>
	<typeinfo pattern="*_param" object="parameter"/> 
	<typeinfo pattern="*_path" object="newPath"/> 
	<typeinfo pattern="*_screen" object="screen"/> 
	<typeinfo pattern="*_screenOut" object="screenOutline"/> 
	<typeinfo pattern="*_screenOut" object="screenOutline"/>
	<typeinfo pattern="*_screenT" object="screenType"/> 
	<typeinfo pattern="*_shape" object="shape"/> 
	<typeinfo pattern="*_soundIt" object="soundItem"/> 
	<typeinfo pattern="*_stroke" object="stroke"/> 
	<typeinfo pattern="*_symIn" object="symbolInstance"/> 
	<typeinfo pattern="*_symIt" object="symbolItem"/> 
	<typeinfo pattern="*_txt" object="text"/> 
	<typeinfo pattern="*_txtA" object="textAttrs"/> 
	<typeinfo pattern="*_txtR" object="textRun"/> 
	<typeinfo pattern="*_tl" object="timeline"/> 
	<typeinfo pattern="*_toolObj" object="toolObj"/> 
	<typeinfo pattern="*_tools" object="tools"/> 
	<typeinfo pattern="*_vertex" object="vertex"/> 
	<typeinfo pattern="*_videoIt" object="videoItem"/> 
	<typeinfo pattern="*_xmlui" object="xmlui"/>
	<typeinfo pattern="*xmlui" object="xmlui"/>
  </codehints>
</customactions>
