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

<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
    <channel>
        <title>deviantART: shock-value's favourites</title>
        <link>http://browse.deviantart.com/?order=5&amp;q=favby%3Ashock-value</link>
        <description>deviantART RSS for  sort:time favby:shock-value</description>
        <language>en-us</language>
        <copyright>Copyright 2013, deviantART.com</copyright>

        <pubDate>Thu, 23 May 2013 02:02:23 PDT</pubDate>        
        <generator>deviantART.com</generator>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs>
        <atom:icon>http://st.deviantart.net/minish/widgets/apple-touch-icon-precomposed.png</atom:icon>
        <atom:link href="http://backend.deviantart.com/rss.xml?q=+sort%3Atime+favby%3Ashock-value&amp;type=deviation" rel="self" type="application/rss+xml" />
                    <item>
                <title>Collision study 5</title>
                <link>http://wonderwhy-er.deviantart.com/art/Collision-study-5-151631461</link>
                <guid isPermaLink="true">http://wonderwhy-er.deviantart.com/art/Collision-study-5-151631461</guid>
                <pubDate>Sun, 24 Jan 2010 14:56:57 PST</pubDate>
                        <media:title type="plain">Collision study 5</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">wonderwhy-ER</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1</media:credit> 
        <media:copyright url="http://wonderwhy-er.deviantart.com">Copyright 2010-2013 ~wonderwhy-ER</media:copyright>             <creativeCommons:license>http://creativecommons.org/licenses/by-nc/3.0/</creativeCommons:license>
                <media:description type="html"><![CDATA[ <b> How to use </b><br />All you can do in this version is to change amount of balls (first stepper), change partitioning algorithm step(second stepper, do not recommend as it seems to perform well with that),<br />forces dumping (third stepper, can lead to pretty different results).<br /><br />And finally you can pick some presets I made using combobox.<br /><br />Have fun.<br /><br /><b> Background story </b><br />So after making Collision Study 4 and checking it's bottleneck I started to think on how to fix it (Sweep And Prune algorithm was used there). Well did not come up with ways of improving Sweep And Prune.<br />Ended up checking this book <a class="external" href="http://www.deviantart.com/users/outgoing?http://books.google.lv/books?id=WGpL6Sk9qNAC&amp;dq=real-time+collision+detection&amp;printsec=frontcover&amp;source=bn&amp;hl=lv&amp;ei=HRdeS4zhLIuO_Aa8v_SKBQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=6&amp;ved=0CCwQ6AEwBQ#v=onepage&amp;q=&amp;f=false">[link]</a> which I recommend to anyone who wants to write alike stuff. <br />Well it turned out I already knew all types of broad phase collision detection techniques probably except for k-d/bsd trees which are kind of expensive in some ways. Good to store static level but probably not that good with moving stuff.<br /><br />Anyways in the end come up with idea of kind merging some parts of uniform grid partitioning and Sweep And Prune loosing some benefits of SAP but in same time hopefully fixing big SAP weakness. It was tricky and code is little bit messy. But in the end it almost doubled performance with right tuning <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin) - :D"/> I think there still is room for optimization + making it more stable but it is already very good <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile) - :)"/><br /><br /><br /><b> Further plans </b><br /><br />Well this work mostly serves as algorithm performance test but after playing with presets I am thinking on making something like little sandbox thing where you could create/share/reuse presets yourself using range of small easy tools <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile) - :)"/> Still thinking. ]]></media:description>            <media:thumbnail url="http://fc05.deviantart.net/fs70/i/2010/025/e/a/Collision_study_5_alpha_by_wonderwhy_ER.png" height="200" width="200"/>            
            <description><![CDATA[ <b> How to use </b><br />All you can do in this version is to change amount of balls (first stepper), change partitioning algorithm step(second stepper, do not recommend as it seems to perform well with that),<br />forces dumping (third stepper, can lead to pretty different results).<br /><br />And finally you can pick some presets I made using combobox.<br /><br />Have fun.<br /><br /><b> Background story </b><br />So after making Collision Study 4 and checking it's bottleneck I started to think on how to fix it (Sweep And Prune algorithm was used there). Well did not come up with ways of improving Sweep And Prune.<br />Ended up checking this book <a class="external" href="http://www.deviantart.com/users/outgoing?http://books.google.lv/books?id=WGpL6Sk9qNAC&amp;dq=real-time+collision+detection&amp;printsec=frontcover&amp;source=bn&amp;hl=lv&amp;ei=HRdeS4zhLIuO_Aa8v_SKBQ&amp;sa=X&amp;oi=book_result&amp;ct=result&amp;resnum=6&amp;ved=0CCwQ6AEwBQ#v=onepage&amp;q=&amp;f=false">[link]</a> which I recommend to anyone who wants to write alike stuff. <br />Well it turned out I already knew all types of broad phase collision detection techniques probably except for k-d/bsd trees which are kind of expensive in some ways. Good to store static level but probably not that good with moving stuff.<br /><br />Anyways in the end come up with idea of kind merging some parts of uniform grid partitioning and Sweep And Prune loosing some benefits of SAP but in same time hopefully fixing big SAP weakness. It was tricky and code is little bit messy. But in the end it almost doubled performance with right tuning <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin) - :D"/> I think there still is room for optimization + making it more stable but it is already very good <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile) - :)"/><br /><br /><br /><b> Further plans </b><br /><br />Well this work mostly serves as algorithm performance test but after playing with presets I am thinking on making something like little sandbox thing where you could create/share/reuse presets yourself using range of small easy tools <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile) - :)"/> Still thinking.<br /><div><img src="http://fc05.deviantart.net/fs70/i/2010/025/e/a/Collision_study_5_alpha_by_wonderwhy_ER.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Ball + Elastic</title>
                <link>http://supabyte.deviantart.com/art/Ball-Elastic-142211333</link>
                <guid isPermaLink="true">http://supabyte.deviantart.com/art/Ball-Elastic-142211333</guid>
                <pubDate>Sun, 01 Nov 2009 16:37:16 PST</pubDate>
                        <media:title type="plain">Ball + Elastic</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">Supabyte</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/s/u/supabyte.gif?2</media:credit> 
        <media:copyright url="http://supabyte.deviantart.com">Copyright 2009-2013 =Supabyte</media:copyright>            <media:description type="html"><![CDATA[ Here's a flash elastic band interface I made a fair while back, and this is what it all started from: <a href="http://willasss.deviantart.com/art/Elastic-Ball-Math-142211619">[link]</a><br /><br />You can move the black dots by dragging them, and you can throw the ball <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br /><br />I'm amazed that one of my simplest pieces got so many views.. thank's everyone ^^<br /><br />edit: link to source: <a href="http://willasss.deviantart.com/art/Elastic-Ball-Source-File-166192340">[link]</a><br /><br />link to tutorial: <a href="http://willasss.deviantart.com/art/Tutorial-Ball-Band-Collision-166528666">[link]</a> ]]></media:description>            <media:thumbnail url="http://fc01.deviantart.net/fs70/i/2013/087/3/7/ball___elastic_by_supabyte-d2co2yt.jpg" height="346" width="382"/>            
            <description><![CDATA[ Here's a flash elastic band interface I made a fair while back, and this is what it all started from: <a href="http://willasss.deviantart.com/art/Elastic-Ball-Math-142211619">[link]</a><br /><br />You can move the black dots by dragging them, and you can throw the ball <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br /><br />I'm amazed that one of my simplest pieces got so many views.. thank's everyone ^^<br /><br />edit: link to source: <a href="http://willasss.deviantart.com/art/Elastic-Ball-Source-File-166192340">[link]</a><br /><br />link to tutorial: <a href="http://willasss.deviantart.com/art/Tutorial-Ball-Band-Collision-166528666">[link]</a><br /><div><img src="http://fc01.deviantart.net/fs70/i/2013/087/3/7/ball___elastic_by_supabyte-d2co2yt.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Viviscape v:0.something</title>
                <link>http://sophiehoulden.deviantart.com/art/Viviscape-v-0-something-47201863</link>
                <guid isPermaLink="true">http://sophiehoulden.deviantart.com/art/Viviscape-v-0-something-47201863</guid>
                <pubDate>Mon, 22 Jan 2007 18:07:12 PST</pubDate>
                        <media:title type="plain">Viviscape v:0.something</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Games">flash/games</media:category>
        <media:credit role="author" scheme="urn:ebu">SophieHoulden</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/s/o/sophiehoulden.gif?5</media:credit> 
        <media:copyright url="http://sophiehoulden.deviantart.com">Copyright 2007-2013 *SophieHoulden</media:copyright>            <media:description type="html"><![CDATA[ ok, I&#039;m not counting this as a re-upload from my old account because there is stuff new to dA here, including much much more in the mines and one of the audio tracks written espescially for the game by my stubble-bunny <a href="http://funky-chickin.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/f/u/funky-chickin.gif" width="50" height="50" alt=":iconfunky-chickin:" title="funky-chickin"/></a>, whom I now worship at every given oppertunity.<br />
<br />
also new is the title screen and the Dreamstorm saga logo.<br />
<br />
also, for those who like stats:<br />
121 screens to explore and when its done it will be almost triple that <img src="http://e.deviantart.com/emoticons/f/faint.gif" width="18" height="17" alt=":faint:" title="I think I've fainted." /> ]]></media:description>            <media:thumbnail url="http://fc05.deviantart.net/fs14/i/2007/022/4/9/Viviscape_v_0_something_by_GirlFlash.jpg" height="600" width="600"/>            
            <description><![CDATA[ ok, I&#039;m not counting this as a re-upload from my old account because there is stuff new to dA here, including much much more in the mines and one of the audio tracks written espescially for the game by my stubble-bunny <a href="http://funky-chickin.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/f/u/funky-chickin.gif" width="50" height="50" alt=":iconfunky-chickin:" title="funky-chickin"/></a>, whom I now worship at every given oppertunity.<br />
<br />
also new is the title screen and the Dreamstorm saga logo.<br />
<br />
also, for those who like stats:<br />
121 screens to explore and when its done it will be almost triple that <img src="http://e.deviantart.com/emoticons/f/faint.gif" width="18" height="17" alt=":faint:" title="I think I've fainted." /><br /><div><img src="http://fc05.deviantart.net/fs14/i/2007/022/4/9/Viviscape_v_0_something_by_GirlFlash.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>A perfect moment</title>
                <link>http://dina-bv.deviantart.com/art/A-perfect-moment-101601418</link>
                <guid isPermaLink="true">http://dina-bv.deviantart.com/art/A-perfect-moment-101601418</guid>
                <pubDate>Thu, 23 Oct 2008 23:51:32 PDT</pubDate>
                        <media:title type="plain">A perfect moment</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Expressive">photography/people/expressive</media:category>
        <media:credit role="author" scheme="urn:ebu">Dina-bv</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/d/i/dina-bv.gif?1</media:credit> 
        <media:copyright url="http://dina-bv.deviantart.com">Copyright 2008-2013 ~Dina-bv</media:copyright>            <media:description type="html"><![CDATA[ <ul>With your permission, i&#039;d like to have another resubmission. This was taken last year, at the seaside, with my sweet =<a class="u" href="http://nighthaze.deviantart.com/">Nighthaze</a> It was a great session, we had many good pictures.<br /><br /><br />Yeah, those really are seagulls. No brushes used. Just luck. <br /><br /><br /><br /><img src="http://e.deviantart.com/emoticons/h/heart.gif" width="15" height="13" alt=":heart:" title="Heart" /><a href="http://nighthaze.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/n/i/nighthaze.jpg" width="50" height="50" alt=":iconnighthaze:" title="nighthaze"/></a><img src="http://e.deviantart.com/emoticons/h/heart.gif" width="15" height="13" alt=":heart:" title="Heart" /><br /><br /><br /><br />I hope you like it <br /><br /><br />You <b>MAY NOT</b> use this image or any parts of it in any way, under any circumstances. It is <b>NOT</b> public domain!!</ul> ]]></media:description>            <media:thumbnail url="http://th01.deviantart.net/fs33/150/f/2008/297/6/8/68b6c7864897fedd667cdce8aa608494.jpg" height="150" width="150"/>            <media:thumbnail url="http://th01.deviantart.net/fs33/300W/f/2008/297/6/8/68b6c7864897fedd667cdce8aa608494.jpg" height="300" width="300"/>            <media:content url="http://th02.deviantart.net/fs33/PRE/f/2008/297/6/8/68b6c7864897fedd667cdce8aa608494.jpg" height="894" width="894" medium="image"/>            
            <description><![CDATA[ <ul>With your permission, i&#039;d like to have another resubmission. This was taken last year, at the seaside, with my sweet =<a class="u" href="http://nighthaze.deviantart.com/">Nighthaze</a> It was a great session, we had many good pictures.<br /><br /><br />Yeah, those really are seagulls. No brushes used. Just luck. <br /><br /><br /><br /><img src="http://e.deviantart.com/emoticons/h/heart.gif" width="15" height="13" alt=":heart:" title="Heart" /><a href="http://nighthaze.deviantart.com/"><img class="avatar" src="http://a.deviantart.com/avatars/n/i/nighthaze.jpg" width="50" height="50" alt=":iconnighthaze:" title="nighthaze"/></a><img src="http://e.deviantart.com/emoticons/h/heart.gif" width="15" height="13" alt=":heart:" title="Heart" /><br /><br /><br /><br />I hope you like it <br /><br /><br />You <b>MAY NOT</b> use this image or any parts of it in any way, under any circumstances. It is <b>NOT</b> public domain!!</ul><br /><div><img src="http://th01.deviantart.net/fs33/300W/f/2008/297/6/8/68b6c7864897fedd667cdce8aa608494.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Autumn Bird</title>
                <link>http://laverinne.deviantart.com/art/Autumn-Bird-101592214</link>
                <guid isPermaLink="true">http://laverinne.deviantart.com/art/Autumn-Bird-101592214</guid>
                <pubDate>Thu, 23 Oct 2008 20:30:02 PDT</pubDate>
                        <media:title type="plain">Autumn Bird</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Drawings">manga/traditional/drawings</media:category>
        <media:credit role="author" scheme="urn:ebu">laverinne</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/l/a/laverinne.jpg</media:credit> 
        <media:copyright url="http://laverinne.deviantart.com">Copyright 2008-2013 *laverinne</media:copyright>             <creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
                <media:description type="html"><![CDATA[ Season Colour ~ Autumn Bird<br /><br />This is another version of Autumn from my 'Season Color' series.^^. She is a goddess that has the power of fire. When autumn comes, she burns the earth and make it full of flame color.^^.<br /><br />Hope u like it.<br /><br />done by water &amp; poster colour.^^<br /><br />thank you so muhh to : <a target="_self" href="http://choubidoubinette.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/c/h/choubidoubinette.jpg?1" alt=":iconchoubidoubinette:" title="choubidoubinette"/></a> for editing the storyy..XDXD. ]]></media:description>            <media:thumbnail url="http://th01.deviantart.net/fs35/150/i/2008/297/9/0/Autumn_Bird_by_laverinne.jpg" height="150" width="106"/>            <media:thumbnail url="http://th07.deviantart.net/fs35/300W/i/2008/297/9/0/Autumn_Bird_by_laverinne.jpg" height="425" width="300"/>            <media:content url="http://fc03.deviantart.net/fs35/i/2008/297/9/0/Autumn_Bird_by_laverinne.jpg" height="850" width="600" medium="image"/>            
            <description><![CDATA[ Season Colour ~ Autumn Bird<br /><br />This is another version of Autumn from my 'Season Color' series.^^. She is a goddess that has the power of fire. When autumn comes, she burns the earth and make it full of flame color.^^.<br /><br />Hope u like it.<br /><br />done by water &amp; poster colour.^^<br /><br />thank you so muhh to : <a target="_self" href="http://choubidoubinette.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/c/h/choubidoubinette.jpg?1" alt=":iconchoubidoubinette:" title="choubidoubinette"/></a> for editing the storyy..XDXD.<br /><div><img src="http://th07.deviantart.net/fs35/300W/i/2008/297/9/0/Autumn_Bird_by_laverinne.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Music is My Love :sketch:</title>
                <link>http://qinni.deviantart.com/art/Music-is-My-Love-sketch-101592332</link>
                <guid isPermaLink="true">http://qinni.deviantart.com/art/Music-is-My-Love-sketch-101592332</guid>
                <pubDate>Thu, 23 Oct 2008 20:31:46 PDT</pubDate>
                        <media:title type="plain">Music is My Love :sketch:</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Other">traditional/drawings/other</media:category>
        <media:credit role="author" scheme="urn:ebu">Qinni</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/q/i/qinni.gif?4</media:credit> 
        <media:copyright url="http://qinni.deviantart.com">Copyright 2008-2013 =Qinni</media:copyright>            <media:description type="html"><![CDATA[ <i>if only i was that angel,<br />who could touch your soul,<br />understand your pains and sorrow<br />and stay with you until tomorrow...<br /><br />...can you feel my love?</i><br /><br /><br /><br />because musicians are hawt. ok, no, cause i fell in love with a musician.....before.....<img src="http://e.deviantart.net/emoticons/a/animesweat.gif" width="19" height="19" alt="^^;" title="Sweating a little..."/><br /><br />the piano is a Bosendorfer, Schubert edition (his favourite brand of piano).<br />lol, haven't done any lovey-dovey stuff for a while now o.o;~.....that i remember of, anyways....since i'm over it now, it doesn't feel as bad as before to draw this in detail =3<br /><br />sorry, the reason why i'm putting up my sketches like this is because i'm working on a big picture which i don't think will be completed until....much...late, what with homework and all. but i will try to CG it once i've got the time =3~<br /><br />...and yes, i have a thing for red scarves o_o<br /><br />tools: pencil, eraser, light table, and touchedup on photoshop.<br /><br />art+char (c) =<a class="u" href="http://qinni.deviantart.com/">Qinni</a><br />textures from `<a class="u" href="http://hibbary.deviantart.com/">hibbary</a> `<a class="u" href="http://texturemattic.deviantart.com/">tExTuReMaTtIc</a><br /><br /> <span class="shadow-holder"><span class="shadow" style="background-image:url(http://sh.deviantart.net/shadow/x/150/113/logo3.png);"><a class=" hasprint" super_img="http://th03.deviantart.net/fs50/PRE/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg" super_fullimg="http://fc07.deviantart.net/fs50/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg" super_fullw="1429" super_fullh="1080" super_w="1028" super_h="777" super_catid="" href="http://Qinni.deviantart.com/art/Music-is-My-Love-138456716?q=&amp;qo=" title="Music is My Love by =Qinni, Sep 27, 2009 in&nbsp;Manga&nbsp;&&nbsp;Anime&nbsp;>&nbsp;Digital&nbsp;Media&nbsp;>&nbsp;Paintings"><i></i><img width="150" height="113" src=http://th06.deviantart.net/fs50/150/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg></a></span><!-- ^TTT --><!-- TTT$ --></span><br /><br /><br /><b><acronym title="PRINT~! &lt;3~ Thankyou for your support~!."><a class="external" href="http://www.deviantart.com/users/outgoing?https://sites.google.com/site/qinnishop/">Click here to buy Prints</a></acronym></b> ]]></media:description>            <media:thumbnail url="http://th00.deviantart.net/fs45/150/f/2009/075/9/9/Music_is_My_Love_by_Qinni.jpg" height="150" width="110"/>            <media:thumbnail url="http://th09.deviantart.net/fs45/300W/f/2009/075/9/9/Music_is_My_Love_by_Qinni.jpg" height="411" width="300"/>            <media:content url="http://fc06.deviantart.net/fs45/f/2009/075/9/9/Music_is_My_Love_by_Qinni.jpg" height="1000" width="730" medium="image"/>            
            <description><![CDATA[ <i>if only i was that angel,<br />who could touch your soul,<br />understand your pains and sorrow<br />and stay with you until tomorrow...<br /><br />...can you feel my love?</i><br /><br /><br /><br />because musicians are hawt. ok, no, cause i fell in love with a musician.....before.....<img src="http://e.deviantart.net/emoticons/a/animesweat.gif" width="19" height="19" alt="^^;" title="Sweating a little..."/><br /><br />the piano is a Bosendorfer, Schubert edition (his favourite brand of piano).<br />lol, haven't done any lovey-dovey stuff for a while now o.o;~.....that i remember of, anyways....since i'm over it now, it doesn't feel as bad as before to draw this in detail =3<br /><br />sorry, the reason why i'm putting up my sketches like this is because i'm working on a big picture which i don't think will be completed until....much...late, what with homework and all. but i will try to CG it once i've got the time =3~<br /><br />...and yes, i have a thing for red scarves o_o<br /><br />tools: pencil, eraser, light table, and touchedup on photoshop.<br /><br />art+char (c) =<a class="u" href="http://qinni.deviantart.com/">Qinni</a><br />textures from `<a class="u" href="http://hibbary.deviantart.com/">hibbary</a> `<a class="u" href="http://texturemattic.deviantart.com/">tExTuReMaTtIc</a><br /><br /> <span class="shadow-holder"><span class="shadow" style="background-image:url(http://sh.deviantart.net/shadow/x/150/113/logo3.png);"><a class=" hasprint" super_img="http://th03.deviantart.net/fs50/PRE/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg" super_fullimg="http://fc07.deviantart.net/fs50/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg" super_fullw="1429" super_fullh="1080" super_w="1028" super_h="777" super_catid="" href="http://Qinni.deviantart.com/art/Music-is-My-Love-138456716?q=&amp;qo=" title="Music is My Love by =Qinni, Sep 27, 2009 in&nbsp;Manga&nbsp;&&nbsp;Anime&nbsp;>&nbsp;Digital&nbsp;Media&nbsp;>&nbsp;Paintings"><i></i><img width="150" height="113" src=http://th06.deviantart.net/fs50/150/f/2009/270/1/7/Music_is_My_Love_by_Qinni.jpg></a></span><!-- ^TTT --><!-- TTT$ --></span><br /><br /><br /><b><acronym title="PRINT~! &lt;3~ Thankyou for your support~!."><a class="external" href="http://www.deviantart.com/users/outgoing?https://sites.google.com/site/qinnishop/">Click here to buy Prints</a></acronym></b><br /><div><img src="http://th09.deviantart.net/fs45/300W/f/2009/075/9/9/Music_is_My_Love_by_Qinni.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Rainbow Whirls 2.0</title>
                <link>http://wonderwhy-er.deviantart.com/art/Rainbow-Whirls-2-0-76544660</link>
                <guid isPermaLink="true">http://wonderwhy-er.deviantart.com/art/Rainbow-Whirls-2-0-76544660</guid>
                <pubDate>Tue, 05 Feb 2008 04:23:42 PST</pubDate>
                        <media:title type="plain">Rainbow Whirls 2.0</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">wonderwhy-ER</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1</media:credit> 
        <media:copyright url="http://wonderwhy-er.deviantart.com">Copyright 2008-2013 ~wonderwhy-ER</media:copyright>             <creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
                <media:description type="html"><![CDATA[ <b>WARNING:</b> That happened hundreds of times already it seems <img src="http://e.deviantart.net/emoticons/f/frown.gif" width="15" height="15" alt=":(" title=":( (Sad)"/> When you copy parameters from code text field <b>PRESS CTRL+A</b> to select all of it. Text there is larger then a text field and if you don't copy all of it it will not work!!! Many made that mistake so before posting here please check if your code works... I know it is partially my fault that it happens as I deigned UI in a bad way but still it is how it is so bother to check.<br /><br /><b>Instructions, small:</b><br /><br />Step one: Play with parameters in the menu.<br />Step two: Find good parameters.<br />Step three: Use Get button and Code text box to save parameters to compressed string.<br />Step four: Very important step. Don&#146;t dare to skip it. Or demigods of Flash will come and blur you <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/> Post strings of beautiful finds here in comments. Good finds will be featured here <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/> Also you will receive my blessing, hug, kiss whatever <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br /><b>Instructions, large:</b><br /><br />- <b>Click on Options</b> at the bottom to bring menu up.<br />- <b>Use Get</b> to get current settings in compressed string format. Just click in to the code box and press ctrl+a to select whole code and ctrl+c to copy it to clip board. After that paste it to comment, txt file or any other place using ctrl+v. <br />- <b>Use Set</b> to load params from string.<br />- Change <b>movement map</b> parameters and use Generate button to change map. You can see actual map in small mode to the right. This map is used as direction giver for those particles.<br /> &lt;/B&gt;Random seed&lt;/B&gt; &#150; map function randomizing number<br /> <b>Width/Height</b> &#150; map scale<br /> <b>Octavas</b> &#150; map complexity<br /> <b>Fractal </b>&#150; type of function.<br />- <b>Color map</b>. It is used to color those particles. Same parameters as for movement.<br />- You can see two buttons to the left and to the right from options label. You can use them even when menu is closed. They set random seeds to new random values and restart the effect. Good to use to change maps fast and looking for cool maps <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br />- <b>TTL</b> or time to live. It is average time which particles fly around. After particle exceeds this limit it fades out. If set to large value you many particles will gather in those channels. If set to small value then particle distribution will be average.<br /> - <b>Particle count</b> and <b>blur</b> says for itself <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br />- <b>Dx/Dy</b>. Well those are hard to explain. It is something like preferred direction.<br />- <b>Speed</b>. How fast particles move.<br /><br />It seems that I covered everything here. If there is something more or you found some mistakes then just let me know <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br /><br /><b>Cool settings to try(I will add more with time):</b><br /><br /><a href="http://kittyvampmurow.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/k/i/kittyvampmurow.gif?1" alt=":iconkittyvampmurow:" title="kittyvampmurow"/></a> Glittering Falls<br />eNrj4mZkLynJYbFg9XVjYncOCmZ1vG/+rsqBgYE5mNWBoeqh+zqRalZfD5YmBtaUCpb///8vY/cN<br />CmZp1GdNqWRpZ2F1dmPmDPArzWVZ4Mnq7MHSWM3qlMPqwMIABqy+/iysrL7hIN3O/iySrM5AJjMj<br />AAU4G8Q=<br /><br /><a href="http://kiss-the-good-bitch.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/k/i/kiss-the-good-bitch.jpg" alt=":iconkiss-the-good-bitch:" title="Kiss-The-Good-Bitch"/></a> rainbow falls<br />eNrj4mZkdXZj5gzwK81lWeDJ6uzB0ljNHMzqwFD10H2dSDW7c1Awq+N983dVDgwMrE45rA4sDGDA<br />6uzPIsnq68HSxMDq68bE6hzO0sTMXlKSw2LB6uvPwsruC9K4R688HqQ4pYLl////P1h9w0HqUypB<br />vOeMAA04IME=<br /><br /><a href="http://xsindy.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/x/s/xsindy.png?1" alt=":iconxsindy:" title="XSindy"/></a> Box eNrj4mbkDPArzWWZr8buHBTMIsHq7MHSxMvqlMPqwG4MBqy+HiyNEay+bsyszv4sEuwlJTkszUWs<br />zuEsTQzMwawODBpfD/XHaLL6+rMosPsCzWBl9Q1naZRiTalg+f///zpWZzcm1pRKELudEQBjwB0u<br /><br /><a href="http://monation.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/m/o/monation.png" alt=":iconmonation:" title="Monation"/></a> Ripcurl<br />eNrj4mZk9Q1naaxiTalk+f///zlWZzcmzgC/0lyW5RzMwSz8rE45rPYfZ4LALHbnoGBWx+PFYa0N<br />DAyszh4s7Rmsvm5MrM7+LGysvh4gU5zDgYLsJSU5LCmsvv4sjOy+QcEsi86f52JNqQCbzwgAq50j<br />OA==<br /><br /><a href="http://lf2master.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/l/f/lf2master.gif?2" alt=":iconlf2master:" title="Lf2Master"/></a> lol <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNO2Q1VoEUp1Sw/P///yOrL0gVa0olmMcIANEPHgg==<br /><br />And my modification of it with starched whirlpool from the top left:<br /><br />eNrj4mZkTalg+f///0dW33CWVhvWlEowj903KJjVcYesxioGBgZWZzdmzgC/0lyW+Qqszh4sTQzM<br />wSxM7M4gJffN33U3AJU45bDa/2AAA1ZnfxZGVl8PkHG+bkyszuFAHewlJTksRqy+QClGAEMHHoY=<br /><br /><br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Earth<br /><br />eNrj4mZkTalg+f///yNW33CW9gzWlEowj903KJjV8ebvj7IMDAyszm7MnAF+pbks8xVYnT1YmhiY<br />g1mY2J2DglkYWJ1yWFhZnf1ZGFl9PUAG+LoxsTqHA9Wwl5TksDSXsPr6szAxAgDbThxB<br /><br /><a href="http://ailinne.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/a/i/ailinne.png?1" alt=":iconailinne:" title="Ailinne"/></a> Sky at down<br /><br />eNrj4mZkTalg+f///xxW33CWJgbWlEowj903KJjV8Vje8u4GBgZWZzdmzgC/0lyW5Ryszh4s7WnM<br />waz2PxjAgN0ZpPLGneUOQA6rUw4LE6uzP5Dw9WBptGL1dWNmdQ5naU9nLynJYUll9QVKMQIATjIf<br />Xw==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Galaxy<br /><br />eNrj4mZkdXZj5gzwK81lWVfA6uzB0sTAHMzCxO4cFMzqeKln1TEGBgZWpxwWVlZnfxZGVl8PlvYM<br />Vl83JlbncKBS9pKSHJYUVl+gFLsvSMf9jm9rHIA6UipY/v//f47VNxykPqUSzGMEAJcDH1s=<br /><br /><a href="http://uncubitodehielo88.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/u/n/uncubitodehielo88.gif?2" alt=":iconuncubitodehielo88:" title="uncubitodehielo88"/></a><br /><br />eNrj4mZkdXZj5gzwK81l2eXD6uzB0szAHMzCyu4cFMyycG06q1MOCzOrsz8LE6uvB0sTA6uvGxOr<br />cziQxV5SksPS6MHq68/CzO4LVL25jjWlguX///9zWH3DgcawplSCeYwAW90auw==<br /><br /><a href="http://cepums.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/c/e/cepums.gif?1" alt=":iconcepums:" title="cepums"/></a> people in caves<br /><br />eNrj4mZk9Q1naWLgDPArzWVZzsEczGr/gwEMWJ09WNrT2J2Dglkdz57miAEL+bMwsfq6MbP6erA0<br />WrE6A1lOOUChlAqW////z2H1BcmnVEI4zuEs7ensJSU5LKnsviBTDorJOQNNYQQAKyAdEg==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> I don't know how to call it <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNO2Q1VoEUp1Sw/P///yOrL0gVa0olmMcIANEPHgg=<br /><br /><a href="http://brunoxyz.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/b/r/brunoxyz.gif" alt=":iconbrunoxyz:" title="brunoxyz"/></a> CosmicGrass<br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMxq/4IBDNidg4JZHa/YbJ3ewMDA6pTDwsTq7M/CyOrr<br />wdJoxerrxszqHA7UwV5SksPSnsnq68/CxO4bFMyy5d0+JdaUCpb////PYfUFKWFNqQTzGAGmqB6t<br /><br /><a href="http://brunoxyz.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/b/r/brunoxyz.gif" alt=":iconbrunoxyz:" title="brunoxyz"/></a> Milky Ways<br /><br />eNrj4mZk9Q1naWLgDPArzWVZzsEczGr/gwEMWJ09WNrT2J2Dglkdz57miAEL+bMwsfq6MbP6erA0<br />WrE6A1lOOUChlAqW////z2H1BcmnVEI4zuEs7ensJSU5LKnsviBTDorJOQNNYQQAKyAdEg==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Bigalaxy <br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeP//nQ0MDAysTjksLKzO/ixMrL4eLO0Z<br />rL5uTKzO4UCl7CUlOSxGrL5AKXZfkI4z6uxNIB0pFSz///+/weobDlKfUgnmMQIAaXcdrg==<br /><br /><a href="http://psykopath.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/p/s/psykopath.gif" alt=":iconpsykopath:" title="psykopath"/></a> Falling stars<br /><br />eNrj4mZk9Q1n4eIM8CvNZZmvwBzMwsTq7MHCxe4cFMwybUMnM6uzPwtQjRszqy9QmNUZyHDKASpK<br />qWD5////HFZffxCnEsJxBhrFXlKSw9Jcwu4bFMzqeMBxqUwDAwMjAK/8Gis=<br /><br /><a href="http://flamereaper.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/f/l/flamereaper.gif?1" alt=":iconflamereaper:" title="FlameReaper"/></a> Well this oen is most awasome of thsoe i have seen so far. Thans FlameReaper <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br />eNrj4mZkdXZj4gzwK81lmZ/M6uzB0qTAHMzqwGgMBuzOQcGsjrt3KQkyMDCwOuWw2v9gAANWZ38W<br />ZlZfoHIGVl83JlbncJbGYPaSkhyWFFZfoBS7L0jjEaMqE5DilAqW////z2H1DQepT6kE8xgBQ2se<br />UA==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Whirl used for this deviation icon:<br />eNrj4mZk9Q1naWLgDPArzWWZr8AczMLE6uwBFGF3DgpmdTx3KmNOAwMDq7M/C1ClGxOrL0iO1dmN<br />mdUpB6g0pYLl////Day+IPmUSgjHGWQie0lJDksKuy/IlJv9FS5AUxgBu34dLA==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Another whirl <img src="http://e.deviantart.net/emoticons/w/wink.gif" width="15" height="15" alt=";)" title=";) (Wink)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeK9XYRMDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYmktYfYFy7L4gnVsVTn4BqU6pYPn///8cVl+QMtaUSjCPEQDPZR48<br /><br /><a href="http://queenarthur.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/q/u/queenarthur.gif?1" alt=":iconqueenarthur:" title="QueenArthur"/></a> Some more whirls <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkTalg+f///xxW33CWJgbWlEowj903KJjVcavCyS8MDAyszm7MnAF+pbks85NZnT1YmhSY<br />g1kdGI3BgN0ZpHKP4GZZkEqnHFb7HwxgwOrsz8LE6usBMtXXjYnVOZylMZi9pCSHpbmK1defhZER<br />AAeLH8o=<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Whirling nebulas <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNe/TKNUGKUypY/v///5HVF6SKNaUSzGMEAM59Hes=<br /><br /><b>P.S: Have fun <img src="http://e.deviantart.net/emoticons/w/wink.gif" width="15" height="15" alt=";)" title=";) (Wink)"/> </b><br /><br /><b>P.S.S: It&#146;s size is only 33Kb <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/></b><br /><br /><b> P.S.S.S:</b><br />LOL. In Flash gallery in last 24 hours this work is placed 3 now. Guess what are two first works <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/> Dressups&#133; <img src="http://e.deviantart.net/emoticons/r/rofl.gif" width="29" height="27" alt=":rofl:" title="rofl"/> Well second one is not that bad. I don&#146;t mind being beaten by naked woman drawn in such quality <a href="http://bastet-sama.deviantart.com/art/Undress-Beta-03-76511075">[link]</a> <br />But for what the hell this <a href="http://flipsidered.deviantart.com/art/Chainey-dressups-76542480">[link]</a> gets it&#146;s pageviews <img src="http://e.deviantart.net/emoticons/o/omg.gif" width="15" height="15" alt=":omg:" title="OMG"/>?!?!? ]]></media:description>            <media:thumbnail url="http://fc09.deviantart.net/fs25/i/2008/037/9/f/Rainbow_Whirls_2_0_by_wonderwhy_ER.jpg" height="200" width="200"/>            
            <description><![CDATA[ <b>WARNING:</b> That happened hundreds of times already it seems <img src="http://e.deviantart.net/emoticons/f/frown.gif" width="15" height="15" alt=":(" title=":( (Sad)"/> When you copy parameters from code text field <b>PRESS CTRL+A</b> to select all of it. Text there is larger then a text field and if you don't copy all of it it will not work!!! Many made that mistake so before posting here please check if your code works... I know it is partially my fault that it happens as I deigned UI in a bad way but still it is how it is so bother to check.<br /><br /><b>Instructions, small:</b><br /><br />Step one: Play with parameters in the menu.<br />Step two: Find good parameters.<br />Step three: Use Get button and Code text box to save parameters to compressed string.<br />Step four: Very important step. Don&#146;t dare to skip it. Or demigods of Flash will come and blur you <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/> Post strings of beautiful finds here in comments. Good finds will be featured here <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/> Also you will receive my blessing, hug, kiss whatever <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br /><b>Instructions, large:</b><br /><br />- <b>Click on Options</b> at the bottom to bring menu up.<br />- <b>Use Get</b> to get current settings in compressed string format. Just click in to the code box and press ctrl+a to select whole code and ctrl+c to copy it to clip board. After that paste it to comment, txt file or any other place using ctrl+v. <br />- <b>Use Set</b> to load params from string.<br />- Change <b>movement map</b> parameters and use Generate button to change map. You can see actual map in small mode to the right. This map is used as direction giver for those particles.<br /> &lt;/B&gt;Random seed&lt;/B&gt; &#150; map function randomizing number<br /> <b>Width/Height</b> &#150; map scale<br /> <b>Octavas</b> &#150; map complexity<br /> <b>Fractal </b>&#150; type of function.<br />- <b>Color map</b>. It is used to color those particles. Same parameters as for movement.<br />- You can see two buttons to the left and to the right from options label. You can use them even when menu is closed. They set random seeds to new random values and restart the effect. Good to use to change maps fast and looking for cool maps <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br />- <b>TTL</b> or time to live. It is average time which particles fly around. After particle exceeds this limit it fades out. If set to large value you many particles will gather in those channels. If set to small value then particle distribution will be average.<br /> - <b>Particle count</b> and <b>blur</b> says for itself <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br />- <b>Dx/Dy</b>. Well those are hard to explain. It is something like preferred direction.<br />- <b>Speed</b>. How fast particles move.<br /><br />It seems that I covered everything here. If there is something more or you found some mistakes then just let me know <img src="http://e.deviantart.net/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)"/><br /><br /><b>Cool settings to try(I will add more with time):</b><br /><br /><a href="http://kittyvampmurow.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/k/i/kittyvampmurow.gif?1" alt=":iconkittyvampmurow:" title="kittyvampmurow"/></a> Glittering Falls<br />eNrj4mZkLynJYbFg9XVjYncOCmZ1vG/+rsqBgYE5mNWBoeqh+zqRalZfD5YmBtaUCpb///8vY/cN<br />CmZp1GdNqWRpZ2F1dmPmDPArzWVZ4Mnq7MHSWM3qlMPqwMIABqy+/iysrL7hIN3O/iySrM5AJjMj<br />AAU4G8Q=<br /><br /><a href="http://kiss-the-good-bitch.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/k/i/kiss-the-good-bitch.jpg" alt=":iconkiss-the-good-bitch:" title="Kiss-The-Good-Bitch"/></a> rainbow falls<br />eNrj4mZkdXZj5gzwK81lWeDJ6uzB0ljNHMzqwFD10H2dSDW7c1Awq+N983dVDgwMrE45rA4sDGDA<br />6uzPIsnq68HSxMDq68bE6hzO0sTMXlKSw2LB6uvPwsruC9K4R688HqQ4pYLl////P1h9w0HqUypB<br />vOeMAA04IME=<br /><br /><a href="http://xsindy.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/x/s/xsindy.png?1" alt=":iconxsindy:" title="XSindy"/></a> Box eNrj4mbkDPArzWWZr8buHBTMIsHq7MHSxMvqlMPqwG4MBqy+HiyNEay+bsyszv4sEuwlJTkszUWs<br />zuEsTQzMwawODBpfD/XHaLL6+rMosPsCzWBl9Q1naZRiTalg+f///zpWZzcm1pRKELudEQBjwB0u<br /><br /><a href="http://monation.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/m/o/monation.png" alt=":iconmonation:" title="Monation"/></a> Ripcurl<br />eNrj4mZk9Q1naaxiTalk+f///zlWZzcmzgC/0lyW5RzMwSz8rE45rPYfZ4LALHbnoGBWx+PFYa0N<br />DAyszh4s7Rmsvm5MrM7+LGysvh4gU5zDgYLsJSU5LCmsvv4sjOy+QcEsi86f52JNqQCbzwgAq50j<br />OA==<br /><br /><a href="http://lf2master.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/l/f/lf2master.gif?2" alt=":iconlf2master:" title="Lf2Master"/></a> lol <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNO2Q1VoEUp1Sw/P///yOrL0gVa0olmMcIANEPHgg==<br /><br />And my modification of it with starched whirlpool from the top left:<br /><br />eNrj4mZkTalg+f///0dW33CWVhvWlEowj903KJjVcYesxioGBgZWZzdmzgC/0lyW+Qqszh4sTQzM<br />wSxM7M4gJffN33U3AJU45bDa/2AAA1ZnfxZGVl8PkHG+bkyszuFAHewlJTksRqy+QClGAEMHHoY=<br /><br /><br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Earth<br /><br />eNrj4mZkTalg+f///yNW33CW9gzWlEowj903KJjV8ebvj7IMDAyszm7MnAF+pbks8xVYnT1YmhiY<br />g1mY2J2DglkYWJ1yWFhZnf1ZGFl9PUAG+LoxsTqHA9Wwl5TksDSXsPr6szAxAgDbThxB<br /><br /><a href="http://ailinne.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/a/i/ailinne.png?1" alt=":iconailinne:" title="Ailinne"/></a> Sky at down<br /><br />eNrj4mZkTalg+f///xxW33CWJgbWlEowj903KJjV8Vje8u4GBgZWZzdmzgC/0lyW5Ryszh4s7WnM<br />waz2PxjAgN0ZpPLGneUOQA6rUw4LE6uzP5Dw9WBptGL1dWNmdQ5naU9nLynJYUll9QVKMQIATjIf<br />Xw==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Galaxy<br /><br />eNrj4mZkdXZj5gzwK81lWVfA6uzB0sTAHMzCxO4cFMzqeKln1TEGBgZWpxwWVlZnfxZGVl8PlvYM<br />Vl83JlbncKBS9pKSHJYUVl+gFLsvSMf9jm9rHIA6UipY/v//f47VNxykPqUSzGMEAJcDH1s=<br /><br /><a href="http://uncubitodehielo88.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/u/n/uncubitodehielo88.gif?2" alt=":iconuncubitodehielo88:" title="uncubitodehielo88"/></a><br /><br />eNrj4mZkdXZj5gzwK81l2eXD6uzB0szAHMzCyu4cFMyycG06q1MOCzOrsz8LE6uvB0sTA6uvGxOr<br />cziQxV5SksPS6MHq68/CzO4LVL25jjWlguX///9zWH3DgcawplSCeYwAW90auw==<br /><br /><a href="http://cepums.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/c/e/cepums.gif?1" alt=":iconcepums:" title="cepums"/></a> people in caves<br /><br />eNrj4mZk9Q1naWLgDPArzWVZzsEczGr/gwEMWJ09WNrT2J2Dglkdz57miAEL+bMwsfq6MbP6erA0<br />WrE6A1lOOUChlAqW////z2H1BcmnVEI4zuEs7ensJSU5LKnsviBTDorJOQNNYQQAKyAdEg==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> I don't know how to call it <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNO2Q1VoEUp1Sw/P///yOrL0gVa0olmMcIANEPHgg=<br /><br /><a href="http://brunoxyz.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/b/r/brunoxyz.gif" alt=":iconbrunoxyz:" title="brunoxyz"/></a> CosmicGrass<br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMxq/4IBDNidg4JZHa/YbJ3ewMDA6pTDwsTq7M/CyOrr<br />wdJoxerrxszqHA7UwV5SksPSnsnq68/CxO4bFMyy5d0+JdaUCpb////PYfUFKWFNqQTzGAGmqB6t<br /><br /><a href="http://brunoxyz.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/b/r/brunoxyz.gif" alt=":iconbrunoxyz:" title="brunoxyz"/></a> Milky Ways<br /><br />eNrj4mZk9Q1naWLgDPArzWVZzsEczGr/gwEMWJ09WNrT2J2Dglkdz57miAEL+bMwsfq6MbP6erA0<br />WrE6A1lOOUChlAqW////z2H1BcmnVEI4zuEs7ensJSU5LKnsviBTDorJOQNNYQQAKyAdEg==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Bigalaxy <br /><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeP//nQ0MDAysTjksLKzO/ixMrL4eLO0Z<br />rL5uTKzO4UCl7CUlOSxGrL5AKXZfkI4z6uxNIB0pFSz///+/weobDlKfUgnmMQIAaXcdrg==<br /><br /><a href="http://psykopath.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/p/s/psykopath.gif" alt=":iconpsykopath:" title="psykopath"/></a> Falling stars<br /><br />eNrj4mZk9Q1n4eIM8CvNZZmvwBzMwsTq7MHCxe4cFMwybUMnM6uzPwtQjRszqy9QmNUZyHDKASpK<br />qWD5////HFZffxCnEsJxBhrFXlKSw9Jcwu4bFMzqeMBxqUwDAwMjAK/8Gis=<br /><br /><a href="http://flamereaper.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/f/l/flamereaper.gif?1" alt=":iconflamereaper:" title="FlameReaper"/></a> Well this oen is most awasome of thsoe i have seen so far. Thans FlameReaper <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br /><br />eNrj4mZkdXZj4gzwK81lmZ/M6uzB0qTAHMzqwGgMBuzOQcGsjrt3KQkyMDCwOuWw2v9gAANWZ38W<br />ZlZfoHIGVl83JlbncJbGYPaSkhyWFFZfoBS7L0jjEaMqE5DilAqW////z2H1DQepT6kE8xgBQ2se<br />UA==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Whirl used for this deviation icon:<br />eNrj4mZk9Q1naWLgDPArzWWZr8AczMLE6uwBFGF3DgpmdTx3KmNOAwMDq7M/C1ClGxOrL0iO1dmN<br />mdUpB6g0pYLl////Day+IPmUSgjHGWQie0lJDksKuy/IlJv9FS5AUxgBu34dLA==<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Another whirl <img src="http://e.deviantart.net/emoticons/w/wink.gif" width="15" height="15" alt=";)" title=";) (Wink)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeK9XYRMDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYmktYfYFy7L4gnVsVTn4BqU6pYPn///8cVl+QMtaUSjCPEQDPZR48<br /><br /><a href="http://queenarthur.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/q/u/queenarthur.gif?1" alt=":iconqueenarthur:" title="QueenArthur"/></a> Some more whirls <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkTalg+f///xxW33CWJgbWlEowj903KJjVcavCyS8MDAyszm7MnAF+pbks85NZnT1YmhSY<br />g1kdGI3BgN0ZpHKP4GZZkEqnHFb7HwxgwOrsz8LE6usBMtXXjYnVOZylMZi9pCSHpbmK1defhZER<br />AAeLH8o=<br /><br /><a href="http://wonderwhy-er.deviantart.com/"><img class="avatar" src="http://a.deviantart.net/avatars/w/o/wonderwhy-er.gif?1" alt=":iconwonderwhy-er:" title="wonderwhy-ER"/></a> Whirling nebulas <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/><br />eNrj4mZkdXZj5gzwK81lma/A6uzB0sTAHMzCxO4cFMzqeN/8XXcDAwOrUw6r/Q8GMGB19mdhZPUF<br />qWP1dWNidQ4HsthLSnJYjFh9gVLsviCNe/TKNUGKUypY/v///5HVF6SKNaUSzGMEAM59Hes=<br /><br /><b>P.S: Have fun <img src="http://e.deviantart.net/emoticons/w/wink.gif" width="15" height="15" alt=";)" title=";) (Wink)"/> </b><br /><br /><b>P.S.S: It&#146;s size is only 33Kb <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/></b><br /><br /><b> P.S.S.S:</b><br />LOL. In Flash gallery in last 24 hours this work is placed 3 now. Guess what are two first works <img src="http://e.deviantart.net/emoticons/b/biggrin.gif" width="15" height="15" alt=":D" title=":D (Big Grin)"/> Dressups&#133; <img src="http://e.deviantart.net/emoticons/r/rofl.gif" width="29" height="27" alt=":rofl:" title="rofl"/> Well second one is not that bad. I don&#146;t mind being beaten by naked woman drawn in such quality <a href="http://bastet-sama.deviantart.com/art/Undress-Beta-03-76511075">[link]</a> <br />But for what the hell this <a href="http://flipsidered.deviantart.com/art/Chainey-dressups-76542480">[link]</a> gets it&#146;s pageviews <img src="http://e.deviantart.net/emoticons/o/omg.gif" width="15" height="15" alt=":omg:" title="OMG"/>?!?!?<br /><div><img src="http://fc09.deviantart.net/fs25/i/2008/037/9/f/Rainbow_Whirls_2_0_by_wonderwhy_ER.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Libreth V3</title>
                <link>http://adamroush.deviantart.com/art/Libreth-V3-32173830</link>
                <guid isPermaLink="true">http://adamroush.deviantart.com/art/Libreth-V3-32173830</guid>
                <pubDate>Fri, 21 Apr 2006 14:33:28 PDT</pubDate>
                        <media:title type="plain">Libreth V3</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Drawings">anthro/traditional/drawings</media:category>
        <media:credit role="author" scheme="urn:ebu">AdamRoush</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/a/d/adamroush.jpg?3</media:credit> 
        <media:copyright url="http://adamroush.deviantart.com">Copyright 2006-2013 *AdamRoush</media:copyright>            <media:description type="html"><![CDATA[ finally came up with a design i like<br />
this is libreth, a vampiric tiger anthro, older brother to Libra <a href="http://www.deviantart.com/deviation/31900392/">[link]</a><br />
he's all creepylike.<br />
at first he looked like this: <a href="http://www.deviantart.com/deviation/9278341/">[link]</a> which was some time ago...<br />
so libra is warm colors, whereas libreth's cold, so they're opposite, like woah.<br />
my new id is made from this pic, but i changed it to green and used the torn edges filter.<br />
<br />
libreth (c) AdamRoush<br />
<br />
[[materials]] prismacolor markers ]]></media:description>            <media:thumbnail url="http://th05.deviantart.net/fs10/150/i/2006/111/5/0/Libreth_V3_by_genesi_propheteya.jpg" height="150" width="117"/>            <media:thumbnail url="http://th00.deviantart.net/fs10/300W/i/2006/111/5/0/Libreth_V3_by_genesi_propheteya.jpg" height="384" width="300"/>            <media:content url="http://fc05.deviantart.net/fs10/i/2006/111/5/0/Libreth_V3_by_genesi_propheteya.jpg" height="995" width="778" medium="image"/>            
            <description><![CDATA[ finally came up with a design i like<br />
this is libreth, a vampiric tiger anthro, older brother to Libra <a href="http://www.deviantart.com/deviation/31900392/">[link]</a><br />
he's all creepylike.<br />
at first he looked like this: <a href="http://www.deviantart.com/deviation/9278341/">[link]</a> which was some time ago...<br />
so libra is warm colors, whereas libreth's cold, so they're opposite, like woah.<br />
my new id is made from this pic, but i changed it to green and used the torn edges filter.<br />
<br />
libreth (c) AdamRoush<br />
<br />
[[materials]] prismacolor markers<br /><div><img src="http://th00.deviantart.net/fs10/300W/i/2006/111/5/0/Libreth_V3_by_genesi_propheteya.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Lift-Off</title>
                <link>http://synth-c.deviantart.com/art/Lift-Off-24825136</link>
                <guid isPermaLink="true">http://synth-c.deviantart.com/art/Lift-Off-24825136</guid>
                <pubDate>Fri, 04 Nov 2005 11:54:58 PST</pubDate>
                        <media:title type="plain">Lift-Off</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">synth-c</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/s/y/synth-c.gif</media:credit> 
        <media:copyright url="http://synth-c.deviantart.com">Copyright 2005-2013 ~synth-c</media:copyright>            <media:description type="html"><![CDATA[ My debut pack, enjoy!<br />
<br />
for the people new to AVS:<br />
<a href="http://news.deviantart.com/article/12183/">What is AVS?</a><br />
How can I view them?: You can view the presets by downloading the installer and following it's instructions, then open winamp and doubleclick on the spectrum/oscilliscope, or by pressing contol+shift+k. ]]></media:description>            <media:thumbnail url="http://fc04.deviantart.net/fs8/i/2005/308/e/b/Lift_Off_by_synth_c.jpg" height="281" width="577"/>            
            <description><![CDATA[ My debut pack, enjoy!<br />
<br />
for the people new to AVS:<br />
<a href="http://news.deviantart.com/article/12183/">What is AVS?</a><br />
How can I view them?: You can view the presets by downloading the installer and following it's instructions, then open winamp and doubleclick on the spectrum/oscilliscope, or by pressing contol+shift+k.<br /><div><img src="http://fc04.deviantart.net/fs8/i/2005/308/e/b/Lift_Off_by_synth_c.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>VisKey_Pack4</title>
                <link>http://viskey.deviantart.com/art/VisKey-Pack4-16563843</link>
                <guid isPermaLink="true">http://viskey.deviantart.com/art/VisKey-Pack4-16563843</guid>
                <pubDate>Sun, 27 Mar 2005 09:04:02 PST</pubDate>
                        <media:title type="plain">VisKey_Pack4</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">viskey</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/v/i/viskey.gif</media:credit> 
        <media:copyright url="http://viskey.deviantart.com">Copyright 2005-2013 ~viskey</media:copyright>            <media:description type="html"><![CDATA[ my 4th pack. <br />
as in the last pack i tried to make  presets of very different styles. <br />
the presets should work well in  different resolutions and frame rates. <br />
so, ... i hope you can enjoy the pack. <br />
<br />
<br />
edit: preset blue dream improved. (thx  to WotL) ]]></media:description>            <media:thumbnail url="http://fc05.deviantart.net/fs6/i/2005/086/e/1/VisKey_Pack4_by_viskey.jpg" height="271" width="290"/>            
            <description><![CDATA[ my 4th pack. <br />
as in the last pack i tried to make  presets of very different styles. <br />
the presets should work well in  different resolutions and frame rates. <br />
so, ... i hope you can enjoy the pack. <br />
<br />
<br />
edit: preset blue dream improved. (thx  to WotL)<br /><div><img src="http://fc05.deviantart.net/fs6/i/2005/086/e/1/VisKey_Pack4_by_viskey.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Psychadellivision</title>
                <link>http://volcanic-penguin.deviantart.com/art/Psychadellivision-14080073</link>
                <guid isPermaLink="true">http://volcanic-penguin.deviantart.com/art/Psychadellivision-14080073</guid>
                <pubDate>Thu, 13 Jan 2005 06:56:00 PST</pubDate>
                        <media:title type="plain">Psychadellivision</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">Volcanic-Penguin</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/v/o/volcanic-penguin.png?1</media:credit> 
        <media:copyright url="http://volcanic-penguin.deviantart.com">Copyright 2005-2013 ~Volcanic-Penguin</media:copyright>            <media:description type="html"><![CDATA[ Alright, just because you people liked it so much (and I think you're crazy for doing so) I've updated it a bit. Well, quite alot actually. So now it's a bit more worthy of all those favs it's got. Click on the buttons in the lower left corner to change the amount of lines and their rotation, and click anywhere on the scene to change the appearance of the lines. You can aslo click on the little buttons in the lower right corner to switch between a black and white background. Enjoy. <br /><br />Added the original type of line because one person told me they liked it better as it was before. And while I was at it, I added another one too. <br /><br />edit: Added three types of lines, and took all the old arrangements and copy-paste-and-flipped them. Why didn't I think of that before -_- I know, I've updated this one alot and haven't uploaded anything new, I'm working on something else but it's a much bigger thing so it'll take a while. <br /><br />¨¨¨<br />The new script is a bit long so I'll just leave the old one: <br /><br />Here's the old script, which is put on four copies of the same movieclip placed in the center of the Scene. They're initially rotated 0(360?), 90, 180, and 270 degrees, to make it so, well, you figure it out. It's pretty simple really. <br /><br />onClipEvent (load) {<br /> x=0 //where the dot is<br /> y=0 //where the dot is<br /> xmove=0 //it's movement<br /> ymove=0 //it's movement<br />}<br />onClipEvent (enterFrame) {<br /> xmove+= (_root._xmouse-_x-x)/10 //math<br /> ymove+= (_root._ymouse-_y-y)/10 //math<br /> x+=xmove+(_root._xmouse-_x-x)/10 //math<br /> y+=ymove+(_root._ymouse-_y-y)/10 //math<br /> clear()<br /> lineStyle(1,000000,100)<br /> moveTo(oldx,oldy)<br /> lineTo(x,y)<br /> oldx=x //this is so that in the next frame it knows where the dot was last frame<br /> oldy=y //this is so that in the next frame it knows where the dot was last frame<br /> _rotation-- //This is negative on two of the movieclips (that initially have an opposite rotation to eachother), and positive on the other two. <br />} ]]></media:description>            <media:thumbnail url="http://fc00.deviantart.net/fs71/i/2012/301/a/8/psychadellivision_by_volcanic_penguin-d8ds95.png" height="150" width="150"/>            
            <description><![CDATA[ Alright, just because you people liked it so much (and I think you're crazy for doing so) I've updated it a bit. Well, quite alot actually. So now it's a bit more worthy of all those favs it's got. Click on the buttons in the lower left corner to change the amount of lines and their rotation, and click anywhere on the scene to change the appearance of the lines. You can aslo click on the little buttons in the lower right corner to switch between a black and white background. Enjoy. <br /><br />Added the original type of line because one person told me they liked it better as it was before. And while I was at it, I added another one too. <br /><br />edit: Added three types of lines, and took all the old arrangements and copy-paste-and-flipped them. Why didn't I think of that before -_- I know, I've updated this one alot and haven't uploaded anything new, I'm working on something else but it's a much bigger thing so it'll take a while. <br /><br />¨¨¨<br />The new script is a bit long so I'll just leave the old one: <br /><br />Here's the old script, which is put on four copies of the same movieclip placed in the center of the Scene. They're initially rotated 0(360?), 90, 180, and 270 degrees, to make it so, well, you figure it out. It's pretty simple really. <br /><br />onClipEvent (load) {<br /> x=0 //where the dot is<br /> y=0 //where the dot is<br /> xmove=0 //it's movement<br /> ymove=0 //it's movement<br />}<br />onClipEvent (enterFrame) {<br /> xmove+= (_root._xmouse-_x-x)/10 //math<br /> ymove+= (_root._ymouse-_y-y)/10 //math<br /> x+=xmove+(_root._xmouse-_x-x)/10 //math<br /> y+=ymove+(_root._ymouse-_y-y)/10 //math<br /> clear()<br /> lineStyle(1,000000,100)<br /> moveTo(oldx,oldy)<br /> lineTo(x,y)<br /> oldx=x //this is so that in the next frame it knows where the dot was last frame<br /> oldy=y //this is so that in the next frame it knows where the dot was last frame<br /> _rotation-- //This is negative on two of the movieclips (that initially have an opposite rotation to eachother), and positive on the other two. <br />}<br /><div><img src="http://fc00.deviantart.net/fs71/i/2012/301/a/8/psychadellivision_by_volcanic_penguin-d8ds95.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Invisibility</title>
                <link>http://crabmuffins.deviantart.com/art/Invisibility-9888186</link>
                <guid isPermaLink="true">http://crabmuffins.deviantart.com/art/Invisibility-9888186</guid>
                <pubDate>Wed, 18 Aug 2004 09:37:44 PDT</pubDate>
                        <media:title type="plain">Invisibility</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Games">flash/games</media:category>
        <media:credit role="author" scheme="urn:ebu">crabmuffins</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/c/r/crabmuffins.gif</media:credit> 
        <media:copyright url="http://crabmuffins.deviantart.com">Copyright 2004-2013 ~crabmuffins</media:copyright>            <media:description type="html"><![CDATA[ It's like one of those "how steady is  your cursor" flash games where you  weave your mouse through tough  obstacles. Except here, you can't see  the mouse.<br />
<br />
Update: Thanks for the many people who  have favedededed... um, put this game  in their favourites. <br />
<br />
Update 2: New version now. The three  main ways of cheating (holding down  mouse button, pressing alt, and  pressing Ctrl with the mouse settings  tweaked with) have been fixed. ]]></media:description>            <media:thumbnail url="http://fc01.deviantart.net/fs4/i/2004/231/0/9/Invisibility.jpg" height="100" width="100"/>            
            <description><![CDATA[ It's like one of those "how steady is  your cursor" flash games where you  weave your mouse through tough  obstacles. Except here, you can't see  the mouse.<br />
<br />
Update: Thanks for the many people who  have favedededed... um, put this game  in their favourites. <br />
<br />
Update 2: New version now. The three  main ways of cheating (holding down  mouse button, pressing alt, and  pressing Ctrl with the mouse settings  tweaked with) have been fixed.<br /><div><img src="http://fc01.deviantart.net/fs4/i/2004/231/0/9/Invisibility.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>s04 . kerygma</title>
                <link>http://framesofreality.deviantart.com/art/s04-kerygma-13185728</link>
                <guid isPermaLink="true">http://framesofreality.deviantart.com/art/s04-kerygma-13185728</guid>
                <pubDate>Tue, 14 Dec 2004 23:25:36 PST</pubDate>
                        <media:title type="plain">s04 . kerygma</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">framesofreality</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/f/r/framesofreality.jpg?1</media:credit> 
        <media:copyright url="http://framesofreality.deviantart.com">Copyright 2004-2013 ~framesofreality</media:copyright>            <media:description type="html"><![CDATA[ fourth pack, 30 presets etc. etc.<br />
hope you'll like it. ]]></media:description>            <media:thumbnail url="http://fc04.deviantart.net/fs5/i/2004/349/c/0/s04___kerygma_by_framesofreality.jpg" height="386" width="510"/>            
            <description><![CDATA[ fourth pack, 30 presets etc. etc.<br />
hope you'll like it.<br /><div><img src="http://fc04.deviantart.net/fs5/i/2004/349/c/0/s04___kerygma_by_framesofreality.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Of Spine.</title>
                <link>http://seventotheseven.deviantart.com/art/Of-Spine-12510145</link>
                <guid isPermaLink="true">http://seventotheseven.deviantart.com/art/Of-Spine-12510145</guid>
                <pubDate>Sun, 21 Nov 2004 18:09:08 PST</pubDate>
                        <media:title type="plain">Of Spine.</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Abstract">customization/wallpaper/abstract</media:category>
        <media:credit role="author" scheme="urn:ebu">sEveNtoThesEveN</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/s/e/seventotheseven.gif</media:credit> 
        <media:copyright url="http://seventotheseven.deviantart.com">Copyright 2004-2013 ~sEveNtoThesEveN</media:copyright>            <media:description type="html"><![CDATA[ first. Inspired by the wonders of  procrastination(a considerable amount  of procrastination at that). <img src="http://e.deviantart.com/emoticons/a/animesweat.gif" width="19" height="19" alt="^^;" title="Sweating a little..." />; ]]></media:description>            <media:thumbnail url="http://th00.deviantart.net/fs5/150/i/2004/326/c/8/Of_Spine__by_sEveNtoThesEveN.jpg" height="113" width="150"/>            <media:thumbnail url="http://th04.deviantart.net/fs5/300W/i/2004/326/c/8/Of_Spine__by_sEveNtoThesEveN.jpg" height="225" width="300"/>            <media:content url="http://th03.deviantart.net/fs5/PRE/i/2004/326/c/8/Of_Spine__by_sEveNtoThesEveN.jpg" height="774" width="1032" medium="image"/>            
            <description><![CDATA[ first. Inspired by the wonders of  procrastination(a considerable amount  of procrastination at that). <img src="http://e.deviantart.com/emoticons/a/animesweat.gif" width="19" height="19" alt="^^;" title="Sweating a little..." />;<br /><div><img src="http://th04.deviantart.net/fs5/300W/i/2004/326/c/8/Of_Spine__by_sEveNtoThesEveN.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Healing Light</title>
                <link>http://modestgirls-r-hot.deviantart.com/art/Healing-Light-12748604</link>
                <guid isPermaLink="true">http://modestgirls-r-hot.deviantart.com/art/Healing-Light-12748604</guid>
                <pubDate>Mon, 29 Nov 2004 17:09:57 PST</pubDate>
                        <media:title type="plain">Healing Light</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Landscapes">photography/nature/landscapes</media:category>
        <media:credit role="author" scheme="urn:ebu">modestgirls-r-hot</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/m/o/modestgirls-r-hot.gif</media:credit> 
        <media:copyright url="http://modestgirls-r-hot.deviantart.com">Copyright 2004-2013 ~modestgirls-r-hot</media:copyright>            <media:description type="html"><![CDATA[ Hey, for those of you who dont know Im  a born again christian so god plays a  big influence on my life.Im not  "religous" or catholic or anything,  just a friend of christ, so its cool.   I did this pic pretty quickly during  photography class today. I know the  hand is a little blurry in some parts  so dont worry about that. My first time  ever trying to get that affect.  Computer wouldnt fix the blurryness so  sorry. Anyways I hope you like and  comment. ]]></media:description>            <media:thumbnail url="http://th06.deviantart.net/fs5/150/i/2004/335/3/6/Healing_Light_by_modestgirls_r_hot.jpg" height="150" width="145"/>            <media:thumbnail url="http://th09.deviantart.net/fs5/300W/i/2004/335/3/6/Healing_Light_by_modestgirls_r_hot.jpg" height="310" width="300"/>            <media:content url="http://fc07.deviantart.net/fs5/i/2004/335/3/6/Healing_Light_by_modestgirls_r_hot.jpg" height="619" width="600" medium="image"/>            
            <description><![CDATA[ Hey, for those of you who dont know Im  a born again christian so god plays a  big influence on my life.Im not  "religous" or catholic or anything,  just a friend of christ, so its cool.   I did this pic pretty quickly during  photography class today. I know the  hand is a little blurry in some parts  so dont worry about that. My first time  ever trying to get that affect.  Computer wouldnt fix the blurryness so  sorry. Anyways I hope you like and  comment.<br /><div><img src="http://th09.deviantart.net/fs5/300W/i/2004/335/3/6/Healing_Light_by_modestgirls_r_hot.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Cart-Man</title>
                <link>http://darkautumnking.deviantart.com/art/Cart-Man-12222765</link>
                <guid isPermaLink="true">http://darkautumnking.deviantart.com/art/Cart-Man-12222765</guid>
                <pubDate>Thu, 11 Nov 2004 15:49:01 PST</pubDate>
                        <media:title type="plain">Cart-Man</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Games">flash/games</media:category>
        <media:credit role="author" scheme="urn:ebu">DarkAutumnKing</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/d/a/darkautumnking.gif</media:credit> 
        <media:copyright url="http://darkautumnking.deviantart.com">Copyright 2004-2013 ~DarkAutumnKing</media:copyright>            <media:description type="html"><![CDATA[ A pacman game with a vulgar little  constuction paper cutout. ]]></media:description>            <media:thumbnail url="http://fc01.deviantart.net/fs5/i/2004/316/d/5/Cart_Man_by_DarkAutumnKing.jpg" height="360" width="314"/>            
            <description><![CDATA[ A pacman game with a vulgar little  constuction paper cutout.<br /><div><img src="http://fc01.deviantart.net/fs5/i/2004/316/d/5/Cart_Man_by_DarkAutumnKing.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Windows XP</title>
                <link>http://completely-random.deviantart.com/art/Windows-XP-12063276</link>
                <guid isPermaLink="true">http://completely-random.deviantart.com/art/Windows-XP-12063276</guid>
                <pubDate>Sat, 06 Nov 2004 11:22:47 PST</pubDate>
                        <media:title type="plain">Windows XP</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">completely-random</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/c/o/completely-random.gif</media:credit> 
        <media:copyright url="http://completely-random.deviantart.com">Copyright 2004-2013 ~completely-random</media:copyright>            <media:description type="html"><![CDATA[ A simulator i made after 3 consecutive computer crashes i needed to blow off a little steam so i created this it took about 5 hours<br />
<br />
<br />
*EDIT*<br />
<br />
Wow... 2 years on and this thing still gets faves... who would of thought something i put no time and effort into at all would do so well!? ]]></media:description>            <media:thumbnail url="http://fc07.deviantart.net/fs5/i/2004/311/f/8/Windows_XP_by_completely_random.jpg" height="73" width="100"/>            
            <description><![CDATA[ A simulator i made after 3 consecutive computer crashes i needed to blow off a little steam so i created this it took about 5 hours<br />
<br />
<br />
*EDIT*<br />
<br />
Wow... 2 years on and this thing still gets faves... who would of thought something i put no time and effort into at all would do so well!?<br /><div><img src="http://fc07.deviantart.net/fs5/i/2004/311/f/8/Windows_XP_by_completely_random.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>geometry beat machine</title>
                <link>http://amodo.deviantart.com/art/geometry-beat-machine-11513242</link>
                <guid isPermaLink="true">http://amodo.deviantart.com/art/geometry-beat-machine-11513242</guid>
                <pubDate>Sun, 17 Oct 2004 16:35:36 PDT</pubDate>
                        <media:title type="plain">geometry beat machine</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">amodo</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/a/m/amodo.gif</media:credit> 
        <media:copyright url="http://amodo.deviantart.com">Copyright 2004-2013 ~amodo</media:copyright>            <media:description type="html"><![CDATA[ geometry beat machine ]]></media:description>            <media:thumbnail url="http://fc09.deviantart.net/fs5/i/2004/291/3/a/geometry_beat_machine_by_amodo.jpg" height="172" width="206"/>            
            <description><![CDATA[ geometry beat machine<br /><div><img src="http://fc09.deviantart.net/fs5/i/2004/291/3/a/geometry_beat_machine_by_amodo.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>2nd Pack</title>
                <link>http://vanderphunck.deviantart.com/art/2nd-Pack-8883353</link>
                <guid isPermaLink="true">http://vanderphunck.deviantart.com/art/2nd-Pack-8883353</guid>
                <pubDate>Wed, 14 Jul 2004 04:06:02 PDT</pubDate>
                        <media:title type="plain">2nd Pack</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">VanDerPhunck</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/v/a/vanderphunck.gif</media:credit> 
        <media:copyright url="http://vanderphunck.deviantart.com">Copyright 2004-2013 ~VanDerPhunck</media:copyright>            <media:description type="html"><![CDATA[ My 2nd pack... <br />
<br />
Includes a few previously unreleased  presets.<br />
<br />
<br />
I know i have forgot a few masters of  the art in the greetings. Sorry about  that, but i'm a newbie and don't know  all the classics. ]]></media:description>            <media:thumbnail url="http://fc01.deviantart.net/fs4/i/2004/196/0/6/2nd_Pack.png" height="212" width="347"/>            
            <description><![CDATA[ My 2nd pack... <br />
<br />
Includes a few previously unreleased  presets.<br />
<br />
<br />
I know i have forgot a few masters of  the art in the greetings. Sorry about  that, but i'm a newbie and don't know  all the classics.<br /><div><img src="http://fc01.deviantart.net/fs4/i/2004/196/0/6/2nd_Pack.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>visions 4</title>
                <link>http://zamuz.deviantart.com/art/visions-4-8875058</link>
                <guid isPermaLink="true">http://zamuz.deviantart.com/art/visions-4-8875058</guid>
                <pubDate>Tue, 13 Jul 2004 20:07:39 PDT</pubDate>
                        <media:title type="plain">visions 4</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">zamuz</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/z/a/zamuz.gif?2</media:credit> 
        <media:copyright url="http://zamuz.deviantart.com">Copyright 2004-2013 ~zamuz</media:copyright>            <media:description type="html"><![CDATA[ <b>visions 4</b><br />
the fourth pack in the visions series  is here. not exactly a huge pack, but i  hope you all enjoy it.<br />
<br />
requires winamp 5!<br />
also, check out revisions v2 available  at <a href="http://visbot.net">visbot.net</a>. ]]></media:description>            <media:thumbnail url="http://fc02.deviantart.net/fs4/i/2004/195/c/9/visions_4.png" height="320" width="240"/>            
            <description><![CDATA[ <b>visions 4</b><br />
the fourth pack in the visions series  is here. not exactly a huge pack, but i  hope you all enjoy it.<br />
<br />
requires winamp 5!<br />
also, check out revisions v2 available  at <a href="http://visbot.net">visbot.net</a>.<br /><div><img src="http://fc02.deviantart.net/fs4/i/2004/195/c/9/visions_4.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Scenery</title>
                <link>http://nemoorange.deviantart.com/art/Scenery-8415539</link>
                <guid isPermaLink="true">http://nemoorange.deviantart.com/art/Scenery-8415539</guid>
                <pubDate>Sun, 27 Jun 2004 14:19:45 PDT</pubDate>
                        <media:title type="plain">Scenery</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">nemoorange</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/n/e/nemoorange.png?1</media:credit> 
        <media:copyright url="http://nemoorange.deviantart.com">Copyright 2004-2013 `nemoorange</media:copyright>            <media:description type="html"><![CDATA[ NemoOrange's 7th pack<br />
<br />
<b>Updated final release.</b>  Here are the  minor changes:<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Set up first frame gradient clear in <i> blossom</i><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Enabled clicking for selecting boxes  in <i>fabric</i><br />
<br />
Updated Alpha release.  Here are the  changes:<br />
<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Removed three previous preset from  pack <i>dissolve, dissipate, chrysanthemum</i>  because they were slow &amp; boring &amp; nobody  liked 'em anyway.<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Added two new preset <i>fabric &amp; pipedream</i><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Renamed &amp; <i>scenery</i> preset to <i>amc</i>.  It  wasn't an intro preset, its just a  title.  I didn't like the lettering  stuff either.<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Fixed, edited, sped-up various  presets.  <b>All thanks to your comments.</b><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> New installer using <i>pipedream</i> theme.<br />
<br />
Please note that this installer will  extract all the presets to the same  folder which the original used:  avs/NemoOrange/scenery.  The installer  will not uninstall <i>dissolve, dissipate,  chrysanthemum</i> &amp; therefore, you will  still see them in the folder.  Don't  worry, they're not in the pack anymore.<br />
<br />
More VISBOT fun may be experienced at <a href="http://visbot.net"> visbot.net</a>. ]]></media:description>            <media:thumbnail url="http://fc03.deviantart.net/fs4/i/2004/232/f/e/Scenery_ALPHA.jpg" height="107" width="547"/>            
            <description><![CDATA[ NemoOrange's 7th pack<br />
<br />
<b>Updated final release.</b>  Here are the  minor changes:<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Set up first frame gradient clear in <i> blossom</i><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Enabled clicking for selecting boxes  in <i>fabric</i><br />
<br />
Updated Alpha release.  Here are the  changes:<br />
<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Removed three previous preset from  pack <i>dissolve, dissipate, chrysanthemum</i>  because they were slow &amp; boring &amp; nobody  liked 'em anyway.<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Added two new preset <i>fabric &amp; pipedream</i><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Renamed &amp; <i>scenery</i> preset to <i>amc</i>.  It  wasn't an intro preset, its just a  title.  I didn't like the lettering  stuff either.<br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> Fixed, edited, sped-up various  presets.  <b>All thanks to your comments.</b><br />
<img src="http://e.deviantart.com/emoticons/b/bulletgreen.gif" width="10" height="10" alt=":bulletgreen:" title="Bullet; Green" /> New installer using <i>pipedream</i> theme.<br />
<br />
Please note that this installer will  extract all the presets to the same  folder which the original used:  avs/NemoOrange/scenery.  The installer  will not uninstall <i>dissolve, dissipate,  chrysanthemum</i> &amp; therefore, you will  still see them in the folder.  Don't  worry, they're not in the pack anymore.<br />
<br />
More VISBOT fun may be experienced at <a href="http://visbot.net"> visbot.net</a>.<br /><div><img src="http://fc03.deviantart.net/fs4/i/2004/232/f/e/Scenery_ALPHA.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Cold Fusion</title>
                <link>http://synth-c.deviantart.com/art/Cold-Fusion-8474369</link>
                <guid isPermaLink="true">http://synth-c.deviantart.com/art/Cold-Fusion-8474369</guid>
                <pubDate>Tue, 29 Jun 2004 14:01:11 PDT</pubDate>
                        <media:title type="plain">Cold Fusion</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">synth-c</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/s/y/synth-c.gif</media:credit> 
        <media:copyright url="http://synth-c.deviantart.com">Copyright 2004-2013 ~synth-c</media:copyright>            <media:description type="html"><![CDATA[ Some experiments with 3d turned out  pretty good! ]]></media:description>            <media:thumbnail url="http://fc02.deviantart.net/images3/i/2004/181/1/2/Cold_Fusion.jpg" height="371" width="404"/>            
            <description><![CDATA[ Some experiments with 3d turned out  pretty good!<br /><div><img src="http://fc02.deviantart.net/images3/i/2004/181/1/2/Cold_Fusion.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>sim theatre</title>
                <link>http://amodo.deviantart.com/art/sim-theatre-8011213</link>
                <guid isPermaLink="true">http://amodo.deviantart.com/art/sim-theatre-8011213</guid>
                <pubDate>Fri, 11 Jun 2004 08:13:17 PDT</pubDate>
                        <media:title type="plain">sim theatre</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Interactive">flash/interactive</media:category>
        <media:credit role="author" scheme="urn:ebu">amodo</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/a/m/amodo.gif</media:credit> 
        <media:copyright url="http://amodo.deviantart.com">Copyright 2004-2013 ~amodo</media:copyright>            <media:description type="html"><![CDATA[ the most boring theatre in the world.<br />
now playing: DOG GONE<br />
<br />
 *  guaranteed different plot every  time you watch it<br />
 *  interact with teh characters<br />
<br />
v.01<br />
<br />
enjoy, comment <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /> ]]></media:description>            <media:thumbnail url="http://fc08.deviantart.net/images3/i/2004/163/c/5/sim_theatre.jpg" height="173" width="220"/>            
            <description><![CDATA[ the most boring theatre in the world.<br />
now playing: DOG GONE<br />
<br />
 *  guaranteed different plot every  time you watch it<br />
 *  interact with teh characters<br />
<br />
v.01<br />
<br />
enjoy, comment <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br /><div><img src="http://fc08.deviantart.net/images3/i/2004/163/c/5/sim_theatre.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>The Big Red Button</title>
                <link>http://gumjaw.deviantart.com/art/The-Big-Red-Button-7331852</link>
                <guid isPermaLink="true">http://gumjaw.deviantart.com/art/The-Big-Red-Button-7331852</guid>
                <pubDate>Sun, 16 May 2004 16:43:31 PDT</pubDate>
                        <media:title type="plain">The Big Red Button</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Humor">flash/humor</media:category>
        <media:credit role="author" scheme="urn:ebu">Gumjaw</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/g/u/gumjaw.jpg</media:credit> 
        <media:copyright url="http://gumjaw.deviantart.com">Copyright 2004-2013 ~Gumjaw</media:copyright>            <media:description type="html"><![CDATA[ It's the big red button! There's only one rule: Do Not Press!<br /><br />This big red button can be found on newgrounds here ---&gt; <a class="external" href="http://www.deviantart.com/users/outgoing?http://www.newgrounds.com/portal/view/166104">[link]</a><br /><br />While you're there, vote for it! ]]></media:description>            <media:thumbnail url="http://fc05.deviantart.net/images3/i/2004/137/4/0/The_Big_Red_Button.gif" height="100" width="100"/>            
            <description><![CDATA[ It's the big red button! There's only one rule: Do Not Press!<br /><br />This big red button can be found on newgrounds here ---&gt; <a class="external" href="http://www.deviantart.com/users/outgoing?http://www.newgrounds.com/portal/view/166104">[link]</a><br /><br />While you're there, vote for it!<br /><div><img src="http://fc05.deviantart.net/images3/i/2004/137/4/0/The_Big_Red_Button.gif" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>s02 . reflection</title>
                <link>http://framesofreality.deviantart.com/art/s02-reflection-7294015</link>
                <guid isPermaLink="true">http://framesofreality.deviantart.com/art/s02-reflection-7294015</guid>
                <pubDate>Sat, 15 May 2004 08:01:38 PDT</pubDate>
                        <media:title type="plain">s02 . reflection</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">framesofreality</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/f/r/framesofreality.jpg?1</media:credit> 
        <media:copyright url="http://framesofreality.deviantart.com">Copyright 2004-2013 ~framesofreality</media:copyright>            <media:description type="html"><![CDATA[ My second big pack, i hope you'll enjoy  it.<br />
Special thanks to hboy for letting me  use his stuff. ]]></media:description>            <media:thumbnail url="http://fc05.deviantart.net/images3/i/2004/136/3/d/s02___reflection.jpg" height="375" width="500"/>            
            <description><![CDATA[ My second big pack, i hope you'll enjoy  it.<br />
Special thanks to hboy for letting me  use his stuff.<br /><div><img src="http://fc05.deviantart.net/images3/i/2004/136/3/d/s02___reflection.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Mario Brothers - Part IV</title>
                <link>http://alexanderleon.deviantart.com/art/Mario-Brothers-Part-IV-6843431</link>
                <guid isPermaLink="true">http://alexanderleon.deviantart.com/art/Mario-Brothers-Part-IV-6843431</guid>
                <pubDate>Mon, 26 Apr 2004 14:22:12 PDT</pubDate>
                        <media:title type="plain">Mario Brothers - Part IV</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Animations">flash/animations</media:category>
        <media:credit role="author" scheme="urn:ebu">AlexanderLeon</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/a/l/alexanderleon.gif</media:credit> 
        <media:copyright url="http://alexanderleon.deviantart.com">Copyright 2004-2013 ~AlexanderLeon</media:copyright>            <media:description type="html"><![CDATA[ Toad travels to his home in search of  help for Mario's cause. ]]></media:description>            <media:thumbnail url="http://fc09.deviantart.net/images3/i/2004/117/1/e/Mario_Brothers___Part_IV.jpg" height="181" width="240"/>            
            <description><![CDATA[ Toad travels to his home in search of  help for Mario's cause.<br /><div><img src="http://fc09.deviantart.net/images3/i/2004/117/1/e/Mario_Brothers___Part_IV.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Qu'il pleuve</title>
                <link>http://whiteboarders.deviantart.com/art/Qu-il-pleuve-6883349</link>
                <guid isPermaLink="true">http://whiteboarders.deviantart.com/art/Qu-il-pleuve-6883349</guid>
                <pubDate>Wed, 28 Apr 2004 06:43:11 PDT</pubDate>
                        <media:title type="plain">Qu'il pleuve</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Other">cartoons/digital/cartoons/oekaki/other</media:category>
        <media:credit role="author" scheme="urn:ebu">whiteboarders</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/w/h/whiteboarders.gif</media:credit> 
        <media:copyright url="http://whiteboarders.deviantart.com">Copyright 2004-2013 ~whiteboarders</media:copyright>            <media:description type="html"><![CDATA[ Whiteboarders: several people creating  paintings together real-time, over a  custom whiteboarding application.<br />
<br />
Impressionism? ]]></media:description>            <media:thumbnail url="http://th09.deviantart.net/images3/150/i/2004/119/3/2/Qu__il_pleuve.png" height="103" width="150"/>            <media:thumbnail url="http://th06.deviantart.net/images3/300W/i/2004/119/3/2/Qu__il_pleuve.png" height="205" width="300"/>            <media:content url="http://fc03.deviantart.net/images3/i/2004/119/3/2/Qu__il_pleuve.png" height="614" width="898" medium="image"/>            
            <description><![CDATA[ Whiteboarders: several people creating  paintings together real-time, over a  custom whiteboarding application.<br />
<br />
Impressionism?<br /><div><img src="http://th06.deviantart.net/images3/300W/i/2004/119/3/2/Qu__il_pleuve.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>_ RECKTI _ V2 _</title>
                <link>http://krus.deviantart.com/art/RECKTI-V2-6056202</link>
                <guid isPermaLink="true">http://krus.deviantart.com/art/RECKTI-V2-6056202</guid>
                <pubDate>Tue, 23 Mar 2004 18:47:30 PST</pubDate>
                        <media:title type="plain">_ RECKTI _ V2 _</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Abstract">digitalart/paintings/abstract</media:category>
        <media:credit role="author" scheme="urn:ebu">krus</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/k/r/krus.gif</media:credit> 
        <media:copyright url="http://krus.deviantart.com">Copyright 2004-2013 ~krus</media:copyright>            <media:description type="html"><![CDATA[ version two. i whored this baby up n  did some color changes. i like this  more. enjoy <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
o ya, render: <a href="http://smashmethod.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/s/m/smashmethod.gif" width="50" height="50" alt="smashmethod" title="smashmethod" /></a> thx again ]]></media:description>            <media:thumbnail url="http://th07.deviantart.net/images3/150/i/2004/083/4/0/__RECKTI___V2___.jpg" height="150" width="101"/>            <media:thumbnail url="http://th05.deviantart.net/images3/300W/i/2004/083/4/0/__RECKTI___V2___.jpg" height="447" width="300"/>            <media:content url="http://th02.deviantart.net/images3/PRE/i/2004/083/4/0/__RECKTI___V2___.jpg" height="1091" width="733" medium="image"/>            
            <description><![CDATA[ version two. i whored this baby up n  did some color changes. i like this  more. enjoy <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" /><br />
<br />
o ya, render: <a href="http://smashmethod.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/s/m/smashmethod.gif" width="50" height="50" alt="smashmethod" title="smashmethod" /></a> thx again<br /><div><img src="http://th05.deviantart.net/images3/300W/i/2004/083/4/0/__RECKTI___V2___.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>DarK_AvS IV</title>
                <link>http://dark--matter.deviantart.com/art/DarK-AvS-IV-6393375</link>
                <guid isPermaLink="true">http://dark--matter.deviantart.com/art/DarK-AvS-IV-6393375</guid>
                <pubDate>Wed, 07 Apr 2004 13:34:05 PDT</pubDate>
                        <media:title type="plain">DarK_AvS IV</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">DarK--MatteR</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/d/a/dark--matter.gif</media:credit> 
        <media:copyright url="http://dark--matter.deviantart.com">Copyright 2004-2013 ~DarK--MatteR</media:copyright>            <media:description type="html"><![CDATA[ Finally...<br />
Enjoy... ]]></media:description>            <media:thumbnail url="http://fc02.deviantart.net/images3/i/2004/098/3/8/DarK_AvS_PacK_IV.jpg" height="169" width="258"/>            
            <description><![CDATA[ Finally...<br />
Enjoy...<br /><div><img src="http://fc02.deviantart.net/images3/i/2004/098/3/8/DarK_AvS_PacK_IV.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Oxygene</title>
                <link>http://hboy.deviantart.com/art/Oxygene-6386516</link>
                <guid isPermaLink="true">http://hboy.deviantart.com/art/Oxygene-6386516</guid>
                <pubDate>Wed, 07 Apr 2004 05:49:55 PDT</pubDate>
                        <media:title type="plain">Oxygene</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="Scraps">scraps</media:category>
        <media:credit role="author" scheme="urn:ebu">Hboy</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/h/b/hboy.gif</media:credit> 
        <media:copyright url="http://hboy.deviantart.com">Copyright 2004-2013 ~Hboy</media:copyright>            <media:description type="html"><![CDATA[ This is my first AVS pack that can be  called a pack, since it contains 15  presets. They were fun to create and  fun to watch, so enjoy them. Many  thanks for all the people who gave me  suggestions while making them, without  you, some of these pieces couln't have  been made!<br />
<br />
The remixes are still wanted, remix  pack will be out on the first may. ]]></media:description>            <media:thumbnail url="http://fc01.deviantart.net/images3/i/2004/098/a/7/Oxygene.jpg" height="620" width="820"/>            
            <description><![CDATA[ This is my first AVS pack that can be  called a pack, since it contains 15  presets. They were fun to create and  fun to watch, so enjoy them. Many  thanks for all the people who gave me  suggestions while making them, without  you, some of these pieces couln't have  been made!<br />
<br />
The remixes are still wanted, remix  pack will be out on the first may.<br /><div><img src="http://fc01.deviantart.net/images3/i/2004/098/a/7/Oxygene.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Parallax pipes</title>
                <link>http://vanderphunck.deviantart.com/art/Parallax-pipes-6335116</link>
                <guid isPermaLink="true">http://vanderphunck.deviantart.com/art/Parallax-pipes-6335116</guid>
                <pubDate>Sun, 04 Apr 2004 23:49:45 PDT</pubDate>
                        <media:title type="plain">Parallax pipes</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">VanDerPhunck</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/v/a/vanderphunck.gif</media:credit> 
        <media:copyright url="http://vanderphunck.deviantart.com">Copyright 2004-2013 ~VanDerPhunck</media:copyright>            <media:description type="html"><![CDATA[ A remix of my tubes preset.<br />
<br />
<a href="http://hboy.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/h/b/hboy.gif" width="50" height="50" alt="hboy" title="hboy" /></a> didn't like my dynamove so i made  something different. Also thanks to <a href="http://nemoorange.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/n/e/nemoorange.gif" width="50" height="50" alt="nemoorange" title="nemoorange" /></a>  for good color advice. <br />
<br />
BTW... I should also thank <a href="http://fragmer.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/f/r/fragmer.gif" width="50" height="50" alt="fragmer" title="fragmer" /></a> for the  pipes idea  . I took it from a drawing  he has on his deviations.<br />
<br />
<br />
<br />
EDIT: you say it is too busy the  movement... (maybe you have faster  computers than me?) Anyway i've added a  max-speed to the movement. And also  some control based on current FPS.  (oops, there was a small initialization  bug... Well fixed now.)<br />
<br />
EDIT (7.apr): smoothed edges (by  changing multipliers to x4). Also made  texersize resolution dependent. As  suggested by <a href="http://tuggummi.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/t/u/tuggummi.gif" width="50" height="50" alt="tuggummi" title="tuggummi" /></a> ]]></media:description>            <media:thumbnail url="http://fc06.deviantart.net/images3/i/2004/097/5/0/Parallax_pipes.png" height="208" width="339"/>            
            <description><![CDATA[ A remix of my tubes preset.<br />
<br />
<a href="http://hboy.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/h/b/hboy.gif" width="50" height="50" alt="hboy" title="hboy" /></a> didn't like my dynamove so i made  something different. Also thanks to <a href="http://nemoorange.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/n/e/nemoorange.gif" width="50" height="50" alt="nemoorange" title="nemoorange" /></a>  for good color advice. <br />
<br />
BTW... I should also thank <a href="http://fragmer.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/f/r/fragmer.gif" width="50" height="50" alt="fragmer" title="fragmer" /></a> for the  pipes idea  . I took it from a drawing  he has on his deviations.<br />
<br />
<br />
<br />
EDIT: you say it is too busy the  movement... (maybe you have faster  computers than me?) Anyway i've added a  max-speed to the movement. And also  some control based on current FPS.  (oops, there was a small initialization  bug... Well fixed now.)<br />
<br />
EDIT (7.apr): smoothed edges (by  changing multipliers to x4). Also made  texersize resolution dependent. As  suggested by <a href="http://tuggummi.deviantart.com/"><img class="avatar"  src="http://a.deviantart.com/avatars/t/u/tuggummi.gif" width="50" height="50" alt="tuggummi" title="tuggummi" /></a><br /><div><img src="http://fc06.deviantart.net/images3/i/2004/097/5/0/Parallax_pipes.png" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Interlude</title>
                <link>http://framesofreality.deviantart.com/art/Interlude-6219055</link>
                <guid isPermaLink="true">http://framesofreality.deviantart.com/art/Interlude-6219055</guid>
                <pubDate>Tue, 30 Mar 2004 22:09:36 PST</pubDate>
                        <media:title type="plain">Interlude</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">framesofreality</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/f/r/framesofreality.jpg?1</media:credit> 
        <media:copyright url="http://framesofreality.deviantart.com">Copyright 2004-2013 ~framesofreality</media:copyright>            <media:description type="html"><![CDATA[ A minipack released for the event of  passing 100+ pageviews.<br />
Includes 9 presets. ]]></media:description>            <media:thumbnail url="http://fc07.deviantart.net/images3/i/2004/090/f/1/Interlude.jpg" height="320" width="400"/>            
            <description><![CDATA[ A minipack released for the event of  passing 100+ pageviews.<br />
Includes 9 presets.<br /><div><img src="http://fc07.deviantart.net/images3/i/2004/090/f/1/Interlude.jpg" alt="thumbnail" /></div> ]]></description>            </item>
            <item>
                <title>Final Whack</title>
                <link>http://unconed.deviantart.com/art/Final-Whack-4257879</link>
                <guid isPermaLink="true">http://unconed.deviantart.com/art/Final-Whack-4257879</guid>
                <pubDate>Tue, 16 Dec 2003 12:55:16 PST</pubDate>
                        <media:title type="plain">Final Whack</media:title>
        <media:keywords></media:keywords>
                        <media:rating>nonadult</media:rating>
                <media:category label="AVS Presets">customization/visualization/avspresets</media:category>
        <media:credit role="author" scheme="urn:ebu">unconed</media:credit>
        <media:credit role="author" scheme="urn:ebu">http://a.deviantart.net/avatars/u/n/unconed.gif</media:credit> 
        <media:copyright url="http://unconed.deviantart.com">Copyright 2003-2013 ~unconed</media:copyright>            <media:description type="html"><![CDATA[ Important: Final Whack requires AVS 2.8  or newer, which comes with Winamp 5. To  view, start the 'Advanced Visualisation  Studio' plug-in, and right-click the  display. Choose Final Whack.<br />
<br />
Hopefully I will have caught you by  surprise by releasing this pack. I said  there wouldn't be a Whacko AVS VII, and  in a way it's still true: this pack was  created with a different mindset.<br />
Whacko AVS was about making your eyes  jump out of their sockets, Final Whack  is about me doing what I want with AVS  and creating really weird, wicked  presets. Maybe the end result is  somewhat similar to Whacko AVS, but I  still think there's a difference.<br />
<br />
Some presets will be quite slow, some  will be extremely simple. You probably  won't like most of them, but that's  okay for me. If it makes you think  'This is not AVS anymore', then good: I  don't like blending in homogenously <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" />. ]]></media:description>            <media:thumbnail url="http://fc04.deviantart.net/images2/i/2003/51/9/9/Final_Whack.png" height="215" width="275"/>            
            <description><![CDATA[ Important: Final Whack requires AVS 2.8  or newer, which comes with Winamp 5. To  view, start the 'Advanced Visualisation  Studio' plug-in, and right-click the  display. Choose Final Whack.<br />
<br />
Hopefully I will have caught you by  surprise by releasing this pack. I said  there wouldn't be a Whacko AVS VII, and  in a way it's still true: this pack was  created with a different mindset.<br />
Whacko AVS was about making your eyes  jump out of their sockets, Final Whack  is about me doing what I want with AVS  and creating really weird, wicked  presets. Maybe the end result is  somewhat similar to Whacko AVS, but I  still think there's a difference.<br />
<br />
Some presets will be quite slow, some  will be extremely simple. You probably  won't like most of them, but that's  okay for me. If it makes you think  'This is not AVS anymore', then good: I  don't like blending in homogenously <img src="http://e.deviantart.com/emoticons/s/smile.gif" width="15" height="15" alt=":)" title=":) (Smile)" />.<br /><div><img src="http://fc04.deviantart.net/images2/i/2003/51/9/9/Final_Whack.png" alt="thumbnail" /></div> ]]></description>            </item>
    </channel>
</rss>