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

	<loadplugin file="../fx/fxmain.dll"></loadplugin>

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

	<add type="flash" name="flash1"></add>
	<flash1 color="0xfffffffff"
		attack="2.3"
		sustain="1.0"
		decay="0.3"
		mode="0">
	</flash1>
	
	<draworder effect="clear" effect="flash1"></draworder>

	<event time="0.0"><flash1><go></go></flash1></event>
	<event time="1.0"><flash1><go></go></flash1></event>
	<event time="2.0"><flash1><go></go></flash1></event>
	<event time="3.0"><flash1><go></go></flash1></event>
	<event time="4.0"><flash1><go></go></flash1></event>
	<event time="5.0"><flash1><go></go></flash1></event>
	<event time="6.0"><flash1><go></go></flash1></event>
	<event time="7.0"><flash1><go></go></flash1></event>
	<event time="8.0"><flash1><go></go></flash1></event>

	<load></load>
	<run></run>

</demo>