<Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
	<source>
		<Source frameRate="30" x="275" y="300" scaleX="0.852" scaleY="2.344" rotation="0" elementType="movie clip" symbolName="Text caption">
			<dimensions>
				<geom:Rectangle left="-87.95" top="-32" width="175.95" height="64"/>
			</dimensions>
			<transformationPoint>
				<geom:Point x="0.5" y="0.5"/>
			</transformationPoint>
		</Source>
	</source>



<effect_config>
		
		<config_item display_name="Blur X:" >
			<effect_property type="number" property_value="BLUR_X" default_value="48" valid_range="{{0,255}}"  increment="1" unit="px">
			</effect_property>
		</config_item>

		<config_item display_name="Blur Y:">
			<effect_property type="number" property_value="BLUR_Y" default_value="48" valid_range="{{0,255}}"  increment="1"   unit="px">
			</effect_property>
		</config_item>

		<config_item  display_name="Strength:">
			<effect_property type="number" property_value="STRENGTH" default_value="100" valid_range="{{0,25500}}"  increment= "1" modifiers= "{offset:0,multiplier:0.01}" unit="%">
			</effect_property>
		</config_item>

		<config_item display_name="Quality:">
			<effect_property type="list" property_value="QUALITY" default_value="1">
				<list_items>
					<list_item name="Low" value="1">
					</list_item>
					<list_item name="Medium" value="2">
					</list_item>
					<list_item name="High" value="3">
					</list_item>
				</list_items>
			</effect_property>
		</config_item>

		<config_item display_name="Glow Color:">
				<effect_property type="color" >
					<effect_sub_property type="rgb" property_value="GLOW_COLOR" default_value="0x009900">
					</effect_sub_property>
					<effect_sub_property type="alpha" property_value="GLOW_ALPHA" default_value="1">
					</effect_sub_property>
				</effect_property>
		</config_item>


		<config_item  display_name="Knock Out:">
			<effect_property type="bool" property_value="KNOCK_OUT" default_value="false">
			</effect_property>
		</config_item>

		<config_item  display_name="Inner Glow:">
			<effect_property type="bool" property_value="INNER_GLOW" default_value="false">
			</effect_property>
		</config_item>
	
	</effect_config>


		<Keyframe index="0" tweenSnap="true" tweenSync="true">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<filters>
			<filters:GlowFilter blurX="0" blurY="0" color="GLOW_COLOR" alpha="GLOW_ALPHA" strength="0" quality="QUALITY" inner="INNER_GLOW" knockout="KNOCK_OUT"/>
		</filters>
	</Keyframe>

	<Keyframe index="14" tweenSnap="true" tweenSync="true" x="0.05000000000001137" scaleX="2.001173708920188" scaleY="1.9995733788395906">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<filters>
			<filters:GlowFilter blurX="BLUR_X" blurY="BLUR_Y" color="GLOW_COLOR" alpha="GLOW_ALPHA" strength="STRENGTH" quality="QUALITY" inner="INNER_GLOW" knockout="KNOCK_OUT"/>
		</filters>
	</Keyframe>

	<Keyframe index="29" tweenSnap="true" tweenSync="true" x="0" scaleX="2.6678403755868545" scaleY="2.6685153583617747">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<filters>
			<filters:GlowFilter blurX="0" blurY="0" color="GLOW_COLOR" alpha="GLOW_ALPHA" strength="0" quality="QUALITY" inner="INNER_GLOW" knockout="KNOCK_OUT"/>
		</filters>
	</Keyframe>

	<Keyframe index="44" tweenSnap="true" tweenSync="true" scaleX="2.001173708920188" scaleY="2.0012798634812285">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<filters>
			<filters:GlowFilter blurX="BLUR_X" blurY="BLUR_Y" color="GLOW_COLOR" alpha="GLOW_ALPHA" strength="STRENGTH" quality="QUALITY" inner="INNER_GLOW" knockout="KNOCK_OUT"/>
		</filters>
	</Keyframe>

	<Keyframe index="59" tweenSnap="true" tweenSync="true" scaleX="1.0011737089201878" scaleY="1.0008532423208192">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<filters>
			<filters:GlowFilter blurX="0" blurY="0" color="GLOW_COLOR" alpha="GLOW_ALPHA" strength="0" quality="QUALITY" inner="INNER_GLOW" knockout="KNOCK_OUT"/>
		</filters>
	</Keyframe>
</Motion>