<?xml version="1.0" ?>
<Feature>
	<FeatureTitle>Nokia Flash Engine Demo</FeatureTitle>
	<FeatureDescription>This program demonstrates the use of XML and a simulation engine developed in Flash. Click "Test all Buttons" and "Screen Stuff" to see it work.</FeatureDescription>
	<FeatureSteps>
		<Step number="1">
			<StepTitle>Test all buttons.</StepTitle>
			<StepDescription>Click here to see the cursor animate and to test all of the button up and down actions.</StepDescription>
			<StepActions>
				<Action number="1" command="press" button="0"/>
				<Action number="2" command="press" button="1"/>
				<Action number="3" command="press" button="2"/>
				<Action number="4" command="press" button="3"/>
				<Action number="5" command="press" button="4"/>
				<Action number="6" command="press" button="5"/>
				<Action number="7" command="press" button="6"/>
				<Action number="8" command="press" button="7"/>
				<Action number="9" command="press" button="8"/>
				<Action number="10" command="press" button="9"/>
				<Action number="11" command="press" button="power"/>
				<Action number="12" command="press" button="c"/>
				<Action number="13" command="press" button="dash"/>
				<Action number="14" command="press" button="uparrow"/>
				<Action number="15" command="press" button="downarrow"/>
				<Action number="16" command="press" button="star"/>
				<Action number="17" command="button" button="pound"/>
			</StepActions>
		</Step>
		<Step number="2">
			<StepTitle>Screen Stuff</StepTitle>
			<StepDescription>Clicking here will change the screen to number entry, then to the games menu where it scrolls up and down. There's still a little problem with the scrollbar, but it will be fixed soon.</StepDescription>
			<StepActions>
				<Action number="1" command="screen" template="numberentry" variant="optional"/>
				<Action number="2" command="press" button="1"/>
				<Action number="3" command="input" value="1"/>
				<Action number="4" command="press" button="2"/>
				<Action number="5" command="input" value="2"/>
				<Action number="6" command="press" button="3"/>
				<Action number="7" command="input" value="3"/>
				<Action number="1" command="screen" template="textmenu" variant="optional"/>
				<Action number="12" command="load text menu" menu="games"/>
				<Action number="6" command="press" button="downarrow"/>
				<Action number="9" command="scroll menu" direction="down"/>
				<Action number="6" command="press" button="downarrow"/>
				<Action number="9" command="scroll menu" direction="down"/>
				<Action number="6" command="press" button="uparrow"/>
				<Action number="9" command="scroll menu" direction="up"/>
				<Action number="6" command="press" button="uparrow"/>
				<Action number="9" command="scroll menu" direction="up"/>
			</StepActions>
		</Step>
	</FeatureSteps>
</Feature>