<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>mi ejemplo</AppTitle>
	<AppShortName>Muevete</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>480</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="neoline">
					<Code>neoLineReposition &quot;Image1&quot; &quot;Image3&quot;</Code>
				</Function>
				<Function name="mover">
					<Code>BeginJS
   var rect = document.getElementById(&quot;NewPage&quot;).getBoundingClientRect();
   $App.PageLeft=rect.left;
   $App.PageTop=rect.top;
EndJS

neoDragGetPositionX &quot;Image3&quot; [ImageLeft]
neoDragGetPositionY &quot;Image3&quot; [ImageTop]
SetVar [Left] [ImageLeft]-[PageLeft]
SetVar [Top] [ImageTop]-[PageTop]

.MoveObject &quot;Image1&quot; [Left] [Top]
AnimateObject &quot;Image1&quot; &quot;[Left]&quot; &quot;[Top]&quot; 1000 &quot;easeOutQuad&quot; &quot;neoline&quot;
</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Image id="Image1">
							<left>13px</left>
							<top>237px</top>
							<width>54px</width>
							<height>64px</height>
							<source>papa.png</source>
							<click>Setvar [nombre] &quot;María José&quot;
GetObjectInfo &quot;Image1&quot; &quot;left&quot; [valorleft1]
GetObjectInfo &quot;Image1&quot; &quot;top&quot; [valortop1]
MoveObject &quot;persona&quot; [valorleft1] [valortop1]
ShowObject &quot;persona&quot; &quot;fadeIn&quot; 12
Setvar [activo] &quot;Image1&quot;</click>
							<mouseleave>HideObject &quot;persona&quot; &quot;fadeOut&quot; 15</mouseleave>
						</Image>
						<PushButton id="PushButton1">
							<left>13px</left>
							<top>13px</top>
							<width>67px</width>
							<height>35px</height>
							<caption>Mover</caption>
							<click>neoDragInit &quot;Image3&quot;
neoDragSetEvents &quot;Image3&quot; &quot;&quot; &quot;neoline&quot; &quot;&quot;
neoLineInit &quot;Image1&quot; &quot;Image3&quot; &quot;red&quot; 5
neoDragSetEvents &quot;Image3&quot; &quot;&quot; &quot;&quot; &quot;mover&quot;</click>
						</PushButton>
						<Container id="Container1">
							<left>30px</left>
							<top>491px</top>
							<width>405px</width>
							<height>63px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>La idea es mover el lápiz y que la figura se desplace al lugar donde se fija el lápiz una vez que soltamos el mouse</html>
						</Container>
						<Image id="Image3">
							<left>110px</left>
							<top>15px</top>
							<width>37px</width>
							<height>30px</height>
							<source>lapiz.png</source>
						</Image>
					</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>480px</width>
							<height>640px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
