<?xml version="1.0" encoding="utf-8"?>

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel rdf:about="http://www.cpluv.com/www/rss/ryando">
  <description>Blog of ryando</description>
  <link>http://www.cpluv.com/ryando</link>
  <title>Blog of ryando</title>
  <dc:date>2007-09-16T17:54:38-07:00</dc:date>
  <image rdf:resource="http://www.cpluv.com/www/medias/ryando/user-default.gif"/>
  <items>
   <rdf:Seq><rdf:li rdf:resource="http://www.cpluv.com/www/item/ryando/20423"/><rdf:li rdf:resource="http://www.cpluv.com/www/item/ryando/13839"/><rdf:li rdf:resource="http://www.cpluv.com/www/item/ryando/13627"/><rdf:li rdf:resource="http://www.cpluv.com/www/item/ryando/13490"/></rdf:Seq>
  </items>
 </channel>
 <image rdf:about="http://www.cpluv.com/www/medias/ryando/user-default.gif">
  <url>http://www.cpluv.com/www/medias/ryando/user-default.gif</url>
  <link>http://www.cpluv.com/ryando</link>
  <title>Blog of ryando</title>
 </image>
 <item rdf:about="http://www.cpluv.com/www/item/ryando/20423">
  <description>&lt;p&gt;New design and source code, just my way of trying to give something back to the open source community:&#13; &lt;a href=&quot;http://www.flashsourcecode.com&quot; title=&quot;www.flashsourcecode.com&quot; rel=&quot;external&quot;&gt;www.flashsourcecode.com&lt;/a&gt; &lt;/p&gt;&#10;</description>
  <link>http://www.cpluv.com/www/item/ryando/20423</link>
  <title>Free Flash Source Code</title>
  <dc:date>2008-05-19T14:28:21-07:00</dc:date>
 </item>
 <item rdf:about="http://www.cpluv.com/www/item/ryando/13839">
  <description>&lt;p&gt;Just added an AS 3 preloader. &#13;&lt;/p&gt;&#10;&lt;p&gt;&lt;img src=&quot;/www/medias/ryando/ryando_4700e262ddbdc.jpg&quot; /&gt;&lt;br /&gt;&#13;&lt;/p&gt;&#10;&lt;p&gt;You can download it here.&lt;br /&gt;&#10;&lt;a href=&quot;http://www.flashsourcecode.com/&quot; title=&quot;Flash Source Code&quot; rel=&quot;external&quot;&gt;Flash Source Code&lt;/a&gt;&lt;/p&gt;&#10;</description>
  <link>http://www.cpluv.com/www/item/ryando/13839</link>
  <title>Flash source code: Actionscript 3 preloader</title>
  <dc:date>2007-10-01T05:07:54-07:00</dc:date>
 </item>
 <item rdf:about="http://www.cpluv.com/www/item/ryando/13627">
  <description>&lt;p&gt;I found a quick and easy way to make a parallax scroller in Flash.  &#13;&lt;/p&gt;&#10;&lt;p&gt;What is parallax?&lt;br /&gt;&#10;This effect is noticeable in a car and you are looking out the window. Things that are close to the car as you drive by move faster, while things in the background move slower.&#13;&lt;/p&gt;&#10;&lt;p&gt;This effect is easily accomplished while using Flash. I just added an example in the source code section.&#13;&lt;/p&gt;&#10;&lt;p&gt;The code can be as simple as this:&lt;br /&gt;&#10;(I have two movie clips on the stage named âtopâ and âbottom.â)&#13;&lt;/p&gt;&#10;&lt;p&gt;position = 0;&lt;br /&gt;&#10;function move_stuff(position){&lt;br /&gt;&#10;var tween_handler:Tween = new Tween(bottom, â_xâ, Regular.easeOut, bottom._x, position, 5, true)&lt;br /&gt;&#10;var tween_handler:Tween = new Tween(top, â_xâ, Regular.easeOut, top._x, position*.4, 5, true);&lt;br /&gt;&#10;}&#13;&lt;/p&gt;&#10;&lt;p&gt;&lt;em&gt;All that I am doing is moving objects on the stage relative to each other and placing one relative to the other by a smaller percentage.&lt;/em&gt;&#13;&lt;/p&gt;&#10;&lt;p&gt;Now place some buttons and call a location you want to move to by using this code:&lt;br /&gt;&#10;on(release){&lt;br /&gt;&#10;move_stuff(-1000);&lt;br /&gt;&#10;}&#13;&lt;/p&gt;&#10;&lt;p&gt;It is that simple, you can download the code here.&lt;a href=&quot;http://www.flashsourcecode.com/sourcecode.html&quot; title=&quot;Flash Source Code&quot; rel=&quot;external&quot;&gt;Flash Source Code&lt;/a&gt;&#13;&lt;/p&gt;&#10;&lt;p&gt;&lt;img src=&quot;/www/medias/ryando/ryando_46f7ac61608d9.gif&quot; /&gt;&lt;br /&gt;&lt;/p&gt;&#10;</description>
  <link>http://www.cpluv.com/www/item/ryando/13627</link>
  <title>Just added some new Flash source code</title>
  <dc:date>2007-09-24T05:21:18-07:00</dc:date>
 </item>
 <item rdf:about="http://www.cpluv.com/www/item/ryando/13490">
  <description>&lt;p&gt;I have created a site to share some Flash Scripts with the public. Feel free to make suggestions for the site and new code snippets. &lt;a href=&quot;http://www.flashsourcecode.com/&quot; title=&quot;FlashSourceCode.com&quot; rel=&quot;external&quot;&gt;FlashSourceCode.com&lt;/a&gt;&#13;&lt;/p&gt;&#10;&lt;p&gt;&lt;img src=&quot;/www/medias/ryando/ryando_46eddda0d7ea7.jpg&quot; /&gt;&lt;br /&gt;&lt;/p&gt;&#10;</description>
  <link>http://www.cpluv.com/www/item/ryando/13490</link>
  <title>Open Source Flash Source Code</title>
  <dc:date>2007-09-16T18:50:29-07:00</dc:date>
 </item>
</rdf:RDF>>