
<demo name="flash1" width="640" height="480" bpp="32" fullscreen="0">

	<loadplugin file="../fx/fx_main.dll"/>
	<loadplugin file="../fx/fx_mayaplay.dll"/>
	<loadplugin file="../fx/fx_rawhed.dll"/>

	<add type="clear" name="clear"/>
	<clear color="0xff000000"/>

	<add type="picture" name="pic1"/>
	<pic1 filename="faktory_logo_alpha.png">
	<gl restore="1">
		<alpha	active="1"
			blend="1"
			blendsrc="4"
			blenddst="5"
			mask="0"
			maskvalue="0.5">
		</alpha>
	</gl>
	</pic1>

	<add type="mayaplay" name="3dtree"/>
	<3dtree filename="tree.zen" speed="1"/>

	<add type="texturenoise" name="noise"/>
	<noise width="256" height="256" tiling="4,4" mono="1" tintcolor="0.8,0.8,0.8" smooth="0" speed="1"/>
	<noise width="16" height="16" tiling="1,1" mono="1" tintcolor="0.8,0.8,0.8" smooth="1" speed="0"/>
	
	<draworder effect="clear" effect="3dtree" effect="noise" effect="pic1"/>

	<load/>

	<3dtree camera="cameraShape1" frame="0" play="1" loopmin="0" loopmax="400"/>

	<run/>

</demo>