\ufeff<?xml version="1.0" encoding="utf-8"?>
<toolbox>
		<actionspanel filetype="jsfl" tooltip="File JavaScript Flash">
			<folder name="Funzioni e metodi di primo livello" index="true" tiptext="Funzioni e metodi di primo livello Flash JavaScript" helpid="x210B3">
				<folder name="Metodi globali" index="true" sort="false" tiptext="Metodi che possono essere chiamati da qualunque script JavaScript API." helpid="x22958">
					<string name="alert" index="true" text="alert()" tiptext="Visualizza una stringa in una finestra di avviso a scelta obbligatoria, con un pulsante OK." helpid="x228D2"/>
					<string name="confirm" index="true" text="confirm(% stringaAvviso %)" tiptext="Visualizza una stringa in una finestra di avviso a scelta obbligatoria, con pulsanti OK e Annulla" helpid="x228D3"/>
					<string name="prompt" index="true" text="prompt(% promptMsg, [ testo ] %)" tiptext="Visualizza una richiesta in una finestra di avviso a scelta obbligatoria, con pulsanti OK e Annulla" helpid="x228D4"/>
				</folder>
				<folder name="Effetti linea temporale" index="true" sort="false" tiptext="Funzioni specifiche per gli effetti della linea temporale" helpid="x22959">
					<string name="configureEffect" object="Function" text="configureEffect()" tiptext="Chiamata una volta al caricamento di Flash" helpid="x2295B"/>
					<string name="executeEffect" object="Function" text="executeEffect()" tiptext="Chiamata quando l&apos;utente applica un effetto per la prima volta o modifica le proprietà di un effetto" helpid="x2295C"/>
					<string name="removeEffect" object="Function" text="removeEffect()" tiptext="Chiamata quando l&apos;utente modifica le proprietà di un effetto o rimuove un effetto" helpid="x2295D"/>
				</folder>
				<folder name="Strumenti estensibili" index="true" sort="false" tiptext="Funzioni disponibili negli script che creano strumenti estensibili" helpid="x2295A">
					<string name="activate" object="Function" text="activate()" tiptext="Richiamato quando lo strumento diventa attivo" helpid="x210B5"/>
					<string name="configureTool" object="Function" text="configureTool()" tiptext="Richiamato quando lo strumento viene caricato all&apos;avvio" helpid="x210B6"/>
					<string name="deactivate" object="Function" text="deactivate()" tiptext="Richiamato quando lo strumento diventa inattivo" helpid="x210B7"/>
					<string name="keyDown" object="Function" text="keyDown()" tiptext="Richiamato quando lo strumento è attivo e si preme un tasto" helpid="x210B8"/>
					<string name="keyUp" object="Function" text="keyUp()" tiptext="Richiamato quando lo strumento è attivo e si rilascia un tasto" helpid="x210B9"/>
					<string name="mouseDoubleClick" object="Function" text="mouseDoubleClick()" tiptext="Richiamato quando lo strumento è attivo e si fa doppio clic con il pulsante del mouse" helpid="x210BA"/>
					<string name="mouseDown" object="Function" text="mouseDown(% pt %)" tiptext="Richiamato quando lo strumento è attivo e si preme il pulsante del mouse" helpid="x210BB"/>
					<string name="mouseMove" object="Function" text="mouseMove(% pt %)" tiptext="Richiamato quando lo strumento è attivo e si sposta il mouse sullo stage" helpid="x210BC"/>
					<string name="mouseUp" object="Function" text="mouseUp()" tiptext="Richiamato quando lo strumento è attivo e si rilascia il pulsante del mouse sullo stage" helpid="x210BD"/>
					<string name="notifySettingsChanged" object="Function" text="notifySettingsChanged()" tiptext="Notifica le modifiche apportate dall&apos;utente alle opzioni della finestra di ispezione Proprietà" helpid="x210BE"/>
					<string name="setCursor" object="Function" text="setCursor()" tiptext="Consente allo strumento di impostare i cursori personalizzati" helpid="x210BF"/>
				</folder>
			</folder>
			<folder name="ActionsPanel" index="true" tiptext="Rappresenta il pannello Azioni" helpid="x22B5D">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto ActionsPanel" helpid="x22B69">
					<string name="getClassForObject" object="actionsPanel" text=".getClassForObject(% nomeVariabileAS %)" tiptext="Restituisce la classe di una variabile specificata" helpid="x22B5F"/>
					<string name="getScriptAssistMode" object="actionsPanel" text=".getScriptAssistMode()" tiptext="Specifica se la modalità Assistente script è attivata" helpid="x22B60"/>
					<string name="getSelectedText" object="actionsPanel" text=".getSelectedText()" tiptext="Restituisce il testo attualmente selezionato nel pannello Azioni" helpid="x22B61"/>
					<string name="getText" object="actionsPanel" text=".getText()" tiptext="Restituisce il testo del pannello Azioni" helpid="x22B62"/>
					<string name="hasSelection" object="actionsPanel" text=".hasSelection()" tiptext="Specifica se è selezionato un testo nel pannello Azioni" helpid="x22B63"/>
					<string name="replaceSelectedText" object="actionsPanel" text=".replaceSelectedText(% testoSostitutivo %)" tiptext="Sostituisce il testo attualmente selezionato con il testo specificato" helpid="x22B64"/>
					<string name="setScriptAssistMode" object="actionsPanel" text=".setScriptAssistMode(% bAssistenteScript %)" tiptext="Attiva o disattiva la modalità Assistente script" helpid="x22B65"/>
					<string name="setSelection" object="actionsPanel" text=".setSelection(% indiceIniziale, lunghezzaEsecuzione %)" tiptext="Seleziona un set di caratteri specifico nel pannello Azioni" helpid="x22B66"/>
					<string name="setText" object="actionsPanel" text=".setText(% testoSostitutivo %)" tiptext="Cancella il testo eventualmente presente nel pannello Azioni e aggiunge il testo specificato" helpid="x22B67"/>
				</folder>
			</folder>
			<folder name="BitmapInstance" index="true" tiptext="Sottoclasse di Instance; una bitmap sullo stage" helpid="x20FA1">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto BitmapInstance" helpid="x20FA2">
					<string name="getBits" object="bitmapInstance" text=".getBits()" tiptext="Acquisisce bit da una bitmap" helpid="x20FA3"/>
					<string name="setBits" object="bitmapInstance" text=".setBits(% bitmap %)" tiptext="Imposta bit di una bitmap" helpid="x20FA4"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto BitmapInstance" helpid="x20FA5">
					<string name="hPixels" object="bitmapInstance" text=".hPixels" tiptext="Larghezza di BItmapInstance in pixel" helpid="x20FA6"/>
					<string name="vPixels" object="bitmapInstance" text=".vPixels" tiptext="Altezza di BItmapInstance in pixel" helpid="x20FA7"/>
				</folder>
			</folder>
			<folder name="BitmapItem" index="true" tiptext="Sottoclasse di Item; un simbolo di bitmap nella libreria" helpid="x20FA8">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto BitmapItem" helpid="x22C78">
					<string name="exportToFile" object="bitmapItem" text=".exportToFile(% URIfile %)" tiptext="Restituisce true se l&apos;elemento è stato esportato correttamente" helpid="x22C34"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto BitmapItem" helpid="x20FA9">
					<string name="allowSmoothing" object="bitmapItem" text=".allowSmoothing" tiptext="Se true, smussa i bordi della bitmap mediante antialiasing" helpid="x20FAA"/>
					<string name="compressionType" object="bitmapItem" text=".compressionType" tiptext="Specifica il tipo di compressione per l&apos;esportazione" helpid="x20FAB"/>
					<string name="quality" object="bitmapItem" text=".quality" tiptext="Qualità per la compressione JPEG" helpid="x20FAC"/>
					<string name="useImportedJPEGQuality" object="bitmapItem" text=".useImportedJPEGQuality" tiptext="Se è true, usa la qualità del JPEG importato per l&apos;esportazione" helpid="x20FAD"/>
					<string name="fileLastModifiedDate" object="bitmapItem" text=".fileLastModifiedDate" tiptext="Indicazione data/ora del file al momento dell&apos;importazione" helpid="x22C35"/>
					<string name="originalCompressionType" object="bitmapItem" text=".originalCompressionType" tiptext="Flag dati JPEG originale" helpid="x22C36"/>
					<string name="sourceFileExists" object="bitmapItem" text=".sourceFileExists" tiptext="Se è true, il file originale esiste" helpid="x22C37"/>
					<string name="sourceFileIsCurrent " object="bitmapItem" text=".sourceFileIsCurrent " tiptext="Se è true, il file non è stato modificato dopo l&apos;importazione." helpid="x22C38"/>
					<string name="sourceFilePath" object="bitmapItem" text=".sourceFilePath" tiptext="URI del file dell&apos;immagine bitmap importata" helpid="x22C39"/>
					<string name="useDeblocking" object="bitmapItem" text=".useDeblocking" tiptext="Se è true, il deblocking è attivato." helpid="x22C3A"/>
				</folder>
			</folder>
			<folder name="CompiledClipInstance" index="true" tiptext="Sottoclasse di SymbolInstance; un&apos;istanza di clip compilato sullo Stage" helpid="x20FAE">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto CompiledClipInstance" helpid="x20FAF">
					<string name="accName" object="compiledClipInstance" text=".accName" tiptext="Nome di un oggetto, utilizzato dallo screen reader" helpid="x20FB0"/>
					<string name="actionScript" object="compiledClipInstance" text=".actionScript" tiptext="Stringa che rappresenta il codice ActionScript su un&apos;istanza" helpid="x20FB1"/>
					<string name="description" object="compiledClipInstance" text=".description" tiptext="Descrizione dell&apos;oggetto, utilizzata dallo screen reader" helpid="x20FB2"/>
					<string name="forceSimple" object="compiledClipInstance" text=".forceSimple" tiptext="Se true, gli oggetti figli non sono accessibili allo screen reader" helpid="x20FB3"/>
					<string name="shortcut" object="compiledClipInstance" text=".shortcut" tiptext="Il tasto di scelta rapida di runtime di un oggetto" helpid="x20FB4"/>
					<string name="silent" object="compiledClipInstance" text=".silent" tiptext="Se true, l&apos;oggetto non viene letto dallo screen reader" helpid="x20FB5"/>
					<string name="tabIndex" object="compiledClipInstance" text=".tabIndex" tiptext="Valore tabIndex di un oggetto" helpid="x20FB6"/>
				</folder>
			</folder>
			<folder name="compilerErrors" index="true" tiptext="Rappresenta il pannello Errori del compilatore" helpid="x22B03">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto compilerErrors" helpid="x22B47">
					<string name="clear" object="compilerErrors" text=".clear()" tiptext="Cancella il contenuto del pannello Errori del compilatore" helpid="x22B06"/>
					<string name="save" object="compilerErrors" text=".save()" tiptext="Salva il contenuto del pannello Errori del compilatore in un file di testo locale" helpid="x22B07"/>
				</folder>
			</folder>
			<folder name="ComponentInstance" index="true" tiptext="Sottoclasse di SymbolInstance; un&apos;istanza di componente sullo stage" helpid="x20FB7">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto ComponentInstance" helpid="x20FB8">
					<string name="parameters" object="componentInstance" text=".parameters" tiptext="Parametri del componente" helpid="x20FB9"/>
				</folder>
			</folder>
			<folder name="ComponentsPanel" index="true" tiptext="Pannello Componenti" helpid="x20FBA">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto ComponentsPanel" helpid="x20FBB">
					<string name="addItemToDocument" object="componentsPanel" text=".addItemToDocument(% posizione, nomeCategoria, nomeComponente %)" tiptext="Aggiunge un componente al documento" helpid="x20FBC"/>
					<string name="componentsPanel.reload" object="componentInstance" text=".reload()" tiptext="Aggiorna l&apos;elenco dei componenti nel pannello Componenti" helpid="x228D8"/>
				</folder>
			</folder>
			<folder name="Contour" index="true" tiptext="Un tracciato chiuso di metà bordi" helpid="x20FBD">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Contour" helpid="x20FBE">
					<string name="getHalfEdge" object="contour" text=".getHalfEdge()" tiptext="Restituisce un oggetto halfEdge" helpid="x20FBF"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Contour" helpid="x20FC0">
					<string name="interior" object="contour" text=".interior" tiptext="Se true, il contorno racchiude un&apos;area" helpid="x20FC1"/>
					<string name="orientation" object="contour" text=".orientation" tiptext="Numero intero che indica l&apos;orientamento di un contorno" helpid="x20FC2"/>
					<string name="fill" object="contour" text=".fill" tiptext="L&apos;oggetto Riempimento del contorno" helpid="x22C3B"/>
				</folder>
			</folder>
			<folder name="Document" index="true" tiptext="Lo stage" helpid="x20FC3">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Document" helpid="x20FC4">
					<string name="addDataToDocument" object="document" text=".addDataToDocument(% nome, tipo, dati %)" tiptext="Archivia i dati con un documento" helpid="x20FC5"/>
					<string name="addDataToSelection" object="document" text=".addDataToSelection(% nome, tipo, dati %)" tiptext="Archivia i dati con gli oggetti selezionati" helpid="x20FC6"/>
					<string name="addFilter" object="document" text=".addFilter(% nomeFiltro %)" tiptext="Aggiunge un filtro agli oggetti selezionati" helpid="x228D9"/>
					<string name="addItem" object="document" text=".addItem(% posizione, voce %)" tiptext="Aggiunge una voce dalla libreria allo stage" helpid="x20FC7"/>
					<string name="addNewLine" object="document" text=".addNewLine(% puntodiInizio, puntodiFine %)" tiptext="Disegna una linea sullo stage" helpid="x20FC8"/>
					<string name="addNewOval" object="document" text=".addNewOval(% rettangolo Delimitazione [, bSopprimiRiempimento] [, bSopprimiTratto] %)" tiptext="Disegna un ovale sullo stage" helpid="x20FC9"/>
					<string name="addNewPrimitiveOval" object="document" text=".addNewPrimitiveOval(% rettangolo Delimitazione [, bSopprimiRiempimento] [, bSopprimiTratto] %)" tiptext="Disegna un nuovo ovale di base sullo stage" helpid="x22C3C"/>
					<string name="addNewPrimitiveRectangle" object="document" text=".addNewPrimitiveRectangle(% rettangoloDelimitazione, rotondità [, bSopprimiRiempimento] [, bSopprimiTratto] %)" tiptext="Disegna un nuovo rettangolo di base sullo stage" helpid="x22C3D"/>
					<string name="addNewPublishProfile" object="document" text=".addNewPublishProfile(% [nomeProfilo] %)" tiptext="Aggiunge un nuovo profilo di pubblicazione" helpid="x20FCA"/>
					<string name="addNewRectangle" object="document" text=".addNewRectangle(% rettangoloDelimitazione, rotondità [, bSopprimiRiempimento] [, bSopprimiTratto] %)" tiptext="Disegna un nuovo rettangolo sullo stage" helpid="x20FCB"/>
					<string name="addNewScene" object="document" text=".addNewScene(% [nome] %)" tiptext="Aggiunge una nuova scena" helpid="x20FCC"/>
					<string name="addNewText" object="document" text=".addNewText(% rettangoloDelimitazione %)" tiptext="Inserisce un nuovo campo di testo vuoto" helpid="x20FCD"/>
					<string name="align" object="document" text=".align(% modoAllineamento [, bUseDocumentBounds] %)" tiptext="Allinea la selezione" helpid="x20FCE"/>
					<string name="allowScreens" object="document" text=".allowScreens()" tiptext="Verifica la disponibilità di Screen Outline" helpid="x20FCF"/>
					<string name="arrange" object="document" text=".arrange(% modoDisposizione %)" tiptext="Dispone la selezione" helpid="x20FD0"/>
					<string name="breakApart" object="document" text=".breakApart()" tiptext="Divide la selezione corrente" helpid="x20FD1"/>
					<string name="canEditSymbol" object="document" text=".canEditSymbol()" tiptext="Se true, è possibile utilizzare il metodo editSymbol()" helpid="x20FD2"/>
					<string name="canRevert" object="document" text=".canRevert()" tiptext="Indica se un documento può essere ripristinato" helpid="x20FD3"/>
					<string name="canTestMovie" object="document" text=".canTestMovie()" tiptext="Indicate se il filmato può essere sottoposto a prova" helpid="x20FD4"/>
					<string name="canTestScene" object="document" text=".canTestScene()" tiptext="Indicate se la scena corrente può essere sottoposta a prova" helpid="x20FD5"/>
					<string name="changeFilterOrder" object="document" text=".changeFilterOrder(% vecchioIndice, nuovoIndice %)" tiptext="Sposta il filtro da oldIndex a newIndex" helpid="x228DA"/>
					<string name="clipCopy" object="document" text=".clipCopy()" tiptext="Copia la selezione negli Appunti" helpid="x20FD6"/>
					<string name="clipCut" object="document" text=".clipCut()" tiptext="Taglia la selezione e la inserisce negli Appunti" helpid="x20FD7"/>
					<string name="clipPaste" object="document" text=".clipPaste(% [bInPosizione] %)" tiptext="Incolla gli Appunti nel documento" helpid="x20FD8"/>
					<string name="close" object="document" text=".close(% [bRichiediSalvataggioModifiche]%)" tiptext="Chiude il documento corrente" helpid="x20FD9"/>
					<string name="convertLinesToFills" object="document" text=".convertLinesToFills()" tiptext="Converte le linee in riempimenti negli oggetti selezionati" helpid="x20FDA"/>
					<string name="convertToSymbol" object="document" text=".convertToSymbol(% tipo, nome, puntoRegistrazione %)" tiptext="Converte le voci selezionate in un nuovo simbolo" helpid="x20FDB"/>
					<string name="crop" object="document" text=".crop()" tiptext="Ritaglia gli oggetti di disegno selezionati" helpid="x228DB"/>
					<string name="deletePublishProfile" object="document" text=".deletePublishProfile()" tiptext="Elimina il profilo di pubblicazione corrente" helpid="x20FDC"/>
					<string name="deleteEnvelope" object="document" text=".deleteEnvelope()" tiptext="Elimina l&apos;involucro (riquadro di delimitazione) dagli oggetti selezionati" helpid="x228DC"/>
					<string name="deleteScene" object="document" text=".deleteScene()" tiptext="Elimina la scena corrente" helpid="x20FDD"/>
					<string name="deleteSelection" object="document" text=".deleteSelection()" tiptext="Elimina la selezione dallo stage" helpid="x20FDE"/>
					<string name="disableAllFilters" object="document" text=".disableAllFilters()" tiptext="Disattiva tutti i filtri applicati agli oggetti selezionati" helpid="x228DD"/>
					<string name="disableFilter" object="document" text=".disableFilter(% indice %)" tiptext="Disattiva il filtro nella posizione di indice" helpid="x228DE"/>
					<string name="disableOtherFilters" object="document" text=".disableOtherFilters(% indice % )" tiptext="Disattiva tutti i filtri eccetto quello nella posizione di indice" helpid="x228DF"/>
					<string name="distribute" object="document" text=".distribute(% modoDistribuzione [, bUsaLimitiDocumento] %)" tiptext="Distribuisce la selezione" helpid="x20FDF"/>
					<string name="distributeToLayers" object="document" text=".distributeToLayers()" tiptext="Distribuisce la selezione corrente in livelli" helpid="x20FE0"/>
					<string name="documentHasData" object="document" text=".documentHasData(% nome %)" tiptext="Se true, sono presenti dati di tipo persistente" helpid="x20FE1"/>
					<string name="duplicatePublishProfile" object="document" text=".duplicatePublishProfile(% [nomeProfilo] %)" tiptext="Duplica il profilo corrente" helpid="x20FE2"/>
					<string name="duplicateScene" object="document" text=".duplicateScene()" tiptext="Duplica la scena corrente" helpid="x20FE3"/>
					<string name="duplicateSelection" object="document" text=".duplicateSelection()" tiptext="Duplica la selezione" helpid="x20FE4"/>
					<string name="editScene" object="document" text=".editScene(% indice %)" tiptext="Imposta la scena specificata come corrente" helpid="x20FE5"/>
					<string name="enableAllFilters" object="document" text=".enableAllFilters()" tiptext="Attiva tutti i filtri applicati agli oggetti selezionati" helpid="x228E1"/>
					<string name="enableFilter" object="document" text=".enableFilter(% indice %)" tiptext="Attiva il filtro nella posizione di indice" helpid="x228E2"/>
					<string name="enterEditMode" object="document" text=".enterEditMode(% [modoModifica] %)" tiptext="Attiva la modalità di modifica per un simbolo o un gruppo" helpid="x20FE6"/>
					<string name="exitEditMode" object="document" text=".exitEditMode()" tiptext="Esce dalla modalità di modifica" helpid="x20FE7"/>
					<string name="exportPublishProfile" object="document" text=".exportPublishProfile(% URIFile %)" tiptext="Esporta il profilo di pubblicazione corrente in un file" helpid="x20FE8"/>
					<string name="exportPublishProfileString" object="document" text=".exportPublishProfileString()" tiptext="Restituisce una stringa con il profilo di pubblicazione predefinito o specificato" helpid="x22C3E"/>
					<string name="exportPNG" object="document" text=".exportPNG(% URIFile [, bImpostazioniPNGCorrenti] [, bFotogrammaCorrente] %)" tiptext="Esporta il documento in uno o più file PNG" helpid="x22966"/>
					<string name="exportSWF" object="document" text=".exportSWF(% [URIFile] [, bCurrentSettings] %)" tiptext="Esporta il documento come file SWF" helpid="x20FE9"/>
					<string name="getAlignToDocument" object="document" text=".getAlignToDocument()" tiptext="Restituisce il valore dell&apos;impostazione di allineamento allo stage" helpid="x20FEA"/>
					<string name="getBlendMode" object="document" text=".getBlendMode()" tiptext="Restituisce il metodo di sfumatura degli oggetti selezionati" helpid="x228E4"/>
					<string name="getCustomFill" object="document" text=".getCustomFill(% [puntoDiRiempimento] %)" tiptext="Restituisce l&apos;oggetto Fill della selezione o il pannello Strumenti" helpid="x20FEB"/>
					<string name="getCustomStroke" object="document" text=".getCustomStroke(% [puntoDiRiempimento] %)" tiptext="Restituisce l&apos;oggetto Stroke della selezione o l&apos;impostazione del pannello Strumenti" helpid="x20FEC"/>
					<string name="getDataFromDocument" object="document" text=".getDataFromDocument(% nome %)" tiptext="Restituisce il valore dei dati denominati" helpid="x20FED"/>
					<string name="getElementProperty" object="document" text=".getElementProperty(% nome proprietà %)" tiptext="Restituisce la proprietà Element specificata" helpid="x20FEE"/>
					<string name="getElementTextAttr" object="document" text=".getElementTextAttr(% attrName [, indiceIniziale] [, indiceFinale] %)" tiptext="Restituisce la proprietà TextAttrs specificata" helpid="x20FEF"/>
					<string name="getFilters" object="document" text=".getFilters()" tiptext="Restituisce l&apos;array di filtri degli oggetti selezionati" helpid="x228E5"/>
					<string name="getMetadata" object="document" text=".getMetadata()" tiptext="Restituisce i metadati XML" helpid="x228E6"/>
					<string name="getMobileSettings" object="document" text=".getMobileSettings()" tiptext="Restituisce la stringa passata a document.setMobileSettings()" helpid="x22B0F"/>
					<string name="getPlayerVersion" object="document" text=".getPlayerVersion()" tiptext="Restituisce una stringa che rappresenta la versione di destinazione del lettore per il documento specificato" helpid="x22B10"/>
					<string name="getSelectionRect" object="document" text=".getSelectionRect()" tiptext="Restituisce il rettangolo di delimitazione della selezione" helpid="x20FF0"/>
					<string name="getTextString" object="document" text=".getTextString(% [indiceIniziale] [, indiceFinale] %)" tiptext="Restituisce la stringa di testo del testo selezionato" helpid="x20FF1"/>
					<string name="getTimeline" object="document" text=".getTimeline()" tiptext="Restituisce la linea temporale corrente" helpid="x20FF2"/>
					<string name="getTransformationPoint" object="document" text=".getTransformationPoint()" tiptext="Restituisce la posizione del punto di trasformazione" helpid="x20FF3"/>
					<string name="group" object="document" text=".group()" tiptext="Converte la selezione in un gruppo" helpid="x20FF4"/>
					<string name="importFile" object="document" text=".importFile(% URIFile [ , importaInLibreria] %)" tiptext="Importa un file nel documento o nella libreria" helpid="x22962"/>
					<string name="importPublishProfile" object="document" text=".importPublishProfile(% URIFile %)" tiptext="Importa un profilo di pubblicazione da un file" helpid="x20FF5"/>
					<string name="importPublishProfileString" object="document" text=".importPublishProfileString(% xml %)" tiptext="Importa i dati XML come profilo di pubblicazione" helpid="x22C83"/>
					<string name="importSWF" object="document" text=".importSWF(% URIFile %)" tiptext="Importa un file SWF nel documento" helpid="x20FF6"/>
					<string name="intersect" object="document" text=".intersect()" tiptext="Crea un oggetto di disegno di intersezione da tutti gli oggetti di disegno selezionati" helpid="x228E7"/>
					<string name="match" object="document" text=".match(% bLarghezza, bAltezza [, bUsaLimitiDocumento] %)" tiptext="Rende uguali le dimensioni degli oggetti selezionati" helpid="x20FF7"/>
					<string name="mouseClick" object="document" text=".mouseClick(% posizione, bToggleSel, bShiftSel %)" tiptext="Esegue un clic del mouse" helpid="x20FF8"/>
					<string name="mouseDblClk" object="document" text=".mouseDblClk(% posizione, bAltDown, bShiftDown, bShiftSelect %)" tiptext="Esegue un doppio clic del mouse" helpid="x20FF9"/>
					<string name="moveSelectedBezierPointsBy" object="document" text=".moveSelectedBezierPointsBy(% variazione %)" tiptext="Sposta i punti Bezier selezionati" helpid="x20FFA"/>
					<string name="moveSelectionBy" object="document" text=".moveSelectionBy(% distanzaDaSpostare %)" tiptext="Sposta la selezione" helpid="x20FFB"/>
					<string name="optimizeCurves" object="document" text=".optimizeCurves(% attenuazione, bUsaPassaggiMultipli %)" tiptext="Ottimizza le curve della forma selezionata" helpid="x20FFC"/>
					<string name="publish" object="document" text=".publish()" tiptext="Pubblica un documento" helpid="x20FFD"/>
					<string name="punch" object="document" text=".punch()" tiptext="Esegue una foratura di tutti gli oggetti di disegno selezionati" helpid="x228E8"/>
					<string name="removeDataFromDocument" object="document" text=".removeDataFromDocument(% nome %)" tiptext="Rimuove i dati persistenti dal documento" helpid="x20FFE"/>
					<string name="removeDataFromSelection" object="document" text=".removeDataFromSelection(% nome %)" tiptext="Rimuove i dati persistenti dagli oggetti selezionati" helpid="x20FFF"/>
					<string name="removeAllFilters" object="document" text=".removeAllFilters()" tiptext="Rimuove tutti i filtri dagli oggetti selezionati" helpid="x228E9"/>
					<string name="removeFilter" object="document" text=".removeFilter(% indice%)" tiptext="Rimuove il filtro nella posizione di indice" helpid="x228EA"/>
					<string name="renamePublishProfile" object="document" text=".renamePublishProfile(% [nuovoNomeProfilo] %)" tiptext="Rinomina il profilo di pubblicazione corrente" helpid="x21000"/>
					<string name="renameScene" object="document" text=".renameScene(% nome %)" tiptext="Rinomina la scena selezionata" helpid="x21001"/>
					<string name="reorderScene" object="document" text=".reorderScene(% scenaDaSpostare, scenaDaInserirePrima %)" tiptext="Riordina la scena specificata" helpid="x21002"/>
					<string name="resetOvalObject" object="document" text=".resetOvalObject()" tiptext="Imposta tutti i valori della finestra di ispezione Proprietà sulle impostazioni predefinite dell&apos;oggetto ovale" helpid="x22B12"/>
					<string name="resetRectangleObject" object="document" text=".resetRectangleObject()" tiptext="Imposta tutti i valori della finestra di ispezione Proprietà sulle impostazioni predefinite dell&apos;oggetto rettangolo" helpid="x22B13"/>
					<string name="resetTransformation" object="document" text=".resetTransformation()" tiptext="Ripristina la matrice di trasformazione" helpid="x21003"/>
					<string name="revert" object="document" text=".revert()" tiptext="Ripristina il documento specificato" helpid="x21004"/>
					<string name="rotate3DSelection" object="document" text=".rotate3DSelection(% rotazione_XYZ, modoTrasformazione %)" tiptext="Rotazione 3D del documento" helpid="x22C42"/>
					<string name="rotateSelection" object="document" text=".rotateSelection(% angolo [, puntoRotazione] %)" tiptext="Ruota una selezione" helpid="x21005"/>
					<string name="save" object="document" text=".save(% [bOkSalvareCome] %)" tiptext="Salva il documento" helpid="x21006"/>
					<string name="saveAndCompact" object="document" text=".saveAndCompact(% [bOkSalvareCome] %)" tiptext="Salva e comprime il documento" helpid="x21007"/>
					<string name="scaleSelection" object="document" text=".scaleSelection(% scalaX, scalaY [, qualeAngolo] %)" tiptext="Adatta in scala una selezione" helpid="x21008"/>
					<string name="selectAll" object="document" text=".selectAll()" tiptext="Seleziona tutti gli elementi sullo stage" helpid="x21009"/>
					<string name="selectNone" object="document" text=".selectNone()" tiptext="Deseleziona tutti gli elementi sullo stage" helpid="x2100A"/>
					<string name="setAlignToDocument" object="document" text=".setAlignToDocument(% b alloStage %)" tiptext="Se true, gli oggetti vengono allineati, distribuiti, ridimensionati o distanziati sullo stage" helpid="x2100B"/>
					<string name="setBlendMode" object="document" text=".setBlendMode(% modalità %)" tiptext="Imposta il metodo di sfumatura degli oggetti selezionati" helpid="x228EB"/>
					<string name="setCustomFill" object="document" text=".setCustomFill(% riempimento %)" tiptext="Definisce le impostazioni di riempimento correnti della selezione o del pannello Strumenti" helpid="x2100C"/>
					<string name="setCustomStroke" object="document" text=".setCustomStroke(% tratto %)" tiptext="Definisce le impostazioni di tratto correnti della selezione o del pannello Strumenti" helpid="x2100D"/>
					<string name="setElementProperty" object="document" text=".setElementProperty(% proprietà, valore %)" tiptext="Imposta la proprietà specificata di un oggetto Element" helpid="x2100E"/>
					<string name="setElementTextAttr" object="document" text=".setElementTextAttr(% attrName, attrValue [, indiceIniziale] [, indiceFinale] %)" tiptext="Imposta la proprietà specificata delle voci di testo selezionate" helpid="x2100F"/>
					<string name="setFillColor" object="document" text=".setFillColor(% colore %)" tiptext="Cambia il colore di riempimento di una selezione" helpid="x21010"/>
					<string name="setFilterProperty" object="document" text=".setFilterProperty(% proprietà, indice, valore %)" tiptext="Imposta la proprietà filtro specificata degli oggetti selezionati" helpid="x228EC"/>
					<string name="setFilters" object="document" text=".setFilters(% Filtri %)" tiptext="Imposta l&apos;array di filtri per gli oggetti selezionati" helpid="x228ED"/>
					<string name="setInstanceAlpha" object="document" text=".setInstanceAlpha(% opacità %)" tiptext="Imposta l&apos;opacità di un&apos;istanza" helpid="x21011"/>
					<string name="setInstanceBrightness" object="document" text=".setInstanceBrightness(% luminosità %)" tiptext="Imposta la luminosità di un&apos;istanza" helpid="x21012"/>
					<string name="setInstanceTint" object="document" text=".setInstanceTint(% colore, forza %)" tiptext="Imposta la tinta di un&apos;istanza" helpid="x21013"/>
					<string name="setMetadata" object="document" text=".setMetadata(% xml %)" tiptext="Imposta i metadati XML; restituisce false in caso di esito negativo" helpid="x228EE"/>
					<string name="setMobileSettings" object="document" text=".setMobileSettings(% stringaXml %)" tiptext="Imposta il valore di una stringa di impostazioni XML in un file FLA mobile" helpid="x22B16"/>
					<string name="setOvalObjectProperty" object="document" text=".setOvalObjectProperty(% nomeProprietà, valore %)" tiptext="Specifica un valore per una proprietà specificata di oggetti ovale di base" helpid="x22B17"/>
					<string name="setPlayerVersion" object="document" text=".setPlayerVersion(% versione %)" tiptext="Imposta la versione di Flash Player per la quale è impostato il documento specificato" helpid="x22B18"/>
					<string name="setRectangleObjectProperty" object="document" text=".setRectangleObjectProperty(% nomeProprietà, valore %)" tiptext="Specifica un valore per una proprietà specificata di oggetti rettangolo di base" helpid="x22B19"/>
					<string name="setSelectionBounds" object="document" text=".setSelectionBounds(% rettangoloDelimitazione [ , bSelezioneSensibileAlContatto ] %)" tiptext="Sposta e ridimensiona una selezione" helpid="x21014"/>
					<string name="setSelectionRect" object="document" text=".setSelectionRect(% rect [, bSostituisciSelezioneCorrente [ , bSelezioneSensibileAlContatto ] ] %)" tiptext="Imposta il rettangolo di selezione" helpid="x21015"/>
					<string name="setStageVanishingPoint" object="document" text=".setStageVanishingPoint(% fuoco prospettico %)" tiptext="Imposta il fuoco prospettico 3D" helpid="x22C40"/>
					<string name="setStageViewAngle" object="document" text=".setStageViewAngle(% angolo %)" tiptext="Imposta l&apos;angolo di visualizzazione 3D" helpid="x22C41"/>
					<string name="setStroke" object="document" text=".setStroke(% colore, dimensione, tratto %)" tiptext="Imposta le proprietà del tratto selezionato" helpid="x21016"/>
					<string name="setStrokeColor" object="document" text=".setStrokeColor(% colore %)" tiptext="Modifica il colore del tratto selezionato" helpid="x21017"/>
					<string name="setStrokeSize" object="document" text=".setStrokeSize(% dimensione %)" tiptext="Modifica la larghezza del tratto selezionato" helpid="x21018"/>
					<string name="setStrokeStyle" object="document" text=".setStrokeStyle(% tratto %)" tiptext="Modifica lo stile del tratto selezionato" helpid="x21019"/>
					<string name="setTextRectangle" object="document" text=".setTextRectangle(% rettangoloDelimitazione %)" tiptext="Cambia il rettangolo di delimitazione per la voce di testo selezionata" helpid="x2101A"/>
					<string name="setTextSelection" object="document" text=".setTextSelection(% indiceIniziale, indiceFinale %)" tiptext="Imposta la selezione del testo del campo di testo selezionato" helpid="x2101B"/>
					<string name="setTextString" object="document" text=".setTextString(% testo [, indiceIniziale] [, indiceFinale] %)" tiptext="Aggiunge la stringa di testo specificata al campo di testo selezionato" helpid="x2101C"/>
					<string name="setTransformationPoint" object="document" text=".setTransformationPoint(% puntoDiTrasformazione %)" tiptext="Sposta il punto di trasformazione della selezione" helpid="x2101D"/>
					<string name="skewSelection" object="document" text=".skewSelection(% inclinazioneX, inclinazioneY [, qualeBordo] %)" tiptext="Inclina la selezione" helpid="x2101E"/>
					<string name="smoothSelection" object="document" text=".smoothSelection()" tiptext="Smussa la curva selezionata di una forma" helpid="x2101F"/>
					<string name="space" object="document" text=".space(% direzione [, bUsaLimitiDocumento] %)" tiptext="Imposta una spaziatura regolare per gli oggetti di una selezione" helpid="x21020"/>
					<string name="straightenSelection" object="document" text=".straightenSelection()" tiptext="Raddrizza la curva selezionata di una forma" helpid="x21021"/>
					<string name="swapElement" object="document" text=".swapElement(% nome %)" tiptext="Scambia il simbolo selezionato con quello specificato" helpid="x21022"/>
					<string name="swapStrokeAndFill" object="document" text=".swapStrokeAndFill()" tiptext="Scambia i colori di tratto e riempimento" helpid="x22965"/>
					<string name="testMovie" object="document" text=".testMovie()" tiptext="Prova filmato" helpid="x21023"/>
					<string name="testScene" object="document" text=".testScene()" tiptext="Prova scena corrente" helpid="x21024"/>
					<string name="traceBitmap" object="document" text=".traceBitmap(% soglia, areaMinima, adattamentoCurva, sogliaAngoli %)" tiptext="Ricalca una bitmap" helpid="x21025"/>
					<string name="transformSelection" object="document" text=".transformSelection(% a, b, c, d %)" tiptext="Esegue una trasformazione generale" helpid="x21026"/>
					<string name="translate3DCenter" object="document" text=".translate3DCenter(% punto XYZ %)" tiptext="Imposta il punto centrale della traslazione 3D" helpid="x22C44"/>
					<string name="translate3DSelection" object="document" text=".translate3DSelection(% Traslazione_XYZ, Modo Trasformazone %)" tiptext="Imposta la traslazione XYZ" helpid="x22C43"/>
					<string name="unGroup" object="document" text=".unGroup()" tiptext="Separa il gruppo selezionato" helpid="x21027"/>
					<string name="union" object="document" text=".union()" tiptext="Combina tutte le forme selezionate in un oggetto di disegno" helpid="x228EF"/>
					<string name="unlockAllElements" object="document" text=".unlockAllElements()" tiptext="Sblocca tutti i simboli nel fotogramma corrente" helpid="x21028"/>
					<string name="xmlPanel" object="document" text=".xmlPanel(% URIFile %)" tiptext="Visualizza la finestra di dialogo XMLUI specificata" helpid="x21029"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Document" helpid="x2102A">
					<string name="accName" object="document" text=".accName" tiptext="Nome del filmato, utilizzato dallo screen reader" helpid="x2102B"/>
					<string name="as3AutoDeclare" object="document" text=".as3AutoDeclare" tiptext="Specifica se le istanze collocate sullo stage vengono dichiarate automaticamente nelle classi di linea temporale definite dall&apos;utente" helpid="x22B0A"/>
					<string name="as3Dialect" object="document" text=".as3Dialect" tiptext="Una stringa che descrive il &apos;dialetto&apos; ActionScript 3.0 utilizzato nel documento specificato" helpid="x22B0B"/>
					<string name="as3ExportFrame" object="document" text=".as3ExportFrame" tiptext="Indice del fotogramma da esportare in AS 3.0" helpid="x22B5A"/>
					<string name="as3StrictMode" object="document" text=".as3StrictMode" tiptext="Attiva la modalità rigorosa per il compilatore AS 3.0" helpid="x22B5B"/>
					<string name="as3WarningsMode" object="document" text=".as3WarningsMode" tiptext="Attiva la modalità avvertenze per il compilatore AS 3.0" helpid="x22B5C"/>
					<string name="asVersion" object="document" text=".asVersion" tiptext="Un numero intero che specifica quale versione di ActionScript è utilizzata nel file specificato" helpid="x22B0C"/>
					<string name="autoLabel" object="document" text=".autoLabel" tiptext="Se true, attiva l&apos;assegnazione automatica di etichette per lo screen reader" helpid="x2102C"/>
					<string name="backgroundColor" object="document" text=".backgroundColor" tiptext="Un colore che rappresenta lo sfondo" helpid="x2102D"/>
					<string name="currentPublishProfile" object="document" text=".currentPublishProfile" tiptext="Imposta e restituisce il nome del profilo di pubblicazione attivo" helpid="x2102E"/>
					<string name="currentTimeline" object="document" text=".currentTimeline" tiptext="Rappresenta la linea temporale attiva" helpid="x2102F"/>
					<string name="description" object="document" text=".description" tiptext="Descrizione del filmato principale, utilizzata dallo screen reader" helpid="x21030"/>
					<string name="docClass" object="document" text=".docClass" tiptext="Specifica la classe ActionScript 3.0 di primo livello associata al documento" helpid="x22B0E"/>
					<string name="externalLibraryPath" object="document" text=".externalLibraryPath" tiptext="Elementi nel percorso della libreria esterna del documento" helpid="x22C84"/>
					<string name="forceSimple" object="document" text=".forceSimple" tiptext="Se true, gli oggetti figli non sono accessibili allo screen reader" helpid="x21031"/>
					<string name="frameRate" object="document" text=".frameRate" tiptext="Fotogrammi del documento al secondo" helpid="x21032"/>
					<string name="height" object="document" text=".height" tiptext="Altezza del documento" helpid="x21033"/>
					<string name="id" object="document" text=".id" tiptext="Numero intero univoco (assegnato automaticamente) che identifica un documento durante una sessione di Flash" helpid="x22B11"/>
					<string name="library" object="document" text=".library" tiptext="Rappresenta la libreria del documento" helpid="x21034"/>
					<string name="libraryPath" object="document" text=".libraryPath" tiptext="Elementi nel percorso della libreria del documento" helpid="x22C85"/>
					<string name="livePreview" object="document" text=".livePreview" tiptext="Se true, fornisce una rappresentazione visiva dei componenti nella fase di creazione" helpid="x21035"/>
					<string name="name" object="document" text=".name" tiptext="Nome del documento" helpid="x21036"/>
					<string name="path" object="document" text=".path" tiptext="Il percorso del file del documento" helpid="x21037"/>
					<string name="pathURI" object="document" text=".pathURI" tiptext="URI del file del documento" helpid="x22C3F"/>
					<string name="publishProfiles" object="document" text=".publishProfiles" tiptext="Un array contenente i profili di pubblicazione del documento" helpid="x21038"/>
					<string name="selection" object="document" text=".selection" tiptext="Un array di oggetti Element selezionati" helpid="x2103A"/>
					<string name="silent" object="document" text=".silent" tiptext="Se true, il filmato non viene letto dallo screen reader" helpid="x2103B"/>
					<string name="sourcePath" object="document" text=".sourcePath" tiptext="Elementi nel percorso di origine del documento" helpid="x22C86"/>
					<string name="timelines" object="document" text=".timelines" tiptext="Un array contenente gli oggetti Timeline del documento" helpid="x2103C"/>
					<string name="viewMatrix" object="document" text=".viewMatrix" tiptext="Fa riferimento all&apos;oggetto TransformationMatrix" helpid="x21096"/>
					<string name="width" object="document" text=".width" tiptext="Larghezza del documento" helpid="x2103D"/>
					<string name="zoomFactor" object="document" text=".zoomFactor" tiptext="Specifica la percentuale di ingrandimento dello stage in fase di creazione" helpid="x228F0"/>
				</folder>
			</folder>
			<folder name="DrawingLayer" index="true" tiptext="Utilizzato da strumenti per il disegno temporaneo durante il trascinamento del mouse" helpid="x2103E">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto DrawingLayer" helpid="x2103F">
					<string name="beginDraw" object="drawingLayer" text=".beginDraw(% [disegnoPersistente] %)" tiptext="Attiva la modalità disegno" helpid="x21040"/>
					<string name="beginFrame" object="drawingLayer" text=".beginFrame()" tiptext="Punto iniziale che delimita un insieme di linee" helpid="x21041"/>
					<string name="cubicCurveTo" object="drawingLayer" text=".cubicCurveTo(% pXIniz, pYIniz, pXMed, pYMed, pXfinale, pYfinale %)" tiptext="Disegna una curva cubica" helpid="x21042"/>
					<string name="curveTo" object="drawingLayer" text=".curveTo(% pXIniz, pYIniz, pXfinale, pYfinale %)" tiptext="Disegna un segmento di curva quadratica" helpid="x21043"/>
					<string name="drawPath" object="drawingLayer" text=".drawPath(% tracciato %)" tiptext="Disegna il tracciato specificato" helpid="x21044"/>
					<string name="endDraw" object="drawingLayer" text=".endDraw()" tiptext="Esce dalla modalità di disegno" helpid="x21045"/>
					<string name="endFrame" object="drawingLayer" text=".endFrame()" tiptext="Cancella i tracciati disegnati mediante l&apos;oggetto DrawingLayer" helpid="x21046"/>
					<string name="lineTo" object="drawingLayer" text=".lineTo(% x, y %)" tiptext="Disegna una linea" helpid="x21047"/>
					<string name="moveTo" object="drawingLayer" text=".moveTo(% x, y %)" tiptext="Imposta la posizione di disegno corrente" helpid="x21048"/>
					<string name="newPath" object="drawingLayer" text=".newPath()" tiptext="Restituisce un nuovo oggetto di tracciato" helpid="x21049"/>
					<string name="setColor" object="drawingLayer" text=".setColor(% colore %)" tiptext="Imposta il colore di dati tracciati in sequenza" helpid="x2104A"/>
					<string name="setFill" object="drawingLayer" text=".setFill(% oggettoRiempimento %)" tiptext="Imposta l&apos;oggetto Riempimento per il livello di disegno" helpid="x22C8B"/>
					<string name="setStroke" object="drawingLayer" text=".setStroke(% oggettoTratto %)" tiptext="Imposta l&apos;oggetto Tratto per il livello di disegno" helpid="x22C8C"/>
				</folder>
			</folder>
			<folder name="Edge" index="true" tiptext="Rappresenta un bordo di un oggetto sullo stage" helpid="x2104B">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Edge" helpid="x2104C">
					<string name="getControl" object="edge" text=".getControl(% int i %)" tiptext="Restituisce il punto di controllo dell&apos;oggetto Edge specificato" helpid="x2104D"/>
					<string name="getHalfEdge" object="edge" text=".getHalfEdge(% indice %)" tiptext="Restituisce un oggetto HalfEdge" helpid="x2104E"/>
					<string name="setControl" object="edge" text=".setControl(% indice, x, y %)" tiptext="Imposta il punto di controllo di un bordo" helpid="x2104F"/>
					<string name="splitEdge" object="edge" text=".splitEdge(% t %)" tiptext="Divide in due l&apos;oggetto Edge specificato" helpid="x21050"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Edge" helpid="x21051">
					<string name="cubicSegmentIndex" object="edge" text=".cubicSegmentIndex" tiptext="Indice del segmento cubico dell&apos;oggetto Edge" helpid="x22C91"/>
					<string name="id" object="edge" text=".id" tiptext="Identificatore univoco dell&apos;oggetto Edge" helpid="x21052"/>
					<string name="isLine" object="edge" text=".isLine" tiptext="Se true, Edge è una linea retta" helpid="x21053"/>
					<string name="stroke" object="edge" text=".stroke" tiptext="Oggetto Tratto del bordo selezionato" helpid="x22C92"/>
				</folder>
			</folder>
			<folder name="Element" index="true" tiptext="Rappresenta tutti gli oggetti sullo stage" helpid="x2105B">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Element" helpid="x2105C">
					<string name="getPersistentData" object="element" text=".getPersistentData(% nome %)" tiptext="Restituisce il valore dei dati denominati" helpid="x2105D"/>
					<string name="getTransformationPoint" object="element" text=".getTransformationPoint()" tiptext="Ottiene il valore del punto di trasformazione dell&apos;elemento specificato" helpid="x22B1B"/>
					<string name="hasPersistentData" object="element" text=".hasPersistentData(% nome %)" tiptext="Se true, i dati con il nome specificato vengono associati all&apos;oggetto" helpid="x2105E"/>
					<string name="removePersistentData" object="element" text=".removePersistentData(% nome %)" tiptext="Rimuove i dati persistenti associati all&apos;oggetto" helpid="x2105F"/>
					<string name="setPersistentData" object="element" text=".setPersistentData(% nome, tipo, valore %)" tiptext="Archivia i dati specificati con un oggetto" helpid="x21060"/>
					<string name="setTransformationPoint" object="element" text=".setTransformationPoint(% puntoDiTrasformazione %)" tiptext="Imposta la posizione del punto di trasformazione dell&apos;elemento" helpid="x22B1F"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Element" helpid="x21061">
					<string name="depth" object="element" text=".depth" tiptext="Restituisce l&apos;ordine di disegno dell&apos;elemento selezionato" helpid="x21062"/>
					<string name="elementType" object="element" text=".elementType" tiptext="Tipo di oggetto Element" helpid="x21063"/>
					<string name="height" object="element" text=".height" tiptext="Altezza dell&apos;oggetto Element" helpid="x21064"/>
					<string name="layer" object="element" text=".layer" tiptext="Rappresenta l&apos;oggetto Layer sul quale si trova l&apos;elemento" helpid="x228F1"/>
					<string name="left" object="element" text=".left" tiptext="Lato sinistro dell&apos;oggetto Element" helpid="x21065"/>
					<string name="locked" object="element" text=".locked" tiptext="Se true, l&apos;oggetto Element è bloccato" helpid="x21066"/>
					<string name="matrix" object="element" text=".matrix" tiptext="Fa riferimento all&apos;oggetto TransformationMatrix" helpid="x21067"/>
					<string name="name" object="element" text=".name" tiptext="Nome di istanza dell&apos;oggetto Element" helpid="x21068"/>
					<string name="rotation" object="element" text=".rotation" tiptext="La rotazione di un elemento in gradi e in senso orario" helpid="x22B1C"/>
					<string name="selected" object="element" text=".selected" tiptext="Specifica se l&apos;elemento è selezionato o meno" helpid="x228F2"/>
					<string name="scaleX" object="element" text=".scaleX" tiptext="Il valore x della scala di un elemento" helpid="x22B1D"/>
					<string name="scaleY" object="element" text=".scaleY" tiptext="Il valore y della scala di un elemento" helpid="x22B1E"/>
					<string name="skewX" object="element" text=".skewX" tiptext="Il valore x dell&apos;inclinazione di un elemento" helpid="x22B20"/>
					<string name="skewY" object="element" text=".skewY" tiptext="Il valore y dell&apos;inclinazione di un elemento" helpid="x22B21"/>
					<string name="top" object="element" text=".top" tiptext="Lato superiore dell&apos;oggetto Element" helpid="x21069"/>
					<string name="transformX" object="element" text=".transformX" tiptext="Il valore x del punto di trasformazione di un elemento" helpid="x22B22"/>
					<string name="transformY" object="element" text=".transformY" tiptext="Il valore y del punto di trasformazione di un elemento" helpid="x22B23"/>
					<string name="width" object="element" text=".width" tiptext="Larghezza dell&apos;oggetto Element" helpid="x2106A"/>
					<string name="x" object="element" text=".x" tiptext="Il valore x del punto di registrazione di un elemento" helpid="x22B24"/>
					<string name="y" object="element" text=".y" tiptext="Il valore y del punto di registrazione di un elemento" helpid="x22B25"/>
				</folder>
			</folder>
			<folder name="Fill" index="true" tiptext="Impostazioni di riempimento della selezione o del pannello Strumenti" helpid="x2106D">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Fill" helpid="x2106E">
					<string name="bitmapIsClipped" object="fill" text=".bitmapIsClipped" tiptext="Se è true, il riempimento bitmap è ritagliato; se è false, il riempimento è ripetuto" helpid="x22C48"/>
					<string name="bitmapPath" object="fill" text=".bitmapPath" tiptext="Se style=&apos;bitmap&apos;, è il percorso dell&apos;elemento bitmap utilizzato come riempimento" helpid="x22C49"/>
					<string name="color" object="fill" text=".color" tiptext="Il colore di riempimento" helpid="x2106F"/>
					<string name="colorArray" object="fill" text=".colorArray" tiptext="Un array di colori di una sfumatura" helpid="x21070"/>
					<string name="focalPoint" object="fill" text=".focalPoint" tiptext="Specifica l&apos;offset orizzontale del punto focale del gradiente rispetto al punto di trasformazione" helpid="x228F3"/>
					<string name="linearRGB" object="fill" text=".linearRGB" tiptext="Specifica se per un riempimento viene eseguito il rendering come gradiente RGB lineare o radiale" helpid="x228F4"/>
					<string name="matrix" object="fill" text=".matrix" tiptext="Definisce la posizione, l&apos;orientamento e le scale dei riempimenti con gradiente" helpid="x22964"/>
					<string name="overflow" object="fill" text=".overflow" tiptext="Specifica il comportamento del limite di riempimento di un gradiente" helpid="x228F5"/>
					<string name="posArray" object="fill" text=".posArray" tiptext="Indica la posizione del colore corrispondente in una sfumatura" helpid="x21071"/>
					<string name="style" object="fill" text=".style" tiptext="Lo stile di riempimento" helpid="x21072"/>
				</folder>
			</folder>
			<folder name="Filter" index="true" tiptext="Contiene tutte le proprietà di tutti i filtri" helpid="x228F6">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Filter" helpid="x228F7">
					<string name="angle" object="filter" text=".angle" tiptext="Angolo del filtro, in gradi" helpid="x228F8"/>
					<string name="blurX" object="filter" text=".blurX" tiptext="Quantità di sfocatura in direzione x, in pixel" helpid="x228F9"/>
					<string name="blurY" object="filter" text=".blurY" tiptext="Quantità di sfocatura in direzione y, in pixel" helpid="x228FA"/>
					<string name="brightness" object="filter" text=".brightness" tiptext="Luminosità del filtro, da -100 a 100" helpid="x228FB"/>
					<string name="color" object="filter" text=".color" tiptext="Colore del filtro" helpid="x228FC"/>
					<string name="contrast" object="filter" text=".contrast" tiptext="Valore di contrasto del filtro, da -100 a 100" helpid="x228FD"/>
					<string name="distance" object="filter" text=".distance" tiptext="Distanza dell&apos;estensione del filtro da un oggetto, da 0 a 255 pixel" helpid="x228FE"/>
					<string name="enabled" object="filter" text=".enabled" tiptext="Un valore booleano che specifica se il filtro specificato è abilitato" helpid="x22B56"/>
					<string name="hideObject" object="filter" text=".hideObject" tiptext="Specifica se l&apos;immagine bitmap di origine è nascosta o visualizzata" helpid="x228FF"/>
					<string name="highlightColor" object="filter" text=".highlightColor" tiptext="Colore dell&apos;evidenziazione" helpid="x22900"/>
					<string name="hue" object="filter" text=".hue" tiptext="Tonalità del filtro, da -180 a 180" helpid="x22901"/>
					<string name="inner" object="filter" text=".inner" tiptext="Specifica se l&apos;ombra è interna" helpid="x22902"/>
					<string name="knockout" object="filter" text=".knockout" tiptext="Specifica se il filtro è di foratura" helpid="x22903"/>
					<string name="name" object="filter" text=".name" tiptext="Tipo di filtro" helpid="x22904"/>
					<string name="quality" object="filter" text=".quality" tiptext="Qualità sfocatura" helpid="x22905"/>
					<string name="saturation" object="filter" text=".saturation" tiptext="Valore di saturazione del filtro, da -100 a 100" helpid="x22906"/>
					<string name="shadowColor" object="filter" text=".shadowColor" tiptext="Colore dell&apos;ombra" helpid="x22907"/>
					<string name="strength" object="filter" text=".strength" tiptext="Percentuale di intensità del filtro, da 0 a 25.500" helpid="x22908"/>
					<string name="type" object="filter" text=".type" tiptext="Tipo di filtro a smusso o a bagliore" helpid="x22909"/>
				</folder>
			</folder>
			<folder name="Flash ( fl )" index="true" tiptext="Applicazione Flash" helpid="x21073">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Flash" helpid="x21074">
					<string name="addEventListener" object="fl" text=".addEventListener(% tipoEvento %)" tiptext="Registra una funzione da chiamare quando viene ricevuto un evento specifico" helpid="x22B26"/>
					<string name="browseForFolderURL" object="fl" text=".browseForFolderURL( % [ descrizione ] % )" tiptext="Restituisce l&apos;URL della cartella" helpid="x2290A"/>
					<string name="browseForFileURL" object="fl" text=".browseForFileURL(% sfogliaTipo [, titolo] [, areaAnteprima] %)" tiptext="Apre la finestra di dialogo Apri o Salva" helpid="x21075"/>
					<string name="closeAll" object="fl" text=".closeAll(% richiediSalvataggio %)" tiptext="Chiude tutti i documenti aperti" helpid="x21076"/>
					<string name="closeAllPlayerDocuments" object="fl" text=".closeAllPlayerDocuments()" tiptext="Chiude tutte le finestre di filmato (SWF, non file FLA) attualmente aperte" helpid="x22B57"/>
					<string name="closeDocument" object="fl" text=".closeDocument(% oggettoDocumento [, bRichiediSalvataggioModifiche] %)" tiptext="Chiude il documento specificato" helpid="x21077"/>
					<string name="copyClipString" object="fl" text=".copyClipString(% stringa %)" tiptext="Copia la stringa specificata negli Appunti" helpid="x22B28"/>
					<string name="createDocument" object="fl" text=".createDocument(% [tipoDocumento] %)" tiptext="Apre un nuovo documento" helpid="x21078"/>
					<string name="enableImmediateUpdates" object="fl" text=".enableImmediateUpdates()" tiptext="Specifica se la visualizzazione della linea temporale deve essere aggiornata quando viene eseguito un effetto. Utilizzato solo per effetti di debug." helpid="x21079"/>
					<string name="fileExists" object="fl" text=".fileExists(% URIFile %)" tiptext="Restituisce true se il file specificato esiste" helpid="x2107A"/>
					<string name="findDocumentDOM" object="fl" text=".findDocumentDOM(% id %)" tiptext="Consente di indicare come destinazione un file specifico utilizzandone l&apos;identificatore univoco" helpid="x22B2D"/>
					<string name="findDocumentIndex" object="fl" text=".findDocumentIndex(% nome %)" tiptext="Restituisce l&apos;indice dell&apos;oggetto Document specificato" helpid="x2107B"/>
					<string name="findObjectInDocByName" object="fl" text=".findObjectInDocByName(% nomeIstanza %)" tiptext="Restituisce un array di elementi che corrispondono al nome di istanza specificato" helpid="x22B48"/>
					<string name="findObjectInDocByType" object="fl" text=".findObjectInDocByType(% tipoIstanza %)" tiptext="Restituisce un array di elementi che corrispondono al tipo di istanza specificato" helpid="x22B49"/>
					<string name="getAppMemoryInfo" object="fl" text=".getAppMemoryInfo( % tipoMemoria % )" tiptext="(Solo Windows); restituisce il numero di byte utilizzati in un&apos;area della memoria di Flash.exe" helpid="x2290E"/>
					<string name="getDocumentDOM" object="fl" text=".getDocumentDOM()" tiptext="Restituisce l&apos;oggetto Document attivo" helpid="x2107D"/>
					<string name="getPrefInteger" object="fl" text=".getPrefInteger(% categoria, impostazione %)" tiptext="Restituisce il valore di una preferenza impostata da fl.setPrefInteger()" helpid="x22B2E"/>
					<string name="getPrefString" object="fl" text=".getPrefString(% categoria, impostazione %)" tiptext="Restituisce il valore di una preferenza impostata da fl.setPrefString()" helpid="x22B2F"/>
					<string name="isFontInstalled" object="fl" text=".isFontInstalled(% nomeCarattere %)" tiptext="Se è true, il carattere specificato è installato" helpid="x22C4A"/>
					<string name="openDocument" object="fl" text=".openDocument(% URIFile %)" tiptext="Apre il file FLA specificato" helpid="x2107F"/>
					<string name="quit" object="fl" text=".quit(% [bRichiediSeNecessario] %)" tiptext="Chiude Flash" helpid="x21080"/>
					<string name="reloadEffects" object="fl" text=".reloadEffects()" tiptext="Ricarica tutti i descrittori di effetti" helpid="x21081"/>
					<string name="reloadTools" object="fl" text=".reloadTools()" tiptext="Ricrea il pannello Strumenti" helpid="x21082"/>
					<string name="removeEventListener" object="fl" text=".removeEventListener(% tipoEvento %)" tiptext="Annulla la registrazione di una funzione precedentemente registrata mediante fl.addEventListener()" helpid="x22B32"/>
					<string name="resetAS3PackagePaths" object="fl" text=".resetAS3PackagePaths()" tiptext="Ripristina le impostazioni predefinite per i percorsi globali dei pacchetti AS 3.0" helpid="x22B6C"/>
					<string name="resetPackagePaths" object="fl" text=".resetPackagePaths()" tiptext="Ripristina le impostazioni predefinite per i percorsi globali dei pacchetti AS 2.0" helpid="x22B6D"/>
					<string name="revertDocument" object="fl" text=".revertDocument(% oggettoDocumento %)" tiptext="Ripristina il documento specificato" helpid="x21083"/>
					<string name="runScript" object="fl" text=".runScript(% uriFile [, nomeFunz] [, arg] %)" tiptext="Esegue un file JavaScript" helpid="x21084"/>
					<string name="saveAll" object="fl" text=".saveAll()" tiptext="Salva tutti i documenti aperti" helpid="x21085"/>
					<string name="saveDocument" object="fl" text=".saveDocument(% document [, URIFile] %)" tiptext="Salva il documento specificato" helpid="x21086"/>
					<string name="saveDocumentAs" object="fl" text=".saveDocumentAs(% documento %)" tiptext="Visualizza la finestra di dialogo Salva con nome" helpid="x21087"/>
					<string name="selectElement" object="fl" text=".selectElement(% oggettoElemento, modalitàModifica %)" tiptext="Seleziona l&apos;elemento passato" helpid="x22B4A"/>
					<string name="selectTool" object="fl" text=".selectTool(% IDstrumento %)" tiptext="Seleziona lo strumento specificato nella barra degli strumenti" helpid="x22B6B"/>
					<string name="setActiveWindow" object="fl" text=".setActiveWindow(% documento [, bAttivaFotogramma] %)" tiptext="Imposta la finestra attiva per il documento specificato" helpid="x21088"/>
					<string name="setPrefInteger" object="fl" text=".setPrefInteger(% categoria, preferenza, valore %)" tiptext="Specifica un valore intero da assegnare a una particolare categoria di preferenze" helpid="x22B35"/>
					<string name="setPrefString" object="fl" text=".setPrefString(% categoria, preferenza, valore %)" tiptext="Specifica un valore stringa da assegnare a una particolare categoria di preferenze" helpid="x22B36"/>
					<string name="showIdleMessage" object="fl" text=".showIdleMessage( % mostra % )" tiptext="Consente di disattivare l&apos;avvertenza visualizzata quando l&apos;esecuzione di uno script richiede troppo tempo" helpid="x22910"/>
					<string name="trace" object="fl" text=".trace(% messaggio %)" tiptext="Invia una stringa di prova al pannello Output" helpid="x21089"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Flash" helpid="x2108A">
					<string name="actionsPanel" object="fl" text=".actionsPanel" tiptext="Riferimento all&apos;oggetto del pannello Azioni" helpid="x22B5E"/>
					<string name="as3PackagePaths" object="fl" text=".as3PackagePaths" tiptext="L&apos;impostazione del percorso globale dei pacchetti per AS 3.0" helpid="x22B6E"/>
					<string name="compilerErrors" object="fl" text=".compilerErrors" tiptext="Oggetto compilerErrors che rappresenta il pannello Errori" helpid="x22B27"/>
					<string name="contactSensitiveSelection" object="fl" text=".contactSensitiveSelection" tiptext="Specifica se la modalità selezione sensibile al contatto è attivata" helpid="x22961"/>
					<string name="componentsPanel" object="fl" text=".componentsPanel" tiptext="Riferimento al pannello Componenti" helpid="x2108C"/>
					<string name="configDirectory" object="fl" text=".configDirectory" tiptext="Contiene il nome del percorso completo per la directory di configurazione" helpid="x2108D"/>
					<string name="configURI" object="fl" text=".configURI" tiptext="Restituisce l&apos;URI alla directory di configurazione dell&apos;utente locale" helpid="x2108E"/>
					<string name="documents" object="fl" text=".documents" tiptext="Un array di oggetti Document" helpid="x2108F"/>
					<string name="externalLibraryPath" object="fl" text=".externalLibraryPath" tiptext="Elementi nel percorso della libreria esterna ActionScript 3.0 globale" helpid="x22C90"/>
					<string name="flexSDKPath" object="fl" text=".flexSDKPath" tiptext="Percorso dell&apos;SDK Flex" helpid="x22C80"/>
					<string name="languageCode" object="fl" text=".languageCode" tiptext="Restituisce il codice a 5 caratteri dell&apos;impostazione internazionale corrente dell&apos;interfaccia utente." helpid="x22CA6"/>
					<string name="libraryPath" object="fl" text=".libraryPath" tiptext="Elementi nel percorso della libreria ActionScript 3.0 globale" helpid="x22C81"/>
					<string name="Math" object="fl" text=".Math" tiptext="Riferimento a un oggetto Math" helpid="x21091"/>
					<string name="objectDrawingMode" object="fl" text=".objectDrawingMode" tiptext="Specifica se la modalità Disegno oggetto è attivata" helpid="x2290D"/>
					<string name="outputPanel" object="fl" text=".outputPanel" tiptext="Riferimento all&apos;oggetto Output Panel" helpid="x21092"/>
					<string name="packagePaths" object="fl" text=".packagePaths" tiptext="L&apos;impostazione del percorso globale dei pacchetti per AS 2.0" helpid="x22B6F"/>
					<string name="presetPanel" object="fl" text=".presetPanel" tiptext="Riferimento all&apos;oggetto presetPanel" helpid="x22C95"/>
					<string name="scriptURI" object="fl" text=".scriptURI" tiptext="file:/// stringa URI che rappresenta il percorso dello script JSFL in esecuzione" helpid="x22B59"/>
					<string name="sourcePath" object="fl" text=".sourcePath" tiptext="Elementi nel percorso di origine AS3 globale" helpid="x22C82"/>
					<string name="swfPanels" object="fl" text=".swfPanels" tiptext="Un array di oggetti swfPanel" helpid="x22C4B"/>
					<string name="tools" object="fl" text=".tools" tiptext="Un array di oggetti ToolsObj" helpid="x21094"/>
					<string name="version" object="fl" text=".version" tiptext="Restituisce la versione dello strumento di progettazione di Flash" helpid="x21095"/>
					<string name="xmlui" object="fl" text=".xmlui" tiptext="Fa riferimento a una finestra di dialogo XMLUI" helpid="x21097"/>
				</folder>
			</folder>
			<folder name="Oggetto FLfile" index="true" tiptext="Consente di scrivere estensioni Flash in grado di accedere al file system locale" helpid="x22911">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto FLfile" helpid="x22912">
					<string name="copy" object="FLfile" text=".copy( % uriFile, uriCopia % )" tiptext="Copia URIFile su uriCopia" helpid="x22913"/>
					<string name="createFolder" object="FLfile" text=".createFolder( % uriCartella % )" tiptext="Crea una cartella nella posizione folderURI" helpid="x22914"/>
					<string name="exists" object="FLfile" text=".exists( % URIFile % )" tiptext="Determina se un file esiste" helpid="x22915"/>
					<string name="getAttributes" object="FLfile" text=".getAttributes( % uriFileOcartella % )" tiptext="Restituisce una stringa che rappresenta gli attributi di fileOrFolderURI" helpid="x22916"/>
					<string name="getCreationDate" object="FLfile" text=".getCreationDate( % URIFile % )" tiptext="Ottiene l&apos;ora di creazione del file" helpid="x22917"/>
					<string name="getCreationDateObj" object="FLfile" text=".getCreationDateObj( % URIFile % )" tiptext="Restituisce un oggetto JavaScript Date che rappresenta la data di creazione del progetto" helpid="x22918"/>
					<string name="getModificationDate" object="FLfile" text=".getModificationDate( % URIFile % )" tiptext="Ottiene l&apos;ora dell&apos;ultima modifica del file" helpid="x22919"/>
					<string name="getModificationDateObj" object="FLfile" text=".getModificationDateObj( % URIFile % )" tiptext="Restituisce un oggetto JavaScript Date che rappresenta la data di modifica del progetto" helpid="x2291A"/>
					<string name="getSize" object="FLfile" text=".getSize( % URIFile % )" tiptext="Restituisce le dimensioni del file in byte" helpid="x2291B"/>
					<string name="listFolder" object="FLfile" text=".listFolder( % uriCartella [, fileOdirectory ] % )" tiptext="Restituisce un array di stringhe che rappresenta il contenuto della cartella" helpid="x2291C"/>
					<string name="platformPathToURI" object="FLfile" text=".platformPathToURI()" tiptext="Restituisce un URI file indipendente dalla piattaforma per il percorso specifico della piattaforma" helpid="x22C4C"/>
					<string name="read" object="FLfile" text=".read( % uriFileOcartella % )" tiptext="Restituisce il contenuto del file sotto forma di stringa" helpid="x2291D"/>
					<string name="remove" object="FLfile" text=".remove( % uriFileOcartella % )" tiptext="Elimina il file o la cartella" helpid="x2291E"/>
					<string name="setAttributes" object="FLfile" text=".setAttributes( % uriFile, attrStr % )" tiptext="Specifica gli attributi a livello di sistema del file" helpid="x2291F"/>
					<string name="uriToPlatformPath" object="FLfile" text=".uriToPlatformPath(% URIfile %)" tiptext="Restituisce un percorso file specifico della piattaforma per l&apos;URI file specificato" helpid="x22C4D"/>
					<string name="write" object="FLfile" text=".write( % uriFile, testoDaScrivere [ , modalitàAggiuntaStringhe ] % )" tiptext="Scrive una stringa nel file (in formato UTF-8)" helpid="x22920"/>
				</folder>
			</folder>
			<folder name="FolderItem" index="true" tiptext="Sottoclasse di Item; una cartella nella libreria" helpid="x21098">
				<folder name="Fare riferimento all&apos;oggetto Item per le proprietà o i metodi" tiptext="Fare riferimento all&apos;oggetto Item per le proprietà o i metodi" helpid="x21099">
				</folder>
			</folder>
			<folder name="FontItem" index="true" tiptext="Sottoclasse di Item; un simbolo di carattere nella libreria" helpid="x2109A">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto FontItem" helpid="x22C77">
					<string name="bitmap" object="FontItem" text=".bitmap" tiptext="Se è true, il carattere è bitmap" helpid="x22C4E"/>
					<string name="bold" object="FontItem" text=".bold" tiptext="Se è true, il carattere è grassetto" helpid="x22C4F"/>
					<string name="embeddedCharacters" object="FontItem" text=".embeddedCharacters" tiptext="Consente all&apos;utente di specificare caratteri specifici da incorporare. Equivale a immettere i caratteri nella finestra di dialogo Incorporamento caratteri." helpid="x22C97"/>
					<string name="embedRanges" object="FontItem" text=".embedRanges" tiptext="Consiste di una serie di numeri interi delimitati che corrispondono agli elementi selezionabili nella finestra di dialogo Incorporamento caratteri." helpid="x22C98"/>
					<string name="embedVariantGlyphs" object="FontItem" text=".embedVariantGlyphs" tiptext="Se è true, i glifi delle varianti sono incorporati" helpid="x22C7E"/>
					<string name="font" object="FontItem" text=".font" tiptext="Nome del carattere" helpid="x22C50"/>
					<string name="italic" object="FontItem" text=".italic" tiptext="Se è true, il carattere è corsivo" helpid="x22C51"/>
					<string name="size" object="FontItem" text=".size" tiptext="Dimensione in punti del carattere" helpid="x22C52"/>
				</folder>
			</folder>
			<folder name="Frame" index="true" tiptext="Un fotogramma sulla linea temporale" helpid="x2109C">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Frame" helpid="x22921">
					<string name="convertMotionObjectTo2D" object="frame" text=".convertMotionObjectTo2D()" tiptext="Converte l&apos;oggetto di movimento selezionato in un oggetto di movimento 2D." helpid="x22C99"/>
					<string name="convertMotionObjectTo3D" object="frame" text=".convertMotionObjectTo3D()" tiptext="Converte l&apos;oggetto di movimento selezionato in un oggetto di movimento 3D." helpid="x22C9A"/>
					<string name="getCustomEase" object="frame" text=".getCustomEase( % [ proprietà ] % )" tiptext="Restituisce un array di punti di controllo che definiscono la curva di andamento" helpid="x22922"/>
					<string name="getMotionObjectXML" object="frame" text=".getMotionObjectXML()" tiptext="Fornisce il codice XML di movimento dell&apos;oggetto di movimento selezionato." helpid="x22C9B"/>
					<string name="hasMotionPath" object="frame" text=".hasMotionPath()" tiptext="Indica se la selezione corrente contiene un percorso di movimento." helpid="x22C9C"/>
					<string name="is3DMotionObject" object="frame" text=".is3DMotionObject()" tiptext="Indica se la selezione corrente è un oggetto di movimento 3D." helpid="x22C9D"/>
					<string name="isMotionObject" object="frame" text=".isMotionObject()" tiptext="Determina se la selezione corrente è un oggetto di movimento o no." helpid="x22C9E"/>
					<string name="selectMotionPath" object="frame" text=".selectMotionPath( % seleziona % )" tiptext="Seleziona o deseleziona il percorso dell&apos;oggetto di movimento." helpid="x22C9F"/>
					<string name="setMotionObjectDuration" object="frame" text=".setMotionObjectDuration( % durata [, allungaFotogrammiChiaveEsistenti] % )" tiptext="Imposta la durata (lunghezza dell&apos;estensione di interpolazione) dell&apos;oggetto di movimento attualmente selezionato." helpid="x22CA0"/>
					<string name="setCustomEase" object="frame" text=".setCustomEase( % proprietà, curvaAndamento % )" tiptext="Specifica un array di coordinate che definiscono una curva di andamento personalizzata" helpid="x22924"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Frame" helpid="x2109D">
					<string name="actionScript" object="frame" text=".actionScript" tiptext="Stringa contenente il codice ActionScript su un fotogramma" helpid="x2109E"/>
					<string name="duration" object="frame" text=".duration" tiptext="Numero di fotogrammi in una sequenza" helpid="x2109F"/>
					<string name="elements" object="frame" text=".elements" tiptext="Un array di oggetti Element" helpid="x210A0"/>
					<string name="hasCustomEase" object="frame" text=".hasCustomEase" tiptext="Specifica se il fotogramma ottiene le informazioni di andamento dalla curva di andamento personalizzata" helpid="x22923"/>
					<string name="labelType" object="frame" text=".labelType" tiptext="Specifica il tipo di etichetta fotogramma" helpid="x210A1"/>
					<string name="motionTweenOrientToPath" object="frame" text=".motionTweenOrientToPath" tiptext="Se true, l&apos;interpolazione dell&apos;oggetto è orientata al tracciato" helpid="x210A2"/>
					<string name="motionTweenRotate" object="frame" text=".motionTweenRotate" tiptext="Specifica se l&apos;oggetto viene ruotato durante l&apos;interpolazione" helpid="x210A3"/>
					<string name="motionTweenRotateTimes" object="frame" text=".motionTweenRotateTimes" tiptext="Numero di rotazioni" helpid="x210A4"/>
					<string name="motionTweenScale" object="frame" text=".motionTweenScale" tiptext="Se true, l&apos;oggetto viene adattato in scala durante l&apos;interpolazione" helpid="x210A5"/>
					<string name="motionTweenSnap" object="frame" text=".motionTweenSnap" tiptext="Se true, l&apos;oggetto si aggancia alla guida movimento" helpid="x210A6"/>
					<string name="motionTweenSync" object="frame" text=".motionTweenSync" tiptext="Se true, l&apos;interpolazione sincronizza i simboli" helpid="x210A7"/>
					<string name="name" object="frame" text=".name" tiptext="Etichetta del fotogramma" helpid="x210A8"/>
					<string name="shapeTweenBlend" object="frame" text=".shapeTweenBlend" tiptext="Specifica l&apos;impostazione della fusione per un&apos;interpolazione di forma" helpid="x210A9"/>
					<string name="soundEffect" object="frame" text=".soundEffect" tiptext="Gli effetti del suono" helpid="x210AA"/>
					<string name="soundLibraryItem" object="frame" text=".soundLibraryItem" tiptext="Voce di libreria utilizzata per creare l&apos;istanza di un suono" helpid="x210AB"/>
					<string name="soundLoop" object="frame" text=".soundLoop" tiptext="Specifica il numero di volte per cui un suono viene ripetuto ciclicamente" helpid="x210AC"/>
					<string name="soundLoopMode" object="frame" text=".soundLoopMode" tiptext="Specifica se un suono viene ripetuto ciclicamente o in modo indefinito" helpid="x210AD"/>
					<string name="soundName" object="frame" text=".soundName" tiptext="Nome del suono" helpid="x210AE"/>
					<string name="soundSync" object="frame" text=".soundSync" tiptext="Specifica il comportamento di sincronizzazione di un suono" helpid="x210AF"/>
					<string name="startFrame" object="frame" text=".startFrame" tiptext="Il numero di fotogramma del primo fotogramma di una sequenza" helpid="x210B0"/>
					<string name="tweenEasing" object="frame" text=".tweenEasing" tiptext="La quantità di andamento" helpid="x210B1"/>
					<string name="tweenInstanceName" object="frame" text=".tweenInstanceName" tiptext="Determina o fornisce un nome di istanza per l&apos;oggetto di movimento selezionato. " helpid="x22CA1"/>
					<string name="tweenType" object="frame" text=".tweenType" tiptext="Il tipo di interpolazione" helpid="x210B2"/>
					<string name="useSingleEaseCurve" object="frame" text=".useSingleEaseCurve" tiptext="Specifica se viene utilizzata un&apos;unica curva di andamento personalizzata per tutte le proprietà" helpid="x22925"/>
				</folder>
			</folder>
			<folder name="HalfEdge" index="true" tiptext="Metà di un bordo di un contorno" helpid="x210C0">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto HalfEdge" helpid="x210C1">
					<string name="getEdge" object="halfEdge" text=".getEdge()" tiptext="Restituisce l&apos;oggetto Edge contenente HalfEdge" helpid="x210C2"/>
					<string name="getNext" object="halfEdge" text=".getNext()" tiptext="Restituisce l&apos;oggetto HalfEdge successivo" helpid="x210C3"/>
					<string name="getOppositeHalfEdge" object="halfEdge" text=".getOppositeHalfEdge()" tiptext="Restituisce l&apos;oggetto HalfEdge opposto" helpid="x210C4"/>
					<string name="getPrev" object="halfEdge" text=".getPrev()" tiptext="Restituisce l&apos;oggetto HalfEdge precedente" helpid="x210C5"/>
					<string name="getVertex" object="halfEdge" text=".getVertex()" tiptext="Restituisce il vertice dell&apos;oggetto HalfEdge" helpid="x210C6"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto HalfEdge" helpid="x210C7">
					<string name="id" object="halfEdge" text=".id" tiptext="Un identificatore univoco per l&apos;oggetto HalfEdge" helpid="x210C8"/>
					<string name="index" object="halfEdge" text=".index" tiptext="L&apos;indice dell&apos;oggetto HalfEdge nell&apos;oggetto Edge padre" helpid="x210C9"/>
				</folder>
			</folder>
			<folder name="Instance" index="true" tiptext="Sottoclasse di Element; un&apos;istanza sullo stage" helpid="x210CA">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Instance" helpid="x210CB">
					<string name="instanceType" object="instance" text=".instanceType" tiptext="Tipo di istanza" helpid="x210CC"/>
					<string name="libraryItem" object="instance" text=".libraryItem" tiptext="Voce di libreria utilizzata per creare un&apos;istanza di Istance" helpid="x210CD"/>
				</folder>
			</folder>
			<folder name="Item" index="true" tiptext="Elementi della libreria" helpid="x210CE">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Item" helpid="x210CF">
					<string name="addData" object="item" text=".addData(% nome, tipo, dati %)" tiptext="Aggiunge dati all&apos;elemento della libreria" helpid="x210D0"/>
					<string name="getData" object="item" text=".getData(% nome %)" tiptext="Restituisce il valore dei dati denominati" helpid="x210D1"/>
					<string name="hasData" object="item" text=".hasData(% nome %)" tiptext="Se true, la voce di libreria include i dati con nome" helpid="x210D2"/>
					<string name="removeData" object="item" text=".removeData(% nome %)" tiptext="Rimuove dati dall&apos;elemento della libreria" helpid="x210D3"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Item" helpid="x210D4">
					<string name="itemType" object="item" text=".itemType" tiptext="Il tipo di simbolo della voce" helpid="x210D5"/>
					<string name="linkageBaseClass" object="item" text=".linkageBaseClass" tiptext="Una stringa che specifica la classe ActionScript 3.0 che verrà associata al simbolo" helpid="x22B58"/>
					<string name="linkageClassName" object="item" text=".linkageClassName" tiptext="Specifica una classe ActionScript 2 da associare al simbolo" helpid="x210D6"/>
					<string name="linkageExportForAS" object="item" text=".linkageExportForAS" tiptext="Se true, l&apos;elemento sarà esportato per ActionScript" helpid="x210D7"/>
					<string name="linkageExportForRS" object="item" text=".linkageExportForRS" tiptext="Se true, l&apos;elemento sarà esportato per la condivisione runtime" helpid="x210D8"/>
					<string name="linkageExportInFirstFrame" object="item" text=".linkageExportInFirstFrame" tiptext="Se true, l&apos;elemento sarà esportato nel primo fotogramma" helpid="x210D9"/>
					<string name="linkageIdentifier" object="item" text=".linkageIdentifier" tiptext="Il nome utilizzato per il simbolo quando ActionScript o la condivisione runtime vi fanno riferimento" helpid="x210DA"/>
					<string name="linkageImportForRS" object="item" text=".linkageImportForRS" tiptext="Se true, l&apos;elemento sarà importato per la condivisione runtime" helpid="x210DB"/>
					<string name="linkageURL" object="item" text=".linkageURL" tiptext="Posizione della risorsa condivisa SWF" helpid="x210DC"/>
					<string name="name" object="item" text=".name" tiptext="Nome della voce di libreria" helpid="x210DD"/>
				</folder>
			</folder>
			<folder name="Layer" index="true" tiptext="Un livello sulla linea temporale" helpid="x210DE">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Layer" helpid="x210DF">
					<string name="color" object="layer" text=".color" tiptext="Il colore utilizzato per tracciare il contorno degli oggetti sul livello" helpid="x210E0"/>
					<string name="frameCount" object="layer" text=".frameCount" tiptext="Numero totale di fotogrammi nel livello" helpid="x210E1"/>
					<string name="frames" object="layer" text=".frames" tiptext="Un array di oggetti Frame" helpid="x210E2"/>
					<string name="height" object="layer" text=".height" tiptext="Altezza del livello" helpid="x210E3"/>
					<string name="layerType" object="layer" text=".layerType" tiptext="Specifica il tipo di livello" helpid="x210E4"/>
					<string name="locked" object="layer" text=".locked" tiptext="Se true, il livello è bloccato" helpid="x210E5"/>
					<string name="name" object="layer" text=".name" tiptext="Nome del livello" helpid="x210E6"/>
					<string name="outline" object="layer" text=".outline" tiptext="Se true, il livello viene visualizzato come contorno" helpid="x210E7"/>
					<string name="parentLayer" object="layer" text=".parentLayer" tiptext="Definisce il livello padre del livello" helpid="x210E8"/>
					<string name="visible" object="layer" text=".visible" tiptext="Se true, il livello è visibile" helpid="x210E9"/>
				</folder>
			</folder>
			<folder name="Library" index="true" tiptext="Il pannello Libreria" helpid="x210EA">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Library" helpid="x210EB">
					<string name="addItemToDocument" object="library" text=".addItemToDocument(% posizione [, nomePath] %)" tiptext="Aggiunge una voce dalla libreria al documento" helpid="x210EC"/>
					<string name="addNewItem" object="library" text=".addNewItem(% tipo [, nomePath] %)" tiptext="Crea una nuova voce" helpid="x210ED"/>
					<string name="deleteItem" object="library" text=".deleteItem(% [nomePath] %)" tiptext="Elimina una voce" helpid="x210EE"/>
					<string name="duplicateItem" object="library" text=".duplicateItem(% [nomePath] %)" tiptext="Crea una copia della voce correntemente selezionata" helpid="x210EF"/>
					<string name="editItem" object="library" text=".editItem(% [nomepath] %)" tiptext="Restituisce true se la voce specificata è modificabile" helpid="x210F0"/>
					<string name="expandFolder" object="library" text=".expandFolder(% bEspandi [, bRecurseNestedParents] [, nomepath] %)" tiptext="Se true, espande la cartella; se false, la comprime" helpid="x210F1"/>
					<string name="findItemIndex" object="library" text=".findItemIndex(% nomepath %)" tiptext="Restituisce un oggetto contenente l&apos;indice della voce" helpid="x210F2"/>
					<string name="getItemProperty" object="library" text=".getItemProperty(% proprietà %)" tiptext="Restituisce una proprietà per una voce selezionata" helpid="x210F3"/>
					<string name="getItemType" object="library" text=".getItemType(% [nomepath] %)" tiptext="Restituisce il tipo di voce specificato" helpid="x210F4"/>
					<string name="getSelectedItems" object="library" text=".getSelectedItems()" tiptext="Restituisce un array contenente le voci selezionate" helpid="x210F5"/>
					<string name="importEmbeddedSWF" object="library" text=".importEmbeddedSWF(% nomeConcatenamento, datiSWF [, nomeLib] %)" tiptext="Importa nella libreria un file SWF indipendente" helpid="x210F6"/>
					<string name="itemExists" object="library" text=".itemExists(% nomepath %)" tiptext="Restituisce true se la voce specificata esiste" helpid="x210F7"/>
					<string name="moveToFolder" object="library" text=".moveToFolder(% percorsoCartella [, elementoDaSpostare] [, sostituisci] %)" tiptext="Sposta la voce in una cartella" helpid="x210F8"/>
					<string name="newFolder" object="library" text=".newFolder(% [nomepath] %)" tiptext="Crea una nuova cartella" helpid="x210F9"/>
					<string name="renameItem" object="library" text=".renameItem(% nomepath %)" tiptext="Rinomina una voce selezionata" helpid="x210FA"/>
					<string name="selectAll" object="library" text=".selectAll(% [bSelezionaTutto] %)" tiptext="Seleziona tutte le voci" helpid="x210FB"/>
					<string name="selectItem" object="library" text=".selectItem(% nomepath [, bSostituisciSelezioneCorrente] [, bSelect] %)" tiptext="Seleziona la voce specificata" helpid="x210FC"/>
					<string name="selectNone" object="library" text=".selectNone()" tiptext="Deseleziona tutte le voci" helpid="x210FD"/>
					<string name="setItemProperty" object="library" text=".setItemProperty(% proprietà, valore %)" tiptext="Imposta la proprietà specificata per le voci correntemente selezionate" helpid="x210FE"/>
					<string name="updateItem" object="library" text=".updateItem(% [nomepath] %)" tiptext="Aggiorna la voce specificata" helpid="x210FF"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Library" helpid="x21100">
					<string name="items" object="library" text=".items" tiptext="Un array contenente tutti gli oggetti Item nella libreria" helpid="x21101"/>
				</folder>
			</folder>
			<folder name="Math" index="true" tiptext="Utilizzato per eseguire operazioni matematiche comuni" helpid="x21104">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Math" helpid="x21105">
					<string name="concatMatrix" object="Math" text=".concatMatrix(% mat1, mat2 %)" tiptext="Concatena gli oggetti Matrix specificati" helpid="x21106"/>
					<string name="invertMatrix" object="Math" text=".invertMatrix(% mat %)" tiptext="Restituisce l&apos;inverso dell&apos;oggetto Matrix specificato" helpid="x21107"/>
					<string name="pointDistance" object="Math" text=".pointDistance(% pt1, pt2 %)" tiptext="Calcola la distanza tra i punti specificati" helpid="x21108"/>
				</folder>
			</folder>
			<folder name="Matrix" index="true" tiptext="La matrice di trasformazione" helpid="x21109">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Matrix" helpid="x2110A">
					<string name="a" object="matrix" text=".a" tiptext="Il fattore di scala per l&apos;asse x" helpid="x2110B"/>
					<string name="b" object="matrix" text=".b" tiptext="Inclina l&apos;oggetto spostando il bordo destro lungo l&apos;asse verticale" helpid="x2110C"/>
					<string name="c" object="matrix" text=".c" tiptext="Inclina l&apos;oggetto spostando il bordo inferiore lungo l&apos;asse orizzontale" helpid="x2110D"/>
					<string name="d" object="matrix" text=".d" tiptext="Il fattore di scala per l&apos;asse y" helpid="x2110E"/>
					<string name="tx" object="matrix" text=".tx" tiptext="La posizione dell&apos;oggetto lungo l&apos;asse x" helpid="x2110F"/>
					<string name="ty" object="matrix" text=".ty" tiptext="La posizione dell&apos;oggetto lungo l&apos;asse y" helpid="x21110"/>
				</folder>
			</folder>
			<folder name="outputPanel" index="true" tiptext="Il pannello Output" helpid="x21111">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto outputPanel" helpid="x21112">
					<string name="clear" object="outputPanel" text=".clear()" tiptext="Cancella il contenuto del pannello" helpid="x21113"/>
					<string name="save" object="outputPanel" text=".save(% URIFile [, bAppendToFile] %)" tiptext="Salva il contenuto del pannello Output in un file" helpid="x21114"/>
					<string name="trace" object="outputPanel" text=".trace(% messaggio %)" tiptext="Invia una stringa di prova al pannello Output" helpid="x21115"/>
				</folder>
			</folder>
			<folder name="Oval" index="true" tiptext="Una forma disegnata mediante lo strumento Ovale" helpid="x22B04">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Oval" helpid="x22B4B">
					<string name="closePath" object="oval" text=".closePath " tiptext="Flag che indica se la casella di controllo Chiudi tracciato nella finestra di ispezione Proprietà è selezionata" helpid="x22B4C"/>
					<string name="endAngle" object="oval" text=".endAngle " tiptext="Un valore float che specifica l&apos;angolo iniziale dell&apos;oggetto ovale" helpid="x22B4D"/>
					<string name="innerRadius" object="oval" text=".innerRadius " tiptext="Un valore float che specifica il raggio interno dell&apos;oggetto ovale sotto forma di percentuale" helpid="x22B4E"/>
					<string name="startAngle" object="oval" text=".startAngle " tiptext="Un valore float che specifica l&apos;angolo finale dell&apos;oggetto ovale" helpid="x22B4F"/>
				</folder>
			</folder>
			<folder name="Parameter" index="true" tiptext="Parametri di un componente" helpid="x21116">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Parameter" helpid="x21117">
					<string name="insertItem" object="parameter" text=".insertItem(% indice, nome, valore, tipo %)" tiptext="Inserisce il parametro in un elenco, oggetto o array" helpid="x21118"/>
					<string name="removeItem" object="parameter" text=".removeItem(% indice %)" tiptext="Elimina il parametro da un elenco, oggetto o array" helpid="x21119"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Parameter" helpid="x2111A">
					<string name="category" object="parameter" text=".category" tiptext="Raggruppa gli elementi nel pannello Componenti" helpid="x2111B"/>
					<string name="listIndex" object="parameter" text=".listIndex" tiptext="Il valore della voce specificata; solo per il tipo elenco" helpid="x2111C"/>
					<string name="name" object="parameter" text=".name" tiptext="Il nome del parametro" helpid="x2111D"/>
					<string name="value" object="parameter" text=".value" tiptext="Il valore della proprietà" helpid="x2111E"/>
					<string name="valueType" object="parameter" text=".valueType" tiptext="Il tipo di valore della proprietà" helpid="x2111F"/>
					<string name="verbose" object="parameter" text=".verbose" tiptext="Specifica se il parametro è indicato nella finestra di ispezione Proprietà" helpid="x21120"/>
				</folder>
			</folder>
			<folder name="Path" index="true" tiptext="Contiene una sequenza definita di segmenti linea" helpid="x21121">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Path" helpid="x21122">
					<string name="addCubicCurve" object="newPath" text=".addCubicCurve(% ancoraggioX, ancoraggioY, x2, y2, x3, y3, x4, y4 %)" tiptext="Aggiunge un segmento di curva cubica Bezier al tracciato" helpid="x21123"/>
					<string name="addCurve" object="newPath" text=".addCurve(% ancoraggioX, ancoraggioY, x2, y2, x3, y3 %)" tiptext="Aggiunge un segmento quadratico Bezier al tracciato" helpid="x21124"/>
					<string name="addPoint" object="newPath" text=".addPoint(% x, y %)" tiptext="Aggiunge un punto al tracciato" helpid="x21125"/>
					<string name="clear" object="newPath" text=".clear()" tiptext="Rimuove tutti punti dal tracciato" helpid="x21126"/>
					<string name="close" object="newPath" text=".close()" tiptext="Aggiunge un punto nella posizione del primo punto del tracciato" helpid="x21127"/>
					<string name="makeShape" object="newPath" text=".makeShape(% [bSopprimiRiempimento] [, bSopprimiTratto] %)" tiptext="Crea una forma" helpid="x21128"/>
					<string name="newContour" object="newPath" text=".newContour()" tiptext="Crea un nuovo contorno nel tracciato" helpid="x21129"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Path" helpid="x2112A">
					<string name="nPts" object="newPath" text=".nPts" tiptext="Restituisce un numero intero corrispondente al numero di punti nel tracciato" helpid="x2112B"/>
				</folder>
			</folder>
			<folder name="presetItem " index="true" tiptext="Rappresenta un elemento nel pannello Preimpostazioni movimento" helpid="x22C8E">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto presetItem" helpid="x22C8F">
					<string name="isDefault" object="presetItem" text=".isDefault" tiptext="Se è true, l&apos;oggetto presetItem è incluso in Flash CS4 (non creato da un utente)" helpid="x22C60"/>
					<string name="isFolder" object="presetItem" text=".isFolder" tiptext="Se è true, l&apos;oggetto presetItem è una cartella (non una preimpostazione)" helpid="x22C61"/>
					<string name="level" object="presetItem" text=".level" tiptext="Livello di rientro nella struttura ad albero del pannello Preimpostazioni" helpid="x22C63"/>
					<string name="name" object="presetItem" text=".name" tiptext="Nome dell&apos;oggetto presetItem" helpid="x22C64"/>
					<string name="open" object="presetItem" text=".open" tiptext="Se è true, l&apos;oggetto presetItem è una cartella espansa" helpid="x22C65"/>
					<string name="path" object="presetItem" text=".path" tiptext="Percorso dell&apos;oggetto presetItem nella struttura ad albero del pannello Preimpostazioni" helpid="x22C66"/>
				</folder>
			</folder>
			<folder name="presetPanel" index="true" tiptext="Pannello Preimpostazioni movimento" helpid="x22C88">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto presetPanel" helpid="x22C7C">
					<string name="addNewItem" object="presetPanel" text=".addNewItem(% [percorsoNome] %)" tiptext="Aggiunge una preimpostazione al pannello Preimpostazioni" helpid="x22C53"/>
					<string name="applyPreset" object="presetPanel" text=".applyPreset(% [percorsoNome] %)" tiptext="Applica la preimpostazione selezionata al simbolo selezionato sullo stage" helpid="x22C54"/>
					<string name="deleteFolder" object="presetPanel" text=".deleteFolder(% [percorsoCartella] %)" tiptext="Elimina la cartella specificata dal pannello Preimpostazioni" helpid="x22C55"/>
					<string name="deleteItem" object="presetPanel" text=".deleteItem(% [nomePath] %)" tiptext="Elimina una preimpostazione dal pannello Preimpostazioni" helpid="x22C56"/>
					<string name="expandFolder" object="presetPanel" text=".expandFolder(% bEspandi [, bRecurseNestedParents] [, nomepath] %)" tiptext="Espande o chiude una cartella nel pannello Preimpostazioni" helpid="x22C57"/>
					<string name="exportItem" object="presetPanel" text=".exportItem(% URI [, percorsoNome] %)" tiptext="Esporta una preimpostazione in un file" helpid="x22C58"/>
					<string name="findItemIndex" object="presetPanel" text=".findItemIndex(% [percorsoNome] %)" tiptext="Restituisce l&apos;indice di una preimpostazione" helpid="x22C59"/>
					<string name="getSelectedItems" object="presetPanel" text=".getSelectedItems()" tiptext="Restituisce un array contenente le preimpostazioni selezionate" helpid="x22C5A"/>
					<string name="importItem" object="presetPanel" text=".importItem(% URI [, percorsoNome] %)" tiptext="Importa una preimpostazione nel pannello Preimpostazioni" helpid="x22C5B"/>
					<string name="moveToFolder" object="presetPanel" text=".moveToFolder(% percorsoCartella [, percorsoNome] %)" tiptext="Sposta la preimpostazione specificata nella cartella specificata" helpid="x22C5C"/>
					<string name="newFolder" object="presetPanel" text=".newFolder(% [percorsoCartella] %)" tiptext="Crea una cartella nel pannello Preimpostazioni" helpid="x22C5D"/>
					<string name="renameItem" object="presetPanel" text=".renameItem(% nome %)" tiptext="Rinomina la preimpostazione selezionata" helpid="x22C5E"/>
					<string name="selectItem" object="presetPanel" text=".selectItem(% nomepath [, bSostituisciSelezioneCorrente] [, bSelect] %)" tiptext="Seleziona o deseleziona una preimpostazione nel pannello Preimpostazioni." helpid="x22C5F"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto presetPanel" helpid="x22C7B">
					<string name="items" object="presetPanel" text=".items" tiptext="Un array di oggetti presetItem" helpid="x22C62"/>
				</folder>
			</folder>
			<folder name="Rectangle" index="true" tiptext="Una forma disegnata mediante lo strumento Rettangolo" helpid="x22B05">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto rettangolo" helpid="x22B50">
					<string name="bottomLeftRadius" object="rectangle" text=".bottomLeftRadius " tiptext="Un valore float che imposta il raggio dell&apos;angolo inferiore sinistro dell&apos;oggetto rettangolo" helpid="x22B51"/>
					<string name="bottomRightRadius" object="rectangle" text=".bottomRightRadius " tiptext="Un valore float che imposta il raggio dell&apos;angolo inferiore destro dell&apos;oggetto rettangolo" helpid="x22B52"/>
					<string name="lockFlag" object="rectangle" text=".lockFlag " tiptext="Un flag che indica se angoli diversi del rettangolo possono avere valori di raggio differenti" helpid="x22B53"/>
					<string name="topLeftRadius" object="rectangle" text=".topLeftRadius " tiptext="Un valore float che imposta il raggio di tutti gli angoli del rettangolo" helpid="x22B54"/>
					<string name="topRightRadius" object="rectangle" text=".topRightRadius " tiptext="Un valore float che imposta il raggio dell&apos;angolo superiore destro dell&apos;oggetto rettangolo" helpid="x22B55"/>
				</folder>
			</folder>
			<folder name="Shape" index="true" tiptext="Sottoclasse di Element; rappresenta una forma sullo stage" helpid="x21157">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Shape" helpid="x21158">
					<string name="beginEdit" object="shape" text=".beginEdit()" tiptext="Definisce l&apos;inizio di una sessione di modifica" helpid="x21159"/>
					<string name="deleteEdge" object="shape" text=".deleteEdge(% indice %)" tiptext="Elimina l&apos;oggetto Edge specificato" helpid="x2115A"/>
					<string name="endEdit" object="shape" text=".endEdit()" tiptext="Definisce la fine di una sessione di modifica" helpid="x2115B"/>
					<string name="getCubicSegmentPoints" object="shape" text=".getCubicSegmentPoints()" tiptext="Array di punti della curva cubica" helpid="x22C8A"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Shape" helpid="x2115C">
					<string name="contours" object="shape" text=".contours" tiptext="Un array di oggetti Contour" helpid="x2115D"/>
					<string name="edges" object="shape" text=".edges" tiptext="Un array di oggetti Edge" helpid="x2115E"/>
					<string name="isDrawingObject" object="shape" text=".isDrawingObject" tiptext="Se il valore è true, l&apos;elemento selezionato è un oggetto Drawing" helpid="x2293E"/>
					<string name="isGroup" object="shape" text=".isGroup" tiptext="Se il valore è true, l&apos;elemento selezionato è un gruppo" helpid="x2115F"/>
					<string name="isOvalObject" object="shape" text=".isOvalObject" tiptext="Se il valore è true, la forma è un oggetto ovale di base (creato con lo strumento Ovale)" helpid="x22B43"/>
					<string name="isRectangleObject" object="shape" text=".isRectangleObject" tiptext="Se il valore è true, la forma è un oggetto rettangolo di base (creato con lo strumento Rettangolo)" helpid="x22B44"/>
					<string name="members" object="shape" text=".members" tiptext="Array di oggetti contenuti nel gruppo" helpid="x22C67"/>
					<string name="numCubicSegments" object="shape" text=".numCubicSegments" tiptext="Numero di segmenti cubici all&apos;interno della forma" helpid="x22C68"/>
					<string name="vertices" object="shape" text=".vertices" tiptext="Un array di oggetti Vertex" helpid="x21160"/>
				</folder>
			</folder>
			<folder name="SoundItem" index="true" tiptext="Sottoclasse di Item; un suono nella libreria" helpid="x21161">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto SoundItem" helpid="x22C79">
					<string name="exportToFile" object="soundItem" text=".exportToFile(% URIfile %)" tiptext="Restituisce true se il suono è stato esportato correttamente" helpid="x22C69"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto SoundItem" helpid="x21162">
					<string name="bitRate" object="soundItem" text=".bitRate" tiptext="Velocità di trasferimento della compressione MP3" helpid="x21163"/>
					<string name="bits" object="soundItem" text=".bits" tiptext="Tipo di compressione ADPCM" helpid="x21164"/>
					<string name="compressionType" object="soundItem" text=".compressionType" tiptext="Tipo di compressione" helpid="x21165"/>
					<string name="convertStereoToMono" object="soundItem" text=".convertStereoToMono" tiptext="Se true, converte l&apos;audio stereo in mono" helpid="x21166"/>
					<string name="fileLastModifiedDate" object="soundItem" text=".fileLastModifiedDate" tiptext="Indicazione data/ora del file al momento dell&apos;importazione" helpid="x22C6A"/>
					<string name="originalCompressionType" object="soundItem" text=".originalCompressionType" tiptext="Restituisce il tipo di compressione originale per questo file sonoro" helpid="x22C6B"/>
					<string name="quality" object="soundItem" text=".quality" tiptext="Impostazione della qualità della compressione MP3" helpid="x21167"/>
					<string name="sampleRate" object="soundItem" text=".sampleRate" tiptext="La frequenza di campionamento" helpid="x21168"/>
					<string name="sourceFileExists" object="soundItem" text=".sourceFileExists" tiptext="Se è true, il file originale esiste" helpid="x22C6C"/>
					<string name="sourceFileIsCurrent" object="soundItem" text=".sourceFileIsCurrent" tiptext="Se è true, il file originale non è stato modificato dopo l&apos;ultima importazione." helpid="x22C6D"/>
					<string name="sourceFilePath" object="soundItem" text=".sourceFilePath" tiptext="URI del file sonoro importato" helpid="x22C6E"/>
					<string name="useImportedMP3Quality" object="soundItem" text=".useImportedMP3Quality" tiptext="Se true, viene utilizzata la qualità dell&apos;MP3 importato" helpid="x21169"/>
				</folder>
			</folder>
			<folder name="Stroke" index="true" tiptext="Impostazioni di tratto della selezione o del pannello Strumenti" helpid="x2116A">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Stroke" helpid="x2116B">
					<string name="breakAtCorners" object="stroke" text=".breakAtCorners" tiptext="Se true, attiva l&apos;impostazione Angoli acuti nella finestra di dialogo Tratto personalizzato" helpid="x2116C"/>
					<string name="capType" object="stroke" text=".capType" tiptext="Tipo di estremità del tratto" helpid="x22940"/>
					<string name="color" object="stroke" text=".color" tiptext="Colore tratto" helpid="x2116D"/>
					<string name="curve" object="stroke" text=".curve" tiptext="Specifica l&apos;impostazione della curva; solo linea reticolo" helpid="x2116E"/>
					<string name="dash1" object="stroke" text=".dash1" tiptext="Lunghezza della parte continua di un tratteggio" helpid="x2116F"/>
					<string name="dash2" object="stroke" text=".dash2" tiptext="Lunghezza dello spazio tra i trattini" helpid="x21170"/>
					<string name="density" object="stroke" text=".density" tiptext="Densità della linea stippled" helpid="x21171"/>
					<string name="dotSize" object="stroke" text=".dotSize" tiptext="Dimensione dei punti della linea stippled" helpid="x21172"/>
					<string name="dotspace" object="stroke" text=".dotspace" tiptext="Spazio tra i punti di una linea punteggiata" helpid="x21173"/>
					<string name="hatchThickness" object="stroke" text=".hatchThickness" tiptext="Spessore dei punti in una linea puntinata" helpid="x21174"/>
					<string name="jiggle" object="stroke" text=".jiggle" tiptext="Stile di increspatura della linea puntinata" helpid="x21175"/>
					<string name="joinType" object="stroke" text=".joinType" tiptext="Tipo di giunzione del tratto" helpid="x22941"/>
					<string name="length" object="stroke" text=".length" tiptext="Lunghezza dei punti in una linea puntinata" helpid="x21176"/>
					<string name="miterLimit" object="stroke" text=".miterLimit" tiptext="Angolazione oltre la quale la punta della giunzione ad angolo viene troncata di un segmento" helpid="x22942"/>
					<string name="pattern" object="stroke" text=".pattern" tiptext="Motivo della linea dentellata" helpid="x21177"/>
					<string name="rotate" object="stroke" text=".rotate" tiptext="Stile di rotazione della linea puntinata" helpid="x21178"/>
					<string name="scaleType" object="stroke" text=".scaleType" tiptext="Tipo di modifica in scala da applicare al tratto" helpid="x22943"/>
					<string name="shapeFill" object="stroke" text=".shapeFill" tiptext="Oggetto Fill che rappresenta le impostazioni di riempimento del tratto" helpid="x22944"/>
					<string name="space" object="stroke" text=".space" tiptext="Lunghezza degli spazi tra i puntini di un linea puntinata" helpid="x21179"/>
					<string name="strokeHinting" object="stroke" text=".strokeHinting" tiptext="Specifica se per il tratto sono impostati i suggerimenti" helpid="x22945"/>
					<string name="style" object="stroke" text=".style" tiptext="Impostazione di stile del tratto" helpid="x2117A"/>
					<string name="thickness" object="stroke" text=".thickness" tiptext="Larghezza del tratto" helpid="x2117B"/>
					<string name="variation" object="stroke" text=".variation" tiptext="Stile di variazione della linea stippled" helpid="x2117C"/>
					<string name="waveHeight" object="stroke" text=".waveHeight" tiptext="Stile di ondulazione di una linea dentellata" helpid="x2117D"/>
					<string name="waveLength" object="stroke" text=".waveLength" tiptext="Lunghezza dell&apos;onda di una linea dentellata" helpid="x21227"/>
				</folder>
			</folder>
			<folder name="swfPanel" index="true" tiptext="Rappresenta un singolo pannello SWF" helpid="x22C8D">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto swfPanel" helpid="x22C7D">
					<string name="callFunction" object="swfPanel" text=".callFunction( )" tiptext="Metodo per chiamare una funzione esposta mediante ExternalInterface" helpid="x22C6F"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto swfPanel" helpid="x22C94">
					<string name="name" object="swfPanel" text=".name" tiptext="Nome del pannello SWF selezionato" helpid="x22C70"/>
					<string name="path" object="swfPanel" text=".path" tiptext="Percorso del file SWF nel pannello attualmente selezionato" helpid="x22C71"/>
				</folder>
			</folder>
			<folder name="SymbolInstance" index="true" tiptext="Sottoclasse di Instance; un&apos;istanza di simbolo sullo stage" helpid="x2117E">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto SymbolInstance" helpid="x2117F">
					<string name="accName" object="symbolInstance" text=".accName" tiptext="Nome di un oggetto, utilizzato dallo screen reader" helpid="x21180"/>
					<string name="actionScript" object="symbolInstance" text=".actionScript" tiptext="Stringa che rappresenta il codice ActionScript su un&apos;istanza" helpid="x21181"/>
					<string name="blendMode" object="symbolInstance" text=".blendMode" tiptext="Metodo di fusione da applicare a un simbolo di clip filmato" helpid="x22946"/>
					<string name="buttonTracking" object="symbolInstance" text=".buttonTracking" tiptext="Imposta le opzioni dei pulsanti" helpid="x21182"/>
					<string name="cacheAsBitmap" object="symbolInstance" text=".cacheAsBitmap" tiptext="Specifica se il caching bitmap in runtime è attivato" helpid="x22947"/>
					<string name="colorAlphaAmount" object="symbolInstance" text=".colorAlphaAmount" tiptext="Riduce o aumenta i valori alfa e della tinta di una quantità costante" helpid="x21183"/>
					<string name="colorAlphaPercent" object="symbolInstance" text=".colorAlphaPercent" tiptext="Riduce o aumenta i valori alfa e della tinta di una percentuale" helpid="x21184"/>
					<string name="colorBlueAmount" object="symbolInstance" text=".colorBlueAmount" tiptext="Riduce o aumenta la tinta blu di un valore specificato" helpid="x21185"/>
					<string name="colorBluePercent" object="symbolInstance" text=".colorBluePercent" tiptext="Riduce o aumenta la tinta blu di una percentuale specificata" helpid="x21186"/>
					<string name="colorGreenAmount" object="symbolInstance" text=".colorGreenAmount" tiptext="Riduce o aumenta la tinta verde di un valore specificato" helpid="x21187"/>
					<string name="colorGreenPercent" object="symbolInstance" text=".colorGreenPercent" tiptext="Riduce o aumenta la tinta verde di una percentuale specificata" helpid="x21188"/>
					<string name="colorMode" object="symbolInstance" text=".colorMode" tiptext="La modalità di colore identificata dalla finestra di ispezione Proprietà dell&apos;istanza" helpid="x21189"/>
					<string name="colorRedAmount" object="symbolInstance" text=".colorRedAmount" tiptext="Riduce o aumenta la tinta rossa di un valore specificato" helpid="x2118A"/>
					<string name="colorRedPercent" object="symbolInstance" text=".colorRedPercent" tiptext="Riduce o aumenta la tinta rossa per l&apos;istanza selezionata di una percentuale specificata" helpid="x2118B"/>
					<string name="description" object="symbolInstance" text=".description" tiptext="Descrizione dell&apos;oggetto, utilizzata dallo screen reader" helpid="x2118C"/>
					<string name="filters" object="symbolInstance" text=".filters" tiptext="Array di oggetti Filter" helpid="x22948"/>
					<string name="firstFrame" object="symbolInstance" text=".firstFrame" tiptext="Specifica quale fotogramma di un simbolo grafico verrà visualizzato per primo" helpid="x2118D"/>
					<string name="forceSimple" object="symbolInstance" text=".forceSimple" tiptext="Se true, gli oggetti figli non sono accessibili allo screen reader" helpid="x2118E"/>
					<string name="loop" object="symbolInstance" text=".loop" tiptext="Specifica l&apos;impostazione della ripetizione ciclica per un simbolo grafico" helpid="x2118F"/>
					<string name="shortcut" object="symbolInstance" text=".shortcut" tiptext="Il tasto di scelta rapida di un oggetto" helpid="x21190"/>
					<string name="silent" object="symbolInstance" text=".silent" tiptext="Se true, l&apos;oggetto non viene letto dallo screen reader" helpid="x21191"/>
					<string name="symbolType" object="symbolInstance" text=".symbolType" tiptext="Specifica il tipo di simbolo di un&apos;istanza" helpid="x21192"/>
					<string name="tabIndex" object="symbolInstance" text=".tabIndex" tiptext="Valore tabIndex di un oggetto" helpid="x21193"/>
				</folder>
			</folder>
			<folder name="SymbolItem" index="true" tiptext="Sottoclasse di Item; un simbolo nella libreria" helpid="x21194">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto SymbolItem" helpid="x21195">
					<string name="convertToCompiledClip" object="symbolItem" text=".convertToCompiledClip()" tiptext="Converte un simbolo in un clip compilato" helpid="x21196"/>
					<string name="exportSWC" object="symbolItem" text=".exportSWC(% URI output %)" tiptext="Esporta un simbolo in un SWC" helpid="x21197"/>
					<string name="exportSWF" object="symbolItem" text=".exportSWF(% URI output %)" tiptext="Esporta un simbolo in un SWF" helpid="x21198"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto SymbolItem" helpid="x21199">
					<string name="scalingGrid" object="symbolItem" text=".scalingGrid" tiptext="Se il valore è true, la modifica in scala a 9 porzioni è attivata per l&apos;elemento" helpid="x22949"/>
					<string name="scalingGridRect" object="symbolItem" text=".scalingGridRect" tiptext="Un oggetto Rectangle che specifica le posizioni delle quattro guide delle 9 porzioni" helpid="x2294A"/>
					<string name="sourceAutoUpdate" object="symbolItem" text=".sourceAutoUpdate" tiptext="Se true, il simbolo della libreria condivisa si aggiorna alla pubblicazione" helpid="x2119A"/>
					<string name="sourceFilePath" object="symbolItem" text=".sourceFilePath" tiptext="Percorso di origine del simbolo della libreria condivisa" helpid="x2119B"/>
					<string name="sourceLibraryName" object="symbolItem" text=".sourceLibraryName" tiptext="Nome del simbolo nel file di origine" helpid="x2119C"/>
					<string name="symbolType" object="symbolItem" text=".symbolType" tiptext="Specifica il tipo di simbolo" helpid="x2119D"/>
					<string name="timeline" object="symbolItem" text=".timeline" tiptext="L&apos;oggetto Timeline per il simbolo" helpid="x2119E"/>
				</folder>
			</folder>
			<folder name="Text" index="true" tiptext="Sottoclasse di Element; un campo di testo sullo stage" helpid="x2119F">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Text" helpid="x211A0">
					<string name="getTextAttr" object="text" text=".getTextAttr(% attrName [, indiceIniziale] [, indiceFinale] %)" tiptext="Restituisce l&apos;attributo di testo specificato" helpid="x211A1"/>
					<string name="getTextString" object="text" text=".getTextString(% indiceIniziale, indiceFinale %)" tiptext="Restituisce la stringa di testo contenuta nell&apos;intervallo specificato" helpid="x211A2"/>
					<string name="setTextAttr" object="text" text=".setTextAttr(% attrName, attrValue [, indiceIniziale] [, indiceFinale] %)" tiptext="Imposta l&apos;attributo di testo specificato" helpid="x211A3"/>
					<string name="setTextString" object="text" text=".setTextString(% testo [, indiceIniziale] [, indiceFinale] %)" tiptext="Imposta la stringa di testo nell&apos;oggetto di testo" helpid="x211A4"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Text" helpid="x211A5">
					<string name="accName" object="text" text=".accName" tiptext="Nome di un oggetto, utilizzato dallo screen reader" helpid="x211A6"/>
					<string name="antiAliasSharpness" object="text" text=".antiAliasSharpness" tiptext="Precisione di antialiasing del testo" helpid="x2294B"/>
					<string name="antiAliasThickness" object="text" text=".antiAliasThickness" tiptext="Spessore di antialiasing del testo" helpid="x2294C"/>
					<string name="autoExpand" object="text" text=".autoExpand" tiptext="Se true, la larghezza di delimitazione si espande in modo da visualizzare tutto il testo" helpid="x211A7"/>
					<string name="border" object="text" text=".border" tiptext="Se true, visualizza un bordo attorno al testo dinamico o di input" helpid="x211A8"/>
					<string name="description" object="text" text=".description" tiptext="Descrizione dell&apos;oggetto, utilizzata dallo screen reader" helpid="x211A9"/>
					<string name="embeddedCharacters" object="text" text=".embeddedCharacters" tiptext="Incorpora tutti i caratteri specificati" helpid="x211AA"/>
					<string name="embedRanges" object="text" text=".embedRanges" tiptext="Specifica intervalli di caratteri da incorporare" helpid="x211AB"/>
					<string name="embedVariantGlyphs" object="text" text=".embedVariantGlyphs" tiptext="Se è true, i glifi delle varianti sono incorporati" helpid="x22C93"/>
					<string name="fontRenderingMode" object="text" text=".fontRenderingMode" tiptext="Modalità di rendering del testo" helpid="x2294D"/>
					<string name="length" object="text" text=".length" tiptext="Il numero di caratteri in un oggetto di testo" helpid="x211AC"/>
					<string name="lineType" object="text" text=".lineType" tiptext="Il tipo di linea di testo" helpid="x211AD"/>
					<string name="maxCharacters" object="text" text=".maxCharacters" tiptext="Specifica il numero massimo di caratteri" helpid="x211AE"/>
					<string name="orientation" object="text" text=".orientation" tiptext="Specifica l&apos;orientamento del testo" helpid="x211AF"/>
					<string name="renderAsHTML" object="text" text=".renderAsHTML" tiptext="Se true, il testo viene reso come HTML" helpid="x211B0"/>
					<string name="scrollable" object="text" text=".scrollable" tiptext="Se true, è possibile scorrere il testo" helpid="x211B1"/>
					<string name="selectable" object="text" text=".selectable" tiptext="Se true, è possibile selezionare il testo" helpid="x211B2"/>
					<string name="selectionEnd" object="text" text=".selectionEnd" tiptext="Scostamento della fine di una sottoselezione di testo" helpid="x211B3"/>
					<string name="selectionStart" object="text" text=".selectionStart" tiptext="Scostamento dell&apos;inizio di una sottoselezione di testo" helpid="x211B4"/>
					<string name="shortcut" object="text" text=".shortcut" tiptext="Il tasto di scelta rapida di un oggetto" helpid="x211B5"/>
					<string name="silent" object="text" text=".silent" tiptext="Se true, l&apos;oggetto non viene letto dallo screen reader" helpid="x211B6"/>
					<string name="tabIndex" object="text" text=".tabIndex" tiptext="Valore tabIndex di un oggetto" helpid="x211B7"/>
					<string name="textRuns" object="text" text=".textRuns" tiptext="Un array di oggetti TextRun" helpid="x211B8"/>
					<string name="textType" object="text" text=".textType" tiptext="Il tipo di campo di testo" helpid="x211B9"/>
					<string name="useDeviceFonts" object="text" text=".useDeviceFonts" tiptext="Se true, rende il testo utilizzando il carattere del dispositivo" helpid="x211BA"/>
					<string name="variableName" object="text" text=".variableName" tiptext="Archivia il contenuto del campo di testo in un nome di variabile" helpid="x211BB"/>
				</folder>
			</folder>
			<folder name="TextAttrs" index="true" tiptext="Sottoclasse di TextRun; contiene proprietà applicabili a una sottoselezione" helpid="x211BC">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto TextAttrs" helpid="x211BD">
					<string name="aliasText" object="textAttrs" text=".aliasText" tiptext="Se true, il testo viene reso mediante aliasing" helpid="x211BE"/>
					<string name="alignment" object="textAttrs" text=".alignment" tiptext="Giustificazione del paragrafo" helpid="x211BF"/>
					<string name="autoKern" object="textAttrs" text=".autoKern" tiptext="Se true, viene utilizzata la crenatura" helpid="x211C0"/>
					<string name="bold" object="textAttrs" text=".bold" tiptext="Se true, il testo viene visualizzato in grassetto" helpid="x211C1"/>
					<string name="characterPosition" object="textAttrs" text=".characterPosition" tiptext="La posizione verticale del testo" helpid="x211C2"/>
					<string name="face" object="textAttrs" text=".face" tiptext="Il nome del carattere" helpid="x211C4"/>
					<string name="fillColor" object="textAttrs" text=".fillColor" tiptext="Una stringa esadecimale per il colore" helpid="x211C5"/>
					<string name="indent" object="textAttrs" text=".indent" tiptext="Rientro del paragrafo" helpid="x211C6"/>
					<string name="italic" object="textAttrs" text=".italic" tiptext="Se true, il testo viene visualizzato in corsivo" helpid="x211C7"/>
					<string name="leftMargin" object="textAttrs" text=".leftMargin" tiptext="Il margine sinistro del paragrafo" helpid="x211C8"/>
					<string name="letterSpacing" object="textAttrs" text=".letterSpacing" tiptext="Numero intero che rappresenta lo spazio tra i caratteri" helpid="x22960"/>
					<string name="lineSpacing" object="textAttrs" text=".lineSpacing" tiptext="La spaziatura di righe del paragrafo" helpid="x211C9"/>
					<string name="rightMargin" object="textAttrs" text=".rightMargin" tiptext="Il margine destro del paragrafo" helpid="x211CA"/>
					<string name="rotation" object="textAttrs" text=".rotation" tiptext="Se true, i caratteri vengono ruotati di 90 gradi" helpid="x211CB"/>
					<string name="size" object="textAttrs" text=".size" tiptext="Le dimensioni del carattere" helpid="x211CC"/>
					<string name="target" object="textAttrs" text=".target" tiptext="La stringa per la destinazione" helpid="x211CD"/>
					<string name="url" object="textAttrs" text=".url" tiptext="Una stringa che rappresenta un URL" helpid="x211CE"/>
				</folder>
			</folder>
			<folder name="TextRun" index="true" tiptext="Sottoclasse di Text; una stringa di caratteri" helpid="x211CF">
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto TextRun" helpid="x211D0">
					<string name="characters" object="textRun" text=".characters" tiptext="Il testo contenuto in un oggetto TextRun" helpid="x211D1"/>
					<string name="textAttrs" object="textRun" text=".textAttrs" tiptext="Oggetto TextAttrs contenente gli attributi di un&apos;esecuzione di testo" helpid="x211D2"/>
				</folder>
			</folder>
			<folder name="Timeline" index="true" tiptext="La linea temporale" helpid="x211D3">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Timeline" helpid="x211D4">
					<string name="addMotionGuide" object="timeline" text=".addMotionGuide()" tiptext="Aggiunge un livello di guida movimento" helpid="x211D5"/>
					<string name="addNewLayer" object="timeline" text=".addNewLayer(% [nome] [, layerType] [, bAggiungialdiSopra] %)" tiptext="Aggiunge un nuovo livello" helpid="x211D6"/>
					<string name="clearFrames" object="timeline" text=".clearFrames(% [frameInizio] [, frameFine] %)" tiptext="Elimina il contenuto da un fotogramma" helpid="x211D7"/>
					<string name="clearKeyframes" object="timeline" text=".clearKeyframes(% [frameInizio] [, frameFine] %)" tiptext="Converte il fotogramma chiave e ne elimina il contenuto" helpid="x211D8"/>
					<string name="convertToBlankKeyframes" object="timeline" text=".convertToBlankKeyframes(% [frameInizio] [, frameFine] %)" tiptext="Converte il fotogramma specificato in un fotogramma chiave vuoto" helpid="x211D9"/>
					<string name="convertToKeyframes" object="timeline" text=".convertToKeyframes(% [frameInizio] [, frameFine] %)" tiptext="Converte i fotogrammi specificati in fotogrammi chiave" helpid="x211DA"/>
					<string name="copyFrames" object="timeline" text=".copyFrames(% [frameInizio] [, frameFine] %)" tiptext="Copia i fotogrammi specificati negli Appunti" helpid="x211DB"/>
					<string name="copyLayers" object="timeline" text=".copyLayers(% [indiceIniziale] [, indiceFinale]%)" tiptext="Copia un livello o un intervallo di livelli nella linea temporale" helpid="0"/>
					<string name="copyMotion" object="timeline" text=".copyMotion()" tiptext="Copia il movimento su fotogrammi selezionati, da un&apos;interpolazione di movimento o da un&apos;animazione fotogramma per fotogramma" helpid="x22B45"/>
					<string name="copyMotionAsAS3" object="timeline" text=".copyMotionAsAS3()" tiptext="Copia il movimento sui fotogrammi selezionati come codice ActionScript 3.0, da un&apos;interpolazione di movimento o da un&apos;animazione fotogramma per fotogramma" helpid="x22B70"/>
					<string name="createMotionTween" object="timeline" text=".createMotionTween(% [frameInizio] [, frameFine] %)" tiptext="Crea un&apos;interpolazione di movimento e converte il contenuto del fotogramma in un simbolo, se non ne esiste uno" helpid="x211DC"/>
					<string name="createMotionObject" object="timeline" text=".createMotionObject(% [fotogrammaIniziale] [, fotogrammaFinale] %)" tiptext="Crea un oggetto di movimento e converte il contenuto del fotogramma in un clip filmato, se non lo è già." helpid="x22CA2"/>
					<string name="cutFrames" object="timeline" text=".cutFrames(% [frameInizio] [, frameFine] %)" tiptext="Taglia i fotogrammi specificati e li inserisce negli Appunti" helpid="x211DD"/>
					<string name="cutLayers" object="timeline" text=".cutLayers(% [indiceIniziale] [, indiceFinale]%)" tiptext="Taglia un livello o un intervallo di livelli nella linea temporale" helpid="0"/>
					<string name="deleteLayer" object="timeline" text=".deleteLayer(% [indice] %)" tiptext="Elimina il livello nella linea temporale" helpid="x211DE"/>
					<string name="duplicateLayers" object="timeline" text=".duplicateLayers(% [indiceIniziale] [, indiceFinale]%)" tiptext="Duplica un livello o un intervallo di livelli nella linea temporale" helpid="0"/>
					<string name="expandFolder" object="timeline" text=".expandFolder(% bEspandi [, bRecurseNestedParents] [, indice] %)" tiptext="Se true, espande la cartella livelli; se false, la comprime" helpid="x211DF"/>
					<string name="findLayerIndex" object="timeline" text=".findLayerIndex(% nome %)" tiptext="Restituisce un array di indici per i livelli con il nome specificato" helpid="x211E0"/>
					<string name="getFrameProperty" object="timeline" text=".getFrameProperty(% proprietà %)" tiptext="Restituisce la proprietà Frame specificata" helpid="x211E1"/>
					<string name="getGuidelines" object="timeline" text=".getGuidelines()" tiptext="Restituisce una stringa XML che rappresenta lo stato corrente delle linee guida" helpid="x22C87"/>
					<string name="getLayerProperty" object="timeline" text=".getLayerProperty(% proprietà %)" tiptext="Restituisce la proprietà Layer specificata" helpid="x211E2"/>
					<string name="getSelectedFrames" object="timeline" text=".getSelectedFrames()" tiptext="Restituisce un array contenente gli indici dei fotogrammi selezionati" helpid="x211E3"/>
					<string name="getSelectedLayers" object="timeline" text=".getSelectedLayers()" tiptext="Restituisce un array contenente gli indici dei livelli selezionati" helpid="x211E4"/>
					<string name="insertBlankKeyframe" object="timeline" text=".insertBlankKeyframe(% [numeroFrame] %)" tiptext="Inserisce un fotogramma chiave vuoto" helpid="x211E5"/>
					<string name="insertFrames" object="timeline" text=".insertFrames(% [numFrames] [, bAllLayers] [, numeroFrame] %)" tiptext="Inserisce il numero specificato di fotogrammi" helpid="x211E6"/>
					<string name="insertKeyframe" object="timeline" text=".insertKeyframe(% [numeroFrame] %)" tiptext="Inserisce un fotogramma chiave" helpid="x211E7"/>
					<string name="pasteFrames" object="timeline" text=".pasteFrames(% [frameInizio] [, frameFine] %)" tiptext="Incolla i fotogrammi dagli Appunti in un intervallo di fotogrammi" helpid="x211E8"/>
					<string name="pasteLayers" object="timeline" text=".pasteLayers(% [indiceLivello] %)" tiptext="Incolla un livello o un intervallo di livelli nella linea temporale" helpid="0"/>
					<string name="pasteMotion" object="timeline" text=".pasteMotion()" tiptext="Incolla nella linea temporale l&apos;intervallo di fotogrammi di movimento recuperati da timeline.copyMotion()" helpid="x22B46"/>
					<string name="removeFrames" object="timeline" text=".removeFrames(% [frameInizio] [, frameFine] %)" tiptext="Elimina il fotogramma" helpid="x211E9"/>
					<string name="removeMotionObject" object="timeline" text=".removeMotionObject(% [fotogrammaIniziale] [, fotogrammaFinale] %)" tiptext="Rimuove l&apos;oggetto di movimento e riconverte i fotogrammi in fotogrammi statici. " helpid="x22CA3"/>
					<string name="reorderLayer" object="timeline" text=".reorderLayer(% layerToMove, layerToPutItBy [, bAggiungiPrima] %)" tiptext="Sposta il livello specificato" helpid="x211EA"/>
					<string name="reverseFrames" object="timeline" text=".reverseFrames(% [frameInizio] [, frameFine] %)" tiptext="Inverte un intervallo di fotogrammi" helpid="x211EB"/>
					<string name="selectAllFrames" object="timeline" text=".selectAllFrames()" tiptext="Seleziona tutti i fotogrammi nella linea temporale corrente" helpid="x211EC"/>
					<string name="setFrameProperty" object="timeline" text=".setFrameProperty(% proprietà, valore [, frameInizio] [, frameFine] %)" tiptext="Imposta la proprietà Frame specificata" helpid="x211ED"/>
					<string name="setGuidelines" object="timeline" text=".setGuidelines(% xml %)" tiptext="Imposta le linee guida specificate" helpid="x22C89"/>
					<string name="setLayerProperty" object="timeline" text=".setLayerProperty(% proprietà, valore [, layersToChange] %)" tiptext="Imposta la proprietà Layer specificata" helpid="x211EE"/>
					<string name="setSelectedFrames" object="timeline" text=".setSelectedFrames(% frameInizio, frameFine [, bSostituisciSelezioneCorrente] %)" tiptext="Seleziona i fotogrammi specificati nel livello corrente" helpid="x211EF"/>
					<string name="setSelectedFrames" object="timeline" text=".setSelectedFrames(% selectionList [, bSostituisciSelezioneCorrente] %)" tiptext="Seleziona i fotogrammi specificati nell&apos;array della selezione" helpid="x211F0"/>
					<string name="setSelectedLayers" object="timeline" text=".setSelectedLayers(% indice [, bSostituisciSelezioneCorrente] %)" tiptext="Seleziona i livelli specificati e tutti i fotogrammi in tali livelli" helpid="x211F1"/>
					<string name="showLayerMasking" object="timeline" text=".showLayerMasking(% [livello] %)" tiptext="Se true, visualizza la maschera del livello" helpid="x211F2"/>
					<string name="startPlayback" object="timeline" text=".startPlayback()" tiptext="Avvia la riproduzione automatica della linea temporale, se non è già in fase di riproduzione." helpid="x22CA4"/>
					<string name="stopPlayback" object="timeline" text=".stopPlayback()" tiptext="Ferma la riproduzione automatica della linea temporale, se è in fase di riproduzione." helpid="x22CA5"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Timeline" helpid="x211F3">
					<string name="currentFrame" object="timeline" text=".currentFrame" tiptext="Indice dei fotogrammi per la posizione dell&apos;indicatore di riproduzione" helpid="x211F4"/>
					<string name="currentLayer" object="timeline" text=".currentLayer" tiptext="Il livello correntemente attivo" helpid="x211F5"/>
					<string name="frameCount" object="timeline" text=".frameCount" tiptext="Numero di fotogrammi nel livello più lungo della linea temporale specificata" helpid="x211F6"/>
					<string name="layerCount" object="timeline" text=".layerCount" tiptext="Il numero di livelli nella linea temporale specificata" helpid="x211F7"/>
					<string name="layers" object="timeline" text=".layers" tiptext="Un array di oggetti Layer" helpid="x211F8"/>
					<string name="name" object="timeline" text=".name" tiptext="Nome della linea temporale; corrisponde al nome della scena" helpid="x211F9"/>
				</folder>
			</folder>
			<folder name="ToolObj" index="true" tiptext="Rappresenta un singolo strumento" helpid="x211FA">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto ToolObj" helpid="x211FB">
					<string name="enablePIControl" object="toolObj" text=".enablePIControl(% controllo, abilita %)" tiptext="Abilita o disabilita un controllo nella finestra di ispezione Proprietà" helpid="x211FC"/>
					<string name="setIcon" object="toolObj" text=".setIcon(% file %)" tiptext="Specifica il file PNG da utilizzare come icona di uno strumento" helpid="x211FD"/>
					<string name="setMenuString" object="toolObj" text=".setMenuString(% stringaMenu %)" tiptext="Imposta la stringa per il menu a comparsa dello strumento" helpid="x211FE"/>
					<string name="setOptionsFile" object="toolObj" text=".setOptionsFile(% fileXml %)" tiptext="Imposta il file delle opzioni per uno strumento" helpid="x211FF"/>
					<string name="setPI" object="toolObj" text=".setPI(% pi %)" tiptext="Imposta quale finestra di ispezione Proprietà deve essere utilizzata con uno strumento" helpid="x21200"/>
					<string name="setToolName" object="toolObj" text=".setToolName(% nome %)" tiptext="Imposta il nome dello strumento" helpid="x21201"/>
					<string name="setToolTip" object="toolObj" text=".setToolTip(% suggerimento %)" tiptext="Imposta il suggerimento per lo strumento" helpid="x21202"/>
					<string name="showPIControl" object="toolObj" text=".showPIControl(% controllo, mostra %)" tiptext="Mostra o nasconde il controllo specificato nella finestra di ispezione Proprietà" helpid="x21203"/>
					<string name="showTransformHandles" object="toolObj" text=".showTransformHandles(% mostra %)" tiptext="Se true, le maniglie dello strumento Trasformazione libera vengono visualizzate quando lo strumento è attivo" helpid="x21204"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto ToolObj" helpid="x21205">
					<string name="depth" object="toolObj" text=".depth" tiptext="Posizione dello strumento nel menu a comparsa" helpid="x21206"/>
					<string name="iconID" object="toolObj" text=".iconID" tiptext="ID della risorsa dello strumento" helpid="x21207"/>
					<string name="position" object="toolObj" text=".position" tiptext="Posizione dello strumento nel pannello Strumenti" helpid="x21208"/>
				</folder>
			</folder>
			<folder name="Tools" index="true" tiptext="Registra gli input provenienti dalla tastiera e dal mouse" helpid="x21209">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Tools" helpid="x2120A">
					<string name="constrainPoint" object="tools" text=".constrainPoint(% pt1, pt2 %)" tiptext="Consente di limitare i movimenti degli strumenti" helpid="x21210"/>
					<string name="getKeyDown" object="tools" text=".getKeyDown()" tiptext="Restituisce l&apos;ultimo tasto premuto" helpid="x2120B"/>
					<string name="setCursor" object="tools" text=".setCursor(% cursore %)" tiptext="Imposta il cursore utilizzato dallo strumento" helpid="x2120C"/>
					<string name="snapPoint" object="tools" text=".snapPoint(% pt %)" tiptext="Se è attiva un&apos;impostazione di aggancio, restituisce il punto di aggancio" helpid="x21216"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Tools" helpid="x2120D">
					<string name="activeTool" object="tools" text=".activeTool" tiptext="Restituisce l&apos;oggetto ToolObj per lo strumento correntemente attivo" helpid="x2120E"/>
					<string name="altIsDown" object="tools" text=".altIsDown" tiptext="Se TRUE, il tasto Alt è premuto" helpid="x2120F"/>
					<string name="ctlIsDown" object="tools" text=".ctlIsDown" tiptext="Se TRUE, il tasto Ctrl è premuto" helpid="x21211"/>
					<string name="mouseIsDown" object="tools" text=".mouseIsDown" tiptext="Se TRUE, il pulsante sinistro del mouse è premuto" helpid="x21212"/>
					<string name="penDownLoc" object="tools" text=".penDownLoc" tiptext="La posizione dell&apos;ultimo evento pressione mouse" helpid="x21213"/>
					<string name="penLoc" object="tools" text=".penLoc" tiptext="La posizione corrente del mouse" helpid="x21214"/>
					<string name="shiftIsDown" object="tools" text=".shiftIsDown" tiptext="SE TRUE, il tasto Maiusc è premuto" helpid="x21215"/>
					<string name="toolObjs" object="tools" text=".toolObjs" tiptext="Un array di oggetti ToolObj" helpid="x21217"/>
				</folder>
			</folder>
			<folder name="Vertex" index="true" tiptext="Contiene i dati delle coordinate di una forma" helpid="x21218">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto Vertex" helpid="x21219">
					<string name="getHalfEdge" object="vertex" text=".getHalfEdge()" tiptext="Restituisce l&apos;oggetto HalfEdge che condivide un vertice" helpid="x2121A"/>
					<string name="setLocation" object="vertex" text=".setLocation(% x, y %)" tiptext="Imposta la posizione del vertice" helpid="x2121B"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto Vertex" helpid="x2121C">
					<string name="x" object="vertex" text=".x" tiptext="La posizione x del vertice" helpid="x2121D"/>
					<string name="y" object="vertex" text=".y" tiptext="La posizione y del vertice" helpid="x2121E"/>
				</folder>
			</folder>
			<folder name="VideoItem" index="true" tiptext="Sottoclasse di Item; un video nella libreria" helpid="x2121F">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto VideoItem" helpid="x22C7A">
					<string name="exportToFLV" object="VideoItem" text=".exportToFLV(% URIfile %)" tiptext="Restituisce true se l&apos;oggetto Video è stato esportato correttamente" helpid="x22C72"/>
				</folder>
				<folder name="Proprietà" tiptext="Proprietà dell&apos;oggetto VideoItem" helpid="x2294F">
					<string name="fileLastModifiedDate" object="VideoItem" text=".fileLastModifiedDate" tiptext="Indicazione data/ora del file al momento dell&apos;importazione" helpid="x22C73"/>
					<string name="sourceFileExists" object="VideoItem" text=".sourceFileExists" tiptext="Se è true, il file originale esiste" helpid="x22C74"/>
					<string name="sourceFileIsCurrent" object="VideoItem" text=".sourceFileIsCurrent" tiptext="Se è true, il file originale non è stato modificato dopo l&apos;ultima importazione." helpid="x22C75"/>
					<string name="sourceFilePath" object="VideoItem" text=".sourceFilePath" tiptext="URI del file dell&apos;elemento video importato" helpid="x22950"/>
					<string name="videoType" object="VideoItem" text=".videoType" tiptext="Tipo di video rappresentato dall&apos;elemento" helpid="x22951"/>
				</folder>
			</folder>
			<folder name="XMLUI" index="true" tiptext="Finestra di dialogo XMLUI" helpid="x21221">
				<folder name="Metodi" tiptext="Metodi dell&apos;oggetto XMLUI" helpid="x21222">
					<string name="accept" object="xmlui" text=".accept()" tiptext="Chiude la finestra di dialogo XMLUI accettando l&apos;operazione" helpid="x21223"/>
					<string name="cancel" object="xmlui" text=".cancel()" tiptext="Chiude la finestra di dialogo XMLUI annullando l&apos;operazione" helpid="x21224"/>
					<string name="get" object="xmlui" text=".get(% nome %)" tiptext="Restituisce il valore della proprietà specificata nella finestra di dialogo XMLUI" helpid="x21225"/>
					<string name="getControlItemElement" object="xmlui" text=".getControlItemElement( % nomeProprietàControllo % )" tiptext="Restituisce etichetta e valore della linea selezionata" helpid="x22952"/>
					<string name="getEnabled" object="xmlui" text=".getEnabled( % IDControllo % )" tiptext="Se il valore è true, il controllo è attivato" helpid="x22953"/>
					<string name="getVisible" object="xmlui" text=".getVisible( % IDControllo % )" tiptext="Se il valore è true, il controllo è visibile" helpid="x2295E"/>
					<string name="set" object="xmlui" text=".set(% nome, valore %)" tiptext="Imposta il valore della proprietà specificata nella finestra di dialogo XMLUI" helpid="x21226"/>
					<string name="setControlItemElement" object="xmlui" text=".setControlItemElement( % nomeProprietàControllo, voceElemento % )" tiptext="Imposta etichetta e valore della linea selezionata" helpid="x22954"/>
					<string name="setControlItemElements" object="xmlui" text=".setControlItemElements( % IDControllo, arrayVoceElemento % )" tiptext="Imposta etichetta e valore di tutte le linee del controllo" helpid="x22955"/>
					<string name="setEnabled" object="xmlui" text=".setEnabled( % IDControllo, attivato % )" tiptext="Attiva o disattiva (visualizza come disabilitato) un controllo" helpid="x22956"/>
					<string name="setVisible" object="xmlui" text=".setVisible( % IDcontrollo, visibile % )" tiptext="Mostra o nasconde un controllo" helpid="x2295F"/>
				</folder>
			</folder>
			<folder name="Obsoleto" index="true" tiptext="Funzioni sconsigliate per contenuto nuovo" helpid="x22963">
				<string name="characterSpacing" object="textAttrs" text=".characterSpacing" tiptext="Numero intero che rappresenta lo spazio tra i caratteri" helpid="x211C3"/>
			</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"/>
<!--  Global methods  -->
				<identifier text="alert"/>
				<identifier text="confirm"/>
				<identifier text="prompt"/>
<!--  Timeline effects  -->
				<identifier text="configureEffect"/>
				<identifier text="executeEffect"/>
				<identifier text="removeEffect"/>
<!--  Extensible tools  -->
				<identifier text="activate"/>
				<identifier text="deactivate"/>
				<identifier text="configureTool"/>
				<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="Array"/>
				<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="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="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="fileLastModifiedDate"/>
				<identifier text="sourceFileExists"/>
				<identifier text="sourceFileIsCurrent"/>
				<identifier text="sourceFilePath"/>
				<identifier text="useDeblocking"/>
				<identifier text="compilerErrors"/>
				<identifier text="clear"/>
				<identifier text="save"/>
				<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="reload"/>
				<identifier text="contour"/>
				<identifier text="interior"/>
				<identifier text="orientation"/>
				<identifier text="getHalfEdge"/>
				<identifier text="fill"/>
				<identifier text="document"/>
				<identifier text="addFilter"/>
				<identifier text="changeFilterOrder"/>
				<identifier text="disableAllFilters"/>
				<identifier text="disableFilter"/>
				<identifier text="disableOtherFilters"/>
				<identifier text="enableAllFilters"/>
				<identifier text="enableFilter"/>
				<identifier text="getBlendMode"/>
				<identifier text="getFilters"/>
				<identifier text="getMobileSettings"/>
				<identifier text="getPlayerVersion"/>
				<identifier text="removeAllFilters"/>
				<identifier text="removeFilter"/>
				<identifier text="resetOvalObject"/>
				<identifier text="resetRectangleObject"/>
				<identifier text="setBlendMode"/>
				<identifier text="setFilterProperty"/>
				<identifier text="setFilters"/>
				<identifier text="setMobileSettings"/>
				<identifier text="setOvalObjectProperty"/>
				<identifier text="setPlayerVersion"/>
				<identifier text="setRectangleObjectProperty"/>
				<identifier text="union"/>
				<identifier text="intersect"/>
				<identifier text="punch"/>
				<identifier text="deleteEnvelope"/>
				<identifier text="crop"/>
				<identifier text="zoomFactor"/>
<!-- property -->
				<identifier text="as3AutoDeclare"/>
				<identifier text="as3ExportFrame"/>
				<identifier text="as3StrictMode"/>
				<identifier text="as3WarningsMode"/>
				<identifier text="as3Dialect"/>
				<identifier text="asVersion"/>
				<identifier text="accName"/>
				<identifier text="autoLabel"/>
				<identifier text="backgroundColor"/>
				<identifier text="currentPublishProfile"/>
				<identifier text="currentTimeline"/>
				<identifier text="description"/>
				<identifier text="docClass"/>
				<identifier text="externalLibraryPath"/>
				<identifier text="forceSimple"/>
				<identifier text="frameRate"/>
				<identifier text="height"/>
				<identifier text="id"/>
				<identifier text="library"/>
				<identifier text="libraryPath"/>
				<identifier text="livePreview"/>
				<identifier text="name"/>
				<identifier text="path"/>
				<identifier text="pathURI"/>
				<identifier text="publishProfiles"/>
				<identifier text="selection"/>
				<identifier text="silent"/>
				<identifier text="sourcePath"/>
				<identifier text="timelines"/>
				<identifier text="width"/>
				<identifier text="addDataToDocument"/>
				<identifier text="addDataToSelection"/>
				<identifier text="addItem"/>
				<identifier text="addNewLine"/>
				<identifier text="addNewOval"/>
				<identifier text="addNewPrimitiveOval"/>
				<identifier text="addNewPrimitiveRectangle"/>
				<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="exportPublishProfileString"/>
				<identifier text="exportPNG"/>
				<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="importFile"/>
				<identifier text="importPublishProfile"/>
				<identifier text="importPublishProfileString"/>
				<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="rotate3DSelection"/>
				<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="setStageVanishingPoint"/>
				<identifier text="setStageViewAngle"/>
				<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="swapStrokeAndFill"/>
				<identifier text="testMovie"/>
				<identifier text="testScene"/>
				<identifier text="traceBitmap"/>
				<identifier text="transformSelection"/>
				<identifier text="translate3DCenter"/>
				<identifier text="translate3DSelection"/>
				<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="setFill"/>
				<identifier text="edge"/>
				<identifier text="cubicSegmentIndex"/>
				<identifier text="id"/>
				<identifier text="isLine"/>
				<identifier text="getControl"/>
				<identifier text="getHalfEdge"/>
				<identifier text="setControl"/>
				<identifier text="splitEdge"/>
				<identifier text="element"/>
				<identifier text="layer"/>
				<identifier text="selected"/>
				<identifier text="depth"/>
				<identifier text="elementType"/>
				<identifier text="height"/>
				<identifier text="left"/>
				<identifier text="locked"/>
				<identifier text="matrix"/>
				<identifier text="top"/>
				<identifier text="width"/>
				<identifier text="getPersistentData"/>
				<identifier text="hasPersistentData"/>
				<identifier text="removePersistentData"/>
				<identifier text="setPersistentData"/>
				<identifier text="getTransformationPoint"/>
				<identifier text="setTransformationPoint"/>
				<identifier text="rotation"/>
				<identifier text="scaleX"/>
				<identifier text="scaleY"/>
				<identifier text="skewX"/>
				<identifier text="skewY"/>
				<identifier text="transformX"/>
				<identifier text="transformY"/>
				<identifier text="x"/>
				<identifier text="y"/>
				<identifier text="External Library:"/>
				<identifier text="bitmapIsClipped"/>
				<identifier text="bitmapPath"/>
				<identifier text="color"/>
				<identifier text="colorArray"/>
				<identifier text="focalPoint"/>
				<identifier text="linearRGB"/>
				<identifier text="overflow"/>
				<identifier text="posArray"/>
				<identifier text="style"/>
				<identifier text="filter"/>
				<identifier text="angle"/>
				<identifier text="blurX"/>
				<identifier text="blurY"/>
				<identifier text="brightness"/>
				<identifier text="color"/>
				<identifier text="contrast"/>
				<identifier text="distance"/>
				<identifier text="enabled"/>
				<identifier text="hideObject"/>
				<identifier text="highlightColor"/>
				<identifier text="hue"/>
				<identifier text="inner"/>
				<identifier text="knockout"/>
				<identifier text="quality"/>
				<identifier text="saturation"/>
				<identifier text="shadowColor"/>
				<identifier text="strength"/>
				<identifier text="type"/>
				<identifier text="flash"/>
				<identifier text="fl"/>
				<identifier text="as3PackagePaths"/>
				<identifier text="packagePaths"/>
				<identifier text="componentsPanel"/>
				<identifier text="configDirectory"/>
				<identifier text="configURI"/>
				<identifier text="contactSensitiveSelection"/>
				<identifier text="documents"/>
				<identifier text="objectDrawingMode"/>
				<identifier text="flexSDKPath"/>
				<identifier text="Math"/>
				<identifier text="outputPanel"/>
				<identifier text="tools"/>
				<identifier text="version"/>
				<identifier text="viewMatrix"/>
				<identifier text="xmlui"/>
				<identifier text="browseForFileURL"/>
				<identifier text="browseForFolderURL"/>
				<identifier text="closeAll"/>
				<identifier text="closeDocument"/>
				<identifier text="createDocument"/>
				<identifier text="enableImmediateUpdates"/>
				<identifier text="fileExists"/>
				<identifier text="findDocumentIndex"/>
				<identifier text="getAppMemoryInfo"/>
				<identifier text="getDocumentDOM"/>
				<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="scriptURI"/>
				<identifier text="swfPanels"/>
				<identifier text="setActiveWindow"/>
				<identifier text="showIdleMessage"/>
				<identifier text="trace"/>
				<identifier text="addEventListener"/>
				<identifier text="copyClipString"/>
				<identifier text="findDocumentDOM"/>
				<identifier text="getPrefInteger"/>
				<identifier text="getPrefString"/>
				<identifier text="isFontInstalled"/>
				<identifier text="removeEventListener"/>
				<identifier text="setPrefInteger"/>
				<identifier text="setPrefString"/>
				<identifier text="findObjectInDocByName"/>
				<identifier text="findObjectInDocByType"/>
				<identifier text="selectElement"/>
				<identifier text="closeAllPlayerDocuments"/>
				<identifier text="compilerErrors"/>
				<identifier text="resetAS3PackagePaths"/>
				<identifier text="resetPackagePaths"/>
				<identifier text="selectTool"/>
				<identifier text="FLfile"/>
				<identifier text="copy"/>
				<identifier text="createFolder"/>
				<identifier text="exists"/>
				<identifier text="getAttributes"/>
				<identifier text="getCreationDate"/>
				<identifier text="getCreationDateObj"/>
				<identifier text="getModificationDate"/>
				<identifier text="getModificationDateObj"/>
				<identifier text="getSize"/>
				<identifier text="listFolder"/>
				<identifier text="platformPathToURI"/>
				<identifier text="read"/>
				<identifier text="remove"/>
				<identifier text="setAttributes"/>
				<identifier text="uriToPlatformPath"/>
				<identifier text="write"/>
				<identifier text="folderItem"/>
				<identifier text="fontItem"/>
				<identifier text="frame"/>
				<identifier text="bitmap"/>
				<identifier text="bold"/>
				<identifier text="embedVariantGlyphs"/>
				<identifier text="font"/>
				<identifier text="italic"/>
				<identifier text="size"/>
				<identifier text="presetPanel"/>
				<identifier text="addNewItem"/>
				<identifier text="applyPreset"/>
				<identifier text="deleteFolder"/>
				<identifier text="deleteItem"/>
				<identifier text="expandFolder"/>
				<identifier text="exportItem"/>
				<identifier text="findItemIndex"/>
				<identifier text="getSelectedItems"/>
				<identifier text="importItem"/>
				<identifier text="moveToFolder"/>
				<identifier text="newFolder"/>
				<identifier text="renameItem"/>
				<identifier text="selectItem"/>
				<identifier text="isDefault"/>
				<identifier text="isFolder"/>
				<identifier text="items"/>
				<identifier text="level"/>
				<identifier text="open"/>
<!--  methods  -->
				<identifier text="getCustomEase"/>
				<identifier text="setCustomEase"/>
<!--  properties  -->
				<identifier text="actionScript"/>
				<identifier text="duration"/>
				<identifier text="elements"/>
				<identifier text="hasCustomEase"/>
				<identifier text="labelType"/>
				<identifier text="motionTweenOrientToPath"/>
				<identifier text="motionTweenRotate"/>
				<identifier text="motionTweenRotateTimes"/>
				<identifier text="motionTweenScale"/>
				<identifier text="motionTweenSnap"/>
				<identifier text="motionTweenSync"/>
				<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="useSingleEaseCurve"/>
				<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="addData"/>
				<identifier text="getData"/>
				<identifier text="hasData"/>
				<identifier text="removeData"/>
				<identifier text="itemType"/>
				<identifier text="linkageBaseClass"/>
				<identifier text="linkageClassName"/>
				<identifier text="linkageExportForAS"/>
				<identifier text="linkageExportForRS"/>
				<identifier text="linkageExportInFirstFrame"/>
				<identifier text="linkageIdentifier"/>
				<identifier text="linkageImportForRS"/>
				<identifier text="linkageURL"/>
				<identifier text="layer"/>
				<identifier text="color"/>
				<identifier text="frameCount"/>
				<identifier text="frames"/>
				<identifier text="height"/>
				<identifier text="layerType"/>
				<identifier text="locked"/>
				<identifier text="outline"/>
				<identifier text="parentLayer"/>
				<identifier text="visible"/>
				<identifier text="library"/>
				<identifier text="addItemToDocument"/>
				<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="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="oval"/>
				<identifier text="closePath"/>
				<identifier text="endAngle"/>
				<identifier text="innerRadius"/>
				<identifier text="startAngle"/>
				<identifier text="parameter"/>
				<identifier text="category"/>
				<identifier text="listIndex"/>
				<identifier text="value"/>
				<identifier text="valueType"/>
				<identifier text="verbose"/>
				<identifier text="insertItem"/>
				<identifier text="removeItem"/>
				<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="rectangle"/>
				<identifier text="bottomLeftRadius"/>
				<identifier text="bottomRightRadius"/>
				<identifier text="lockFlag"/>
				<identifier text="topLeftRadius"/>
				<identifier text="topRightRadius"/>
				<identifier text="silent"/>
				<identifier text="tabIndex"/>
				<identifier text="timeline"/>
				<identifier text="shape"/>
				<identifier text="isDrawingObject"/>
				<identifier text="isOvalObject"/>
				<identifier text="isRectangleObject"/>
				<identifier text="members"/>
				<identifier text="numCubicSegments"/>
				<identifier text="contours"/>
				<identifier text="edges"/>
				<identifier text="isGroup"/>
				<identifier text="vertices"/>
				<identifier text="beginEdit"/>
				<identifier text="deleteEdge"/>
				<identifier text="endEdit"/>
				<identifier text="getCubicSegmentPoints"/>
				<identifier text="soundItem"/>
				<identifier text="exportToFile"/>
				<identifier text="bitRate"/>
				<identifier text="bits"/>
				<identifier text="compressionType"/>
				<identifier text="convertStereoToMono"/>
				<identifier text="originalCompressionType"/>
				<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="swfPanel"/>
				<identifier text="callFunction"/>
				<identifier text="symbolInstance"/>
				<identifier text="accName"/>
				<identifier text="actionScript"/>
				<identifier text="blendMode"/>
				<identifier text="buttonTracking"/>
				<identifier text="cacheAsBitmap"/>
				<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="filters"/>
				<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="sourceLibraryName"/>
				<identifier text="symbolType"/>
				<identifier text="timeline"/>
				<identifier text="convertToCompiledClip"/>
				<identifier text="exportSWF"/>
				<identifier text="text"/>
				<identifier text="accName"/>
				<identifier text="antiAliasSharpness"/>
				<identifier text="antiAliasThickness"/>
				<identifier text="autoExpand"/>
				<identifier text="border"/>
				<identifier text="description"/>
				<identifier text="embeddedCharacters"/>
				<identifier text="embedRanges"/>
				<identifier text="fontRenderingMode"/>
				<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="characterPosition"/>
				<identifier text="characterSpacing"/>
				<identifier text="face"/>
				<identifier text="fillColor"/>
				<identifier text="indent"/>
				<identifier text="leftMargin"/>
				<identifier text="letterSpacing"/>
				<identifier text="lineSpacing"/>
				<identifier text="rightMargin"/>
				<identifier text="rotation"/>
				<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="addMotionGuide"/>
				<identifier text="addNewLayer"/>
				<identifier text="clearFrames"/>
				<identifier text="clearKeyframes"/>
				<identifier text="convertToBlankKeyframes"/>
				<identifier text="convertToKeyframes"/>
				<identifier text="copyFrames"/>
				<identifier text="copyLayers"/>
				<identifier text="createMotionTween"/>
				<identifier text="cutFrames"/>
				<identifier text="cutLayers"/>
				<identifier text="deleteLayer"/>
				<identifier text="duplicateLayers"/>
				<identifier text="expandFolder"/>
				<identifier text="findLayerIndex"/>
				<identifier text="getFrameProperty"/>
				<identifier text="getGuidelines"/>
				<identifier text="getLayerProperty"/>
				<identifier text="getSelectedFrames"/>
				<identifier text="getSelectedLayers"/>
				<identifier text="insertBlankKeyframe"/>
				<identifier text="insertFrames"/>
				<identifier text="insertKeyframe"/>
				<identifier text="pasteFrames"/>
				<identifier text="pasteLayers"/>
				<identifier text="removeFrames"/>
				<identifier text="reorderLayer"/>
				<identifier text="reverseFrames"/>
				<identifier text="selectAllFrames"/>
				<identifier text="setFrameProperty"/>
				<identifier text="setGuidelines"/>
				<identifier text="setLayerProperty"/>
				<identifier text="setSelectedFrames"/>
				<identifier text="setSelectedFrames"/>
				<identifier text="setSelectedLayers"/>
				<identifier text="showLayerMasking"/>
				<identifier text="copyMotion()"/>
				<identifier text="copyMotionAsAS3()"/>
				<identifier text="pasteMotion()"/>
				<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="exportToFLV"/>
				<identifier text="videoType"/>
				<identifier text="xmlui"/>
				<identifier text="setControlItemElement"/>
				<identifier text="accept"/>
				<identifier text="cancel"/>
				<identifier text="getControlItemElement"/>
				<identifier text="getEnabled"/>
				<identifier text="getVisible"/>
				<identifier text="get"/>
				<identifier text="set"/>
				<identifier text="setControlItemElements"/>
				<identifier text="setEnabled"/>
				<identifier text="setVisible"/>
				<identifier text="actionsPanel"/>
				<identifier text="getClassForObject"/>
				<identifier text="getScriptAssistMode"/>
				<identifier text="getSelectedText"/>
				<identifier text="getText"/>
				<identifier text="hasSelection"/>
				<identifier text="replaceSelectedText"/>
				<identifier text="setScriptAssistMode"/>
				<identifier text="setSelection"/>
				<identifier text="setText"/>
			</colorsyntax>
	<codehints>
			<typeinfo pattern="*_bitIn" object="bitmapInstance"/>
			<typeinfo pattern="*_bitIt" object="bitmapItem"/>
			<typeinfo pattern="*_clipIn" object="compiledClipInstance"/>
			<typeinfo pattern="*compilerErrors" object="compilerErrors"/>
			<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="*_elem" object="element"/>
			<typeinfo pattern="*_fill" object="fill"/>
			<typeinfo pattern="*_filt" object="filter"/>
			<typeinfo pattern="*_fl" object="fl"/>
			<typeinfo pattern="*fl" object="fl"/>
			<typeinfo pattern="*flash" object="fl"/>
			<typeinfo pattern="*FLfile" object="FLfile"/>
			<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="*_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="*oval" object="oval"/>
			<typeinfo pattern="*_param" object="parameter"/>
			<typeinfo pattern="*_path" object="newPath"/>
			<typeinfo pattern="*rectangle" object="rectangle"/>
			<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>
</toolbox>
