<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 3G</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>.zoom {
  transition: transform .2s; /* Animation */
}</CustomCSS>
	<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="zoomObject">
					<Code>SetVar [swipeDirection] [direction]
SetVar [swipeDistance] [distance]
SetVar [swipeDuration] [duration]
SetVar [swipeFingerCount] [fingercount]
Refresh
If [direction] == &quot;up&quot;
  SetVar [zoom] [distance]/100
EndIf
SetObjectStyle &quot;Ellipse1&quot; &quot;transform&quot; &quot;scale([zoom])&quot;</Code>
					<Params>[direction]|STRING|Direction;[distance]|INTEGER|Distance;[duration]|INTEGER|Duration;[fingercount]|STRING|Finger count</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoMobileEvents &quot;Container1&quot; &quot;zoomObject&quot; &quot;&quot; &quot;&quot; &quot;&quot;</pageenter>
					<Components>
						<Ellipse id="Ellipse1">
							<left>112px</left>
							<top>80px</top>
							<width>104px</width>
							<height>104px</height>
							<style>fill:#A7194B;stroke:black;stroke-width:1px</style>
							<css_class>zoom</css_class>
						</Ellipse>
						<Container id="Container1">
							<left>16px</left>
							<top>256px</top>
							<width>296px</width>
							<height>216px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px</style>
							<html>&lt;b&gt;Track pad&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
Direction: [swipeDirection]&lt;br&gt;
Distance: [swipeDistance]&lt;br&gt;
Duration: [swipeDuration]&lt;br&gt;
Finger count: [swipeFingerCount]</html>
						</Container>
					</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>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
