<?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>CITYCLOUDS &#187; Tag hinzufügen</title>
	<atom:link href="http://www.cityclouds.de/tag/tag-hinzufugen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cityclouds.de</link>
	<description>Music, Design &#38; Inspiration</description>
	<lastBuildDate>Fri, 10 Feb 2012 14:26:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Funk and Soul Mix</title>
		<link>http://www.cityclouds.de/2009/03/funk-and-soul-mix/</link>
		<comments>http://www.cityclouds.de/2009/03/funk-and-soul-mix/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:21:29 +0000</pubDate>
		<dc:creator>Benny</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Tag hinzufügen]]></category>

		<guid isPermaLink="false">http://www.cityclouds.de/?p=814</guid>
		<description><![CDATA[A Collection of delightful Funk and the finest Soul. Carefully selected and distilled by me. Enjoy it!   Benny Download audio file (bennyfunkandsoulmix_128kbit.mp3) Right click and download here]]></description>
			<content:encoded><![CDATA[<p>A Collection of delightful Funk and the finest Soul. Carefully selected and distilled by me.</p>
<p>Enjoy it!   Benny</p>
<p><a href="http://www.cityclouds.de/uploads/palme.jpg" rel="lightbox[814]"><img class="aligncenter size-full wp-image-815" src="http://www.cityclouds.de/uploads/palme.jpg" alt="" width="500" height="502" /></a></p>
<p><a href="http://www.cityclouds.de/uploads/bennyfunkandsoulmix_128kbit.mp3">Download audio file (bennyfunkandsoulmix_128kbit.mp3)</a></p>
<p>Right click and download <a href="http://www.cityclouds.de/uploads/bennyfunkandsoulmix_128kbit.mp3">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityclouds.de/2009/03/funk-and-soul-mix/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://www.cityclouds.de/uploads/bennyfunkandsoulmix_128kbit.mp3" length="69674523" type="audio/mpeg" />
		</item>
		<item>
		<title>AS3 Fragmentation Class Tutorial Pt. 1</title>
		<link>http://www.cityclouds.de/2008/12/as3-fragmentation-class-tutorial-pt-1/</link>
		<comments>http://www.cityclouds.de/2008/12/as3-fragmentation-class-tutorial-pt-1/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:37:29 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Actionscript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tag hinzufügen]]></category>

		<guid isPermaLink="false">http://www.cityclouds.de/?p=422</guid>
		<description><![CDATA[Hello. german version To create this nice fragmentation effect like the one from Andy Foulds`s homepage, i have written this little AS3 Class. The first part of the tutorial will mainly focus on how to get this effect running. The second part shows a way to get an arbitrary DisplayObject onto the fragmentation layer to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><strong>Hello. </strong><em></em></p>
<p style="text-align: right;"><em><a title="german version" href="http://wet-media.de/wetblog/?p=135" target="_blank">german version</a></em></p>
<p>To create this nice fragmentation effect like the one from <a href="http://andyfoulds.co.uk/flash_design.html" target="_blank">Andy Foulds</a>`s homepage, i have written this little AS3 Class. The first part of the tutorial will mainly focus on how to get this effect running. The second part shows a way to get an arbitrary DisplayObject onto the fragmentation layer to create a cooler transition effect.</p>
<table border="0">
<tbody>
<tr>
<td><img class="alignnone" src="http://www.skybluetech.de/files/JPEG/Fragment0.JPG" alt="" width="171" height="108" /><img class="alignnone" src="http://www.skybluetech.de/files/JPEG/Fragment1.JPG" alt="" width="171" height="109" /><img class="alignnone" src="http://www.skybluetech.de/files/JPEG/Fragment2.JPG" alt="" width="171" height="125" /></td>
</tr>
<tr>
<td>The example code uses a DocumentClass wich is just executed  by &#8220;FragmentExample.fla&#8221;. So don´t be confused if you do not find any AS3 in the *.fla file.</td>
</tr>
</tbody>
</table>
<p><span id="more-422"></span></p>
<p>To start the effect from Flash you have to follow these steps:</p>
<p><strong>1. Import Packages:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #0033ff; font-weight: bold;">import</span> de<span style="color: #000066; font-weight: bold;">.</span>ehrhardt<span style="color: #000066; font-weight: bold;">.</span>fragment<span style="color: #000066; font-weight: bold;">.*;</span></pre></td></tr></table></div>

<p><strong>2.  Create new fragmentation layer:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
3
4
5
6
7
8
9
10
11
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #6699cc; font-weight: bold;">var</span> rectSize<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span> = <span style="color: #000000; font-weight:bold;">10</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> updateRate<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span>  = <span style="color: #000000; font-weight:bold;">30</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> fxDirection<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">String</span>  = <span style="color: #990000;">&quot;left&quot;</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> bgColor<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span> = 0xCCCCCC<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> <span style="color: #004993;">borderColor</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">int</span> = 0xCCCCCC<span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> borderSize<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Number</span> = <span style="color: #000000; font-weight:bold;">0.2</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #6699cc; font-weight: bold;">var</span> startNow<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Boolean</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
<span style="color: #6699cc; font-weight: bold;">var</span> fragLayer<span style="color: #000066; font-weight: bold;">:</span>FragmentLayer = <span style="color: #0033ff; font-weight: bold;">new</span> FragmentLayer <span style="color: #000000;">&#40;</span>your_mc<span style="color: #000066; font-weight: bold;">,</span> rectSize<span style="color: #000066; font-weight: bold;">,</span> updateRate<span style="color: #000066; font-weight: bold;">,</span>
                       fxDirection<span style="color: #000066; font-weight: bold;">,</span> bgColor<span style="color: #000066; font-weight: bold;">,</span> <span style="color: #004993;">borderColor</span><span style="color: #000066; font-weight: bold;">,</span> borderSize<span style="color: #000066; font-weight: bold;">,</span> startNow<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></pre></td></tr></table></div>

<p><strong>3. Define RectSize:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>13
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;">your_mc</pre></td></tr></table></div>

<p>&#8230;should be replaced from your DisplyObject´s instance name. You have to take care that the dimension</p>
<p>s of the object are mapped exactly, because this feature is not introduced here. E.g. a MC with dimension of 220&#215;110 pixels should have rectSize = 10 because of incorrect covering.</p>
<p><strong>4. Set Frame Rate:</strong></p>
<p>More than 25 Frames per second are recommended for proper animations. You find it in Flash under the designation &#8220;Properties&#8221;.</p>
<p>(optional:)<br />
<strong>5. Manual effect start, e.g. after a MouseClick Event:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>14
15
16
17
18
19
20
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;">your_mc<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span> <span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">CLICK</span><span style="color: #000066; font-weight: bold;">,</span> clickActionHandler<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
&nbsp;
<span style="color: #339966; font-weight: bold;">function</span> clickActionHandler <span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Event</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span>
<span style="color: #000000;">&#123;</span>
    fragLayer<span style="color: #000066; font-weight: bold;">.</span>startEffect<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
    e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><span style="color: #004993;">MouseEvent</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">CLICK</span><span style="color: #000066; font-weight: bold;">,</span> clickActionHandler<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #000000;">&#125;</span></pre></td></tr></table></div>

<p>In addition you have to set the variable startNow to &#8220;false&#8221; :</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>21
</pre></td><td class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #6699cc; font-weight: bold;">var</span> startNow<span style="color: #000066; font-weight: bold;">:</span><span style="color: #004993;">Boolean</span> = <span style="color: #0033ff; font-weight: bold;">false</span><span style="color: #000066; font-weight: bold;">;</span></pre></td></tr></table></div>

<p>Done.<br />
We have finished the first part. How to put an image onto the Fragmentation-Layer to create a nicer transition, i´ll show in the next part.</p>
<p><a title="AS3" href="http://www.skybluetech.de/files/AS3 Fragmentation Class.rar" target="_blank">Download Sources</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityclouds.de/2008/12/as3-fragmentation-class-tutorial-pt-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>W.E.T Media: 2 minus 3 ergibt negativen Spaß</title>
		<link>http://www.cityclouds.de/2008/11/wet-media-2-minus-3-ergibt-negativen-spas/</link>
		<comments>http://www.cityclouds.de/2008/11/wet-media-2-minus-3-ergibt-negativen-spas/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:59:34 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[3D]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Mathematik]]></category>
		<category><![CDATA[Premiere]]></category>
		<category><![CDATA[Strichmännchen]]></category>
		<category><![CDATA[Tag hinzufügen]]></category>

		<guid isPermaLink="false">http://www.cityclouds.de/?p=324</guid>
		<description><![CDATA[Jeder kennt Strichmännchen. Keiner mag Mathematik. Aber Animationsfilme rocken. Also schmeisst man einfach alles zusammen und heraus kommt dieser niedliche Film. Entstanden in 3DStudio Max, exportierte PNG-Sequenz wurde auf 4 PCs in einer halben Nacht gerendert. Nachbearbeitung in Aftereffects und Premiere. Achtung: Die statistischen Daten sind allesamt frei erfunden ^^ Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Jeder kennt Strichmännchen. Keiner mag Mathematik. Aber Animationsfilme rocken.<br />
Also schmeisst man einfach alles zusammen und heraus kommt dieser niedliche Film.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/8v6oIUaB0Iw&amp;hl=de&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/8v6oIUaB0Iw&amp;hl=de&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Entstanden in 3DStudio Max, exportierte PNG-Sequenz wurde auf 4 PCs in einer halben Nacht gerendert. Nachbearbeitung in Aftereffects und Premiere. Achtung: Die statistischen Daten sind allesamt frei erfunden ^^</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityclouds.de/2008/11/wet-media-2-minus-3-ergibt-negativen-spas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>noch ein yearbookopfer</title>
		<link>http://www.cityclouds.de/2008/09/noch-ein-yearbookopfer/</link>
		<comments>http://www.cityclouds.de/2008/09/noch-ein-yearbookopfer/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 13:03:15 +0000</pubDate>
		<dc:creator>Lukas</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Tag hinzufügen]]></category>
		<category><![CDATA[yearbook]]></category>

		<guid isPermaLink="false">http://www.cityclouds.de/?p=202</guid>
		<description><![CDATA[so liebe Fans und Freunde&#8230; hab mich auch auf eine kleine Zeitreise begeben. Man spürt förmlich das Kratzen des Strickpullis.]]></description>
			<content:encoded><![CDATA[<p>so liebe Fans und Freunde&#8230; hab mich auch auf eine kleine Zeitreise begeben. Man spürt förmlich das Kratzen des Strickpullis.</p>
<p><a href="http://www.cityclouds.de/uploads/myyearbookphoto3.jpg" rel="lightbox[202]"><img class="aligncenter size-full wp-image-203" src="http://www.cityclouds.de/uploads/myyearbookphoto3.jpg" alt="" width="225" height="320" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityclouds.de/2008/09/noch-ein-yearbookopfer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>THE MOST STRIKING PIECE OF ANIMATION FROM 1979!!!</title>
		<link>http://www.cityclouds.de/2008/09/the-most-striking-piece-of-animation-from-1979/</link>
		<comments>http://www.cityclouds.de/2008/09/the-most-striking-piece-of-animation-from-1979/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:52:42 +0000</pubDate>
		<dc:creator>Matthias</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Tag hinzufügen]]></category>

		<guid isPermaLink="false">http://www.cityclouds.de/?p=108</guid>
		<description><![CDATA[&#8230;und da behaupte mal noch einer das Musik nicht prägt! Meine ersten Kontakte mit psychedelischer Musik, um genauer zu sein mit Psychedelic-Rock bekam ich schon im zarten Alter von 10jahren. Zumindestens reichen meine Erinnerungen bis dort was den Bezug zur Musik im Allgemeinen angeht. Es waren die Platten eines damals noch eher rebellischer wirkenden Vaters, [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;und da behaupte mal noch einer das Musik nicht prägt!</p>
<p>Meine ersten Kontakte mit psychedelischer Musik, um genauer zu sein mit Psychedelic-Rock bekam ich schon im zarten Alter von 10jahren. Zumindestens reichen meine Erinnerungen bis dort was den Bezug zur Musik im Allgemeinen angeht. Es waren die Platten eines damals noch eher rebellischer wirkenden Vaters, mit Künstlern wie Deep Purple, Led Zeppelin bis hin zu FRANK ZAPPA!!! Das darauf nur etwas später, unweigerlich eine GOA-Karriere meinerseits resultierte war eine logische Schlussfolgerung, was mich heute im Kontext mit gestalterischen Interessen zu dieser Post veranlasst.</p>
<p>Animation steht ja für die meisten Menschen heutzutage, im Dialog zum Computer und der entsprechenden Software. &#8220;KLAR, WIE AUCH SONST?!&#8221; denkt sich der ein oder andere&#8230;. ATTENTION!</p>
<p>Mein Beweiß, ein animiertes Musikvideo aus dem Jahre 1978 von Frank Zappa zum seinem Song &#8220;City of tiny lights&#8221; Ein psychedelisches Feuerwerk aus Knete zerschmolzen zu einer, wie ich finde großartigen Animation für einen super Song!</p>
<p>Schaut es euch an und seht selbst, Feedback is welcome <img src='http://www.cityclouds.de/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&amp;videoid=2997023">Frank Zappa &#8211; City Of Tiny Lights</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://mediaservices.myspace.com/services/media/embed.aspx/m=2997023,t=1,mt=video,searchID=,primarycolor=,secondarycolor=" /><embed type="application/x-shockwave-flash" width="425" height="360" src="http://mediaservices.myspace.com/services/media/embed.aspx/m=2997023,t=1,mt=video,searchID=,primarycolor=,secondarycolor=" allowfullscreen="true"></embed></object></p>
<p>Greetings<br />
Matthias</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cityclouds.de/2008/09/the-most-striking-piece-of-animation-from-1979/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

