<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<Variables>[A_KeyHeldResult],[left],[top]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\NANO\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="Speed">
					<Code>SetObjectText &quot;PushButton3&quot; &quot;GOOD JOB!&quot;
SetVar [speed] 10</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>HotKey_NoyzenKeys &quot;16,90&quot; &quot;Speed&quot;


.WASD Keys
KeyHeld_NoyzenKeys 87 [W_KeyHeldResult]
KeyHeld_NoyzenKeys 65 [A_KeyHeldResult]
KeyHeld_NoyzenKeys 83 [S_KeyHeldResult]
KeyHeld_NoyzenKeys 68 [D_KeyHeldResult]


GetObjectInfo &quot;Ellipse1&quot; &quot;left&quot; [left]
GetObjectInfo &quot;Ellipse1&quot; &quot;top&quot; [top]
ToNumber &quot;[left]&quot; [left]
ToNumber &quot;[top]&quot; [top]



SetVar [speed] 3</pageenter>
					<Components>
						<Ellipse id="Ellipse1">
							<left>368px</left>
							<top>376px</top>
							<width>48px</width>
							<height>48px</height>
							<style>fill:#0392CE</style>
						</Ellipse>
						<Headline id="Headline1">
							<left>16px</left>
							<top>16px</top>
							<width>368px</width>
							<height>192px</height>
							<text>W: [W_KeyHeldResult]&lt;br&gt;A: [A_KeyHeldResult] &lt;br&gt;S: [S_KeyHeldResult] &lt;br&gt;D: [D_KeyHeldResult]&lt;br&gt;</text>
							<kind>h3</kind>
						</Headline>
						<Paragraph id="Paragraph1">
							<left>304px</left>
							<top>16px</top>
							<width>480px</width>
							<height>64px</height>
							<style>font-size:16pt</style>
							<text>Press and hold key&amp;nbsp;W,A,S,D and release them :)&lt;br&gt;Also check&amp;nbsp;Page-Enter event.</text>
						</Paragraph>
						<Timer id="Timer1">
							<left>752px</left>
							<top>88px</top>
							<width>34px</width>
							<height>34px</height>
							<interval>20</interval>
							<auto_start>True</auto_start>
							<auto_stop>False</auto_stop>
							<expired>If [W_KeyHeldResult] == &quot;held&quot;
   Math &quot;[top]-[speed]&quot; -1 [top]
EndIf

If [A_KeyHeldResult] == &quot;held&quot;
   Math &quot;[left]-[speed]&quot; -1 [left]
EndIf

If [S_KeyHeldResult] == &quot;held&quot;
   Math &quot;[top]+[speed]&quot; -1 [top]
EndIf

If [D_KeyHeldResult] == &quot;held&quot;
   Math &quot;[left]+[speed]&quot; -1 [left]
EndIf

MoveObject &quot;Ellipse1&quot; [left] [top]</expired>
						</Timer>
						<PushButton id="PushButton2">
							<left>568px</left>
							<top>88px</top>
							<width>152px</width>
							<height>32px</height>
							<caption>Reset Position</caption>
							<click>SetVar [top] 376
SetVar [left] 368</click>
						</PushButton>
						<PushButton id="PushButton3">
							<left>296px</left>
							<top>88px</top>
							<width>256px</width>
							<height>32px</height>
							<caption>Faster Speed Shift+Z</caption>
							<kind>danger</kind>
							<click>jsAlert &quot;Don&apos;t Click! Press the HotKeys :)&quot;</click>
						</PushButton>
					</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>1280px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
