<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy Tab 7</DesignDeviceName>
	<Variables>[But_Label],[F1Check],[LeftRand],[RunSub],[TimePast],[TopRand]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>D:\My Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<OrientationLimit>OL_LANDSCAPEONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>SetVar &quot;[StopSub]&quot; &quot;True&quot;
keypressed &quot;40&quot;
SetVar &quot;[But_Label]&quot; &quot;Stop Sub&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="MySub">
					<Code>IfEx [RunSub] == &quot;True&quot; and [StopSub] == &quot;True&quot;
   TimerStart &quot;Timer1&quot; &quot;1000&quot;
   SetVar &quot;[But_Label]&quot; &quot;Stop Sub&quot;
   SetVar &quot;[StopSub]&quot; &quot;False&quot;
BeginJS
document.body.style.cursor = &apos;none&apos;;
EndJS
Else
    SetVar &quot;[But_Label]&quot; &quot;Restart Sub&quot;
    SetVar &quot;[RunSub]&quot; &quot;&quot;
    TimerStop &quot;Timer1&quot;
    SetVar &quot;[StopSub]&quot; &quot;True&quot;
BeginJS
document.body.style.cursor = &apos;auto&apos;;
EndJS
Endif</Code>
				</Function>
				<Function name="keypressed">
					<Code>SetVar [KeyCheck] [Key]
If [KeyCheck] == 40
   SetVar &quot;[RunSub]&quot; &quot;True&quot;
   MySub
Else
EndIf</Code>
					<Params>[Key]|STRING|key pressed</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>...Get key number, down arrow is 40, F1 is 112 etc. then run sub
OnKeyDown &quot;keypressed&quot;</pageenter>
					<Components>
						<Timer id="Timer1">
							<left>-75px</left>
							<top>2px</top>
							<width>34px</width>
							<height>34px</height>
							<interval>1000</interval>
							<auto_start>False</auto_start>
							<auto_stop>False</auto_stop>
							<expired>Math &quot;1024-80&quot; 0 [ScreenW]
Math &quot;600-80&quot; 0 [ScreenH]
.Move Car1
Random [ScreenW] [LeftRand1]
Random [ScreenH] [TopRand1]
MoveObject &quot;SVGicon1&quot; [LeftRand1] [TopRand1]
.Move Car2
Random [ScreenW] [LeftRand2]
Random [ScreenH] [TopRand2]
MoveObject &quot;SVGicon2&quot; [LeftRand2] [TopRand2]
.Move Car3
Random [ScreenW] [LeftRand3]
Random [ScreenH] [TopRand3]
MoveObject &quot;SVGicon3&quot; [LeftRand3] [TopRand3]

</expired>
						</Timer>
						<Headline id="Headline1">
							<left>123px</left>
							<top>8px</top>
							<width>778px</width>
							<height>20px</height>
							<style>text-align:center</style>
							<text>&lt;b&gt;&lt;font size=&quot;3&quot;&gt;&lt;p&gt;Press Down Arrow to [But_Label]&lt;/p&gt;&lt;/font&gt;&lt;/b&gt;</text>
							<kind>h5</kind>
						</Headline>
						<SVGicon id="SVGicon1">
							<left>45px</left>
							<top>138px</top>
							<width>80px</width>
							<height>80px</height>
							<style>fill:#71C0FF;stroke:black;stroke-width:1px</style>
							<icon>svgcar</icon>
						</SVGicon>
						<SVGicon id="SVGicon2">
							<left>668px</left>
							<top>468px</top>
							<width>80px</width>
							<height>80px</height>
							<style>fill:#278B00;stroke:black;stroke-width:1px</style>
							<icon>svgcar</icon>
						</SVGicon>
						<SVGicon id="SVGicon3">
							<left>687px</left>
							<top>58px</top>
							<width>80px</width>
							<height>80px</height>
							<style>fill:#AA5CFF;stroke:black;stroke-width:1px</style>
							<icon>svgcar</icon>
						</SVGicon>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
