<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Liluc</title>
	<atom:link href="http://www.lilucdesign.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lilucdesign.com/blog</link>
	<description>blog</description>
	<lastBuildDate>Fri, 29 Jan 2010 16:33:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>memory game</title>
		<link>http://www.lilucdesign.com/blog/?p=141</link>
		<comments>http://www.lilucdesign.com/blog/?p=141#comments</comments>
		<pubDate>Thu, 10 Sep 2009 19:33:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=141</guid>
		<description><![CDATA[view my new memory game. memory.liluc.com]]></description>
			<content:encoded><![CDATA[<p>view my new memory game.<br />
<a href="http://memory.liluc.com" onclick="pageTracker._trackPageview('/outgoing/memory.liluc.com?referer=');">memory.liluc.com<br />
<img src="http://www.lilucdesign.com/blog/content/memory.jpg" alt="liluc memory" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=141</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A swinging movement</title>
		<link>http://www.lilucdesign.com/blog/?p=90</link>
		<comments>http://www.lilucdesign.com/blog/?p=90#comments</comments>
		<pubDate>Wed, 12 Aug 2009 13:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=90</guid>
		<description><![CDATA[A swinging movement, easier than i thought. Use Math.sin(). (AS3, Flash CS4) source code]]></description>
			<content:encoded><![CDATA[<p>A swinging movement, easier than i thought. Use Math.sin().<br />
(AS3, Flash CS4)</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="content/swinger/swinger.swf" /><embed type="application/x-shockwave-flash" width="550" height="300" src="content/swinger/swinger.swf"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/swinger/source.zip" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=90</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling Menu</title>
		<link>http://www.lilucdesign.com/blog/?p=83</link>
		<comments>http://www.lilucdesign.com/blog/?p=83#comments</comments>
		<pubDate>Sat, 18 Jul 2009 16:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=83</guid>
		<description><![CDATA[A scalingMenu class. It works with movieClips in a container. source code]]></description>
			<content:encoded><![CDATA[<p>A scalingMenu class. It works with movieClips in a container.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="content/scalingMenu/ScalingMenu.swf" /><embed type="application/x-shockwave-flash" width="550" height="400" src="content/scalingMenu/ScalingMenu.swf"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/scalingMenu/source.zip" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scrollbar</title>
		<link>http://www.lilucdesign.com/blog/?p=76</link>
		<comments>http://www.lilucdesign.com/blog/?p=76#comments</comments>
		<pubDate>Thu, 16 Jul 2009 11:13:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=76</guid>
		<description><![CDATA[For a long time I was looking for a scrollbar which is easy to use and without a lot of features. So here I made one. The most simple scrollbar. Just check it out yourself and let me know when there are questions. source code]]></description>
			<content:encoded><![CDATA[<p>For a long time I was looking for a scrollbar which is easy to use and without a lot of features. So here I made one. The most simple scrollbar. Just check it out yourself and let me know when there are questions.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="content/TextScrollbar/TextScrollbar.swf" /><embed type="application/x-shockwave-flash" width="550" height="300" src="content/TextScrollbar/TextScrollbar.swf"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/TextScrollbar/source.zip" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=76</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound in Flash</title>
		<link>http://www.lilucdesign.com/blog/?p=69</link>
		<comments>http://www.lilucdesign.com/blog/?p=69#comments</comments>
		<pubDate>Tue, 14 Jul 2009 11:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=69</guid>
		<description><![CDATA[sound visualisation in flash. music by knalpot source code]]></description>
			<content:encoded><![CDATA[<p>sound visualisation in flash.<br />
music by <a href="http://www.myspace.com/knalpot" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.myspace.com/knalpot?referer=');">knalpot</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="content/soundVisuals/source.swf" /><embed type="application/x-shockwave-flash" width="550" height="400" src="content/soundVisuals/source.swf"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/soundVisuals/source.fla" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=69</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preloader</title>
		<link>http://www.lilucdesign.com/blog/?p=56</link>
		<comments>http://www.lilucdesign.com/blog/?p=56#comments</comments>
		<pubDate>Thu, 18 Jun 2009 22:52:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=56</guid>
		<description><![CDATA[just a smal preloader&#8230; source code]]></description>
			<content:encoded><![CDATA[<p>just a smal preloader&#8230;</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="200" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="content/rainingTextPreloader/index.swf" /><embed type="application/x-shockwave-flash" width="500" height="200" src="content/rainingTextPreloader/index.swf"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/rainingTextPreloader/download.zip" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>letter spin</title>
		<link>http://www.lilucdesign.com/blog/?p=9</link>
		<comments>http://www.lilucdesign.com/blog/?p=9#comments</comments>
		<pubDate>Tue, 26 May 2009 23:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=9</guid>
		<description><![CDATA[source code]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="400"><param name="movie" value="content/letterspin/spinText.swf"><embed src="content/letterspin/spinText.swf" width="500" height="400"></embed></object></p>
<p><a href="http://www.lilucdesign.com/blog/content/letterspin/download.zip" target="_blank">source code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>drawing</title>
		<link>http://www.lilucdesign.com/blog/?p=7</link>
		<comments>http://www.lilucdesign.com/blog/?p=7#comments</comments>
		<pubDate>Thu, 21 May 2009 21:11:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=7</guid>
		<description><![CDATA[Today I had some time to revisit the &#8220;Zaubertine&#8221; file i did in my recent post. So I decided to make a smal drawing application where you can draw, choose different colors or stroke weight, erase, clear or even save it. thanks to this guy for the saving part !! view it here souce code [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had some time to revisit the &#8220;Zaubertine&#8221; file i did in my recent post.<br />
So I decided to make a smal drawing application where you can draw, choose different colors or stroke weight, erase, clear or even save it. thanks to <a href="http://www.quietless.com/kitchen/upload-bitmapdata-snapshot-to-server-in-as3/%20" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.quietless.com/kitchen/upload-bitmapdata-snapshot-to-server-in-as3/_20?referer=');">this guy</a> for the saving part !!<br />
</br></br></br></br></br></br></br><br />
<a href="http://www.lilucdesign.com/blog/content/drawingApp/index.html" target="_blank">view it here</a><br />
<a href="http://www.lilucdesign.com/blog/content/drawingApp/download.zip" target="_blank">souce code here</a><br />
</br></br></br></br></br></br></br><br />
Uli<br />
<a href="http://www.liluc.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.liluc.com/?referer=');">www.liluc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zaubertinte</title>
		<link>http://www.lilucdesign.com/blog/?p=4</link>
		<comments>http://www.lilucdesign.com/blog/?p=4#comments</comments>
		<pubDate>Sat, 16 May 2009 14:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=4</guid>
		<description><![CDATA[Today I saw a job offer on the internet. The person wants a drawing application where the stuff which is drawn will fade out after a certain amount of time. If a horizontal line is drawn from left to right, it will fade from left to right rather than fading all at once. you can [...]]]></description>
			<content:encoded><![CDATA[<p>Today I saw a job offer on the internet.<br />
The person wants a drawing application where the stuff which is drawn will fade out after a certain amount of time. If a horizontal line is drawn from left to right, it will fade from left to right rather than fading all at once.</p>
<p>you can view the working swf <a href="http://www.lilucdesign.com/blog/content/zaubertinte" target="_blank">here</a>:<br />
and the source code <a href="http://www.lilucdesign.com/blog/content/zaubertinte/download.zip" target="_blank">here</a> .<br />
(You need Flash CS4)</p>
<p>uli<br />
<a href="http://www.liluc.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.liluc.com/?referer=');">www.liluc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>welcome</title>
		<link>http://www.lilucdesign.com/blog/?p=1</link>
		<comments>http://www.lilucdesign.com/blog/?p=1#comments</comments>
		<pubDate>Wed, 06 May 2009 13:54:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CS4]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>

		<guid isPermaLink="false">http://www.lilucdesign.com/blog/?p=1</guid>
		<description><![CDATA[Welcome to my blog ! This blog will be about Actionscript/Flash/Flex/Air and design related stuff. All source code is free of use but without any warranty. Just drop me a mail at info[at]liluc[dot]com and let me know where you used it. I hope to help or inspire people. Feel free to post comments. Uli www.liluc.com]]></description>
			<content:encoded><![CDATA[<p>Welcome to my blog !<br />
This blog will be about Actionscript/Flash/Flex/Air and design related stuff.<br />
All source code is free of use but without any warranty. Just drop me a mail at info[at]liluc[dot]com and let me know where you used it.<br />
I hope to help or inspire people. Feel free to post comments.</p>
<p>Uli<br />
<a href="http://www.liluc.com/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.liluc.com/?referer=');">www.liluc.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lilucdesign.com/blog/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
