<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>HTC One S</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>360</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<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="keydown">
					<Code>If [keynumber] == 39
  AnimateObject &quot;nube&quot; &quot;+=5px&quot; &quot;+=0px&quot; 0 &quot;linear&quot; &quot;&quot;
EndIf
If [keynumber] == 38
  AnimateObject &quot;nube&quot; &quot;-=0px&quot; &quot;-=5px&quot; 0 &quot;linear&quot; &quot;&quot;
EndIf
If [keynumber] == 40
  AnimateObject &quot;nube&quot; &quot;-=0px&quot; &quot;+=5px&quot; 0 &quot;linear&quot; &quot;&quot;
EndIf
If [keynumber] == 37
  AnimateObject &quot;nube&quot; &quot;-=5px&quot; &quot;-=0px&quot; 0 &quot;linear&quot; &quot;&quot;
EndIf</Code>
					<Params>[keynumber]|STRING|Key number</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>overflow-x:hidden;overflow-y:hidden</style>
					<pageenter>SetObjectAttribute &quot;PushButton1&quot; &quot;accessKey&quot; &quot;h&quot;
OnKeyDown &quot;keydown&quot;</pageenter>
					<Components>
						<PushButton id="PushButton1">
							<left>184px</left>
							<top>248px</top>
							<width>272px</width>
							<height>80px</height>
							<caption>Alt-h&lt;br&gt;Alt-shift-h FireFox&lt;br&gt;</caption>
							<click>AlertBox &quot;Hola&quot; &quot;Se ha ejecutrado la acción del botón&quot; &quot;&quot;</click>
						</PushButton>
						<SVGicon id="nube">
							<left>224px</left>
							<top>104px</top>
							<width>160px</width>
							<height>88px</height>
							<style>fill:#0247FE;stroke:black;stroke-width:1px</style>
							<icon>svgCloud</icon>
						</SVGicon>
						<Paragraph id="Paragraph1">
							<left>72px</left>
							<top>24px</top>
							<width>480px</width>
							<height>48px</height>
							<style>text-align:center</style>
							<text>Utiliza las teclas de dirección para mover la nube&lt;br&gt;Use arrow keys to move the cloud</text>
						</Paragraph>
					</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>640px</width>
							<height>360px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
