Click the link below and....Get Sparked!

Saturday, April 2, 2011

App Scroller 1.1 (BETA) Now Available!


Well as some of you may remember I have been working on an App Scroller based on the original App Loader for Multi-touch Flash applications. I have not done a lot more on the application source code for a very long time and due to popular demand I have posted the source code and instructions so that someone else may finish the job so to speak =)

Below is the source and example applications along with the XML needed to make changes to the menu style.

Download

AppScroller_Source.rar (File Size: 18.12MB - Downloads: )

AppScroller_BETA(EXE).rar (File Size: 2.21MB - Downloads: )

This is an example of the AppList.xml file located in the \src\deploy\www\xml folder:

The Background image can be changed at any time by changing the filename inside the Background tag E.g.
<background>www\img\Backgrounds\Background1.jpg</background>

The Applications are stored inside the
<app></app>
tags and point to the directories where the thumbnails (both top and bottom), file, and descriptions are stored. E.g.

<app>
<title>Pegs</title>
<about>A Multi-touch Pegs Game</about>
<thumb_top>www\img\nuisurface\top_2.png</thumb_top>
<thumb_bottom>www\img\nuisurface\bottom_2.png</thumb_bottom>
<screenshot>www\img\apps\Pegs_screenshot.jpg</screenshot>
<filename>Pegs.swf</filename>
</app>


Please see the AppList.xml file for more information as I have added comments to make customization easier =)

Good Luck!