<group name = "Assistants">
	<effect name = "Distributed Duplicate" />
	<source file = "DistributedDuplicate.jsfl" />
	<allow types = "button, shape, movie clip, graphic, text, bitmap" />

<properties>
	<property name="Number of Copies" variable="numcopies" min="1" defaultValue="5" type="Number" />
	<property name="Offset X" variable="offsetx" min="-99999" defaultValue="25" type="Number" />
	<property name="Offset Y" variable="offsety" min="-99999" defaultValue="25" type="Number" />

	<property name="Offset Rotation" variable="offsetrotation" min="0" defaultValue="0" type="Double" />

	<property name="Scale X" variable="scalex" min="0" defaultValue="100" type="Number" />
	<property name="Scale Y" variable="scaley" min="0" defaultValue="100" type="Number" />
	<property name="Scale Method" variable="scalemethod" list="exponential,linear" defaultValue="'exponential'" type="Strings" />

	<property name="Change Alpha" variable="changealpha" list="yes,no" defaultValue="yes" type="Strings" />
	<property name="Final Alpha" variable="finalalpha" min="0" defaultValue="100" type="Number" />

	<property name="Change Tint" variable="changetint" list="yes,no" defaultValue="no" type="Strings" />
        <property name="Final Tint" variable="finaltint" min="0" max="17895690" defaultValue="10066329" type="Number" />
	<property name="Offset Frames" variable="offsetframes" min="0" defaultValue="0" type="Number" />

	<property name="First" variable="first" defaultValue="1" type="Number" />

</properties>

	<!--  buttons="ok,cancel" -->
	<dialog id="dd-dialog" title="Distributed Duplicate">
		<flash id="dd_ui" src="distributedduplicate.swf" width="772" height="456">
			<property id="first" />
			<property id="numcopies" />
			<property id="offsetx" />
			<property id="offsety" />
			<property id="offsetrotation" />
			<property id="scalex" />
			<property id="scaley" />
			<property id="scalemethod" />
			<property id="changealpha" />
			<property id="finalalpha" />
			<property id="changetint" />
			<property id="finaltint" />
			<property id="offsetframes" />
		</flash>
	</dialog>

</group>

