<Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
	<source>
		<Source frameRate="30" x="351.7" y="75.2" scaleX="1" scaleY="1" rotation="0" elementType="movie clip" instanceName="abc" symbolName="Symbol 1">
			<dimensions>
				<geom:Rectangle left="-97" top="-50" width="97" height="50"/>
			</dimensions>
			<transformationPoint>
				<geom:Point x="0.5" y="0"/>
			</transformationPoint>
		</Source>
	</source>

	<effect_config>
		<config_item  display_name="Left Angle:">
			<effect_property type="number" property_value="LEFT" default_value="60" valid_range="{{0,89}}" increment= "1" unit="Deg">
			</effect_property>
		</config_item>
		<config_item  display_name="Right Angle:">
			<effect_property type="number" property_value="RIGHT" default_value="60" valid_range="{{0,89}}" increment= "1" modifiers= "{offset:0,multiplier:-1}" unit="Deg">
			</effect_property>
		</config_item>
	</effect_config>

	<Keyframe index="0" tweenSnap="true" tweenSync="true">
		<tweens>
			<SimpleEase ease="1"/>
		</tweens>
	</Keyframe>
	<Keyframe index="14" tweenSnap="true" tweenSync="true" rotation="LEFT">
		<tweens>
			<SimpleEase ease="-1"/>
		</tweens>
	</Keyframe>
	<Keyframe index="29" tweenSnap="true" tweenSync="true" rotation="0">
		<tweens>
			<SimpleEase ease="1"/>
		</tweens>
	</Keyframe>
	<Keyframe index="45" tweenSnap="true" tweenSync="true" rotation="RIGHT">
		<tweens>
			<SimpleEase ease="-1"/>
		</tweens>
	</Keyframe>
	<Keyframe index="59" tweenSnap="true" tweenSync="true" rotation="0">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
	</Keyframe>
</Motion>