<Motion duration="60" xmlns="fl.motion.*" xmlns:geom="flash.geom.*" xmlns:filters="flash.filters.*">
	<source>
		<Source frameRate="30" x="176.95" y="189.5" scaleX="0.994" scaleY="0.993" 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="Initial Color:">
				<effect_property type="color" >
					<effect_sub_property type="rgb" property_value="TINT_COLOR1" default_value="0xFF0000">
					</effect_sub_property>
					<effect_sub_property type="alpha" property_value="TINT_ALPHA1" default_value="1">
					</effect_sub_property>
				</effect_property>
		</config_item>
		
		<config_item  display_name="Initial Tint">
			<effect_property type="number" property_value="TINT1" default_value="50" valid_range="{{0,100}}"  increment= "1" modifiers= "{offset:0,multiplier:0.01}" unit="%">
			</effect_property>
		</config_item>
		
				
		<config_item display_name="Final Color:">
				<effect_property type="color" >
					<effect_sub_property type="rgb" property_value="TINT_COLOR2" default_value="0xFF0000">
					</effect_sub_property>
					<effect_sub_property type="alpha" property_value="TINT_ALPHA2" default_value="1">
					</effect_sub_property>
				</effect_property>
		</config_item>
		
		<config_item  display_name="Final Tint">
			<effect_property type="number" property_value="TINT2" default_value="50" valid_range="{{0,100}}"  increment= "1" modifiers= "{offset:0,multiplier:0.01}" unit="%">
			</effect_property>
		</config_item>
	</effect_config>
	

	<Keyframe index="0">
		<tweens>
			<SimpleEase ease="0"/>
		</tweens>
		<color>
			<Color tintColor="TINT_COLOR1" tintMultiplier="TINT1"/>
		</color>
	</Keyframe>


	<Keyframe index="58">
		<color>
			<Color tintColor="TINT_COLOR2" tintMultiplier="TINT2"/>
		</color>
	</Keyframe>
	
	<Keyframe index="59">
		<color>
		</color>
	</Keyframe>

</Motion>