
<rss version="2.0">
  <channel> 
    <title>Dragon_MC_'s Recent Projects</title> 
    <link>http://scratch.mit.edu/feeds/getRecentUserProjects/17341</link> 
    <description>Recent Projects Feed for Dragon_MC_</description> 
    <language>en-us</language> 
    <pubDate>Wed, 25 Nov 2009 21:20:26 GMT</pubDate> 
    <docs></docs> 
    <generator>CakePHP</generator> 
    <managingEditor>Han and Andres</managingEditor> 
    <webMaster>genghisu</webMaster> 
	
     
    <item> 
      <title>Dice Games</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/16774</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/16774_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;Come one, come all, and experience the thrill of gambling! Two different dice games are rolled up into one project. Instructions in the project, so go have fun!</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/16774_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Gravity simulator</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/16675</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/16675_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;Shows a simulation of gravity, complete with bouncing off of the ceiling and floor. The up arrow applies upward thrust.This project was made for copying and using in other projects. It needs only one sprite and one script. Detached &quot;say&quot; blocks in the scripting serve as comments to identify which part of the script does what.FUTURE CHALLENGES:Make entropy; that is, a decreased bounce height if the ball is left bouncing.</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/16675_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>laser test</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/11359</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/11359_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;I made a laser pointer that--guess!--shoots a laser-like beam at your mouse pointer.Future challenges:Make it so that multiple pointers at once can point to your mouse. Also have it point to other things.</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/11359_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>cylinder test v0.0</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/10620</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/10620_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;It makes a cylinder by using overlapping circles. The variables:length: How many circles you want. It's also used to make sure the pen cycles through the color spectrum evenly.stretch: The amount of space between each circle.Spirals left: Simply displays how many spirals remain before the cylinder is done.When the cylinder is finished, the cat says so (recorded by me, talking in a funny voice).</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/10620_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Spiral-2-Spiral v0.02</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/10593</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/10593_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;When you push 0 (zero), the cat goes to x-offset / 2 by y-offset / 2. The cat then starts moving, turning at a certain angle and moving a certain number of steps. This number of steps increases constantly, giving a spiral effect. Also, a variable called redo-target increases. When you push the Spacebar, redo-target stops increasing and the cat goes to 0 - x-offset / 2 by 0 - y-offset / 2 and starts again. Then a number called redo-control increases. The second spiral stops when redo-control is equal to redo-target.
Press 0 (zero) to begin. When you press the Spacebar, it goes to a point you defined with x-offset and y-offset. Then the spiral starts again. It stops when the spirals are equal in size.
UPDATES:
v0.01: Super-bug: Angle variable wasn't working. Fixed that. Also actually made Zero start the spirals &amp;gt;.&amp;lt;
v0.02: I added a doohickey that tells the speed in pixels per decisecond (10ths of a second) that the spiral was made. I'm not even sure it tells the correct speed.</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/10593_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>AI Art v0.2</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/10262</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/10262_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;INSTRUCTIONS:1. Set the variables to any numbers you want.2. Click the Start button and watch the colors!3. Press Space when you're done.UPDATES:--v0.1: Added pen-size variable. Min 1 (thin pen) to max 10 (super-thick). You'd be surprised at the effect this has on the drawing.--v0.2: Fixed two bugs: One was with the pen-size variable, which wasn't really working that well, and another was reducing the steps so the cursor didn't draw itself around the edge of the screen if the conditions were just right. Also tidied up some of the code.In a future update, I may make it so that some letter keys apply certain values to the variables.</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/10262_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Drawii v1.0</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/10045</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/10045_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;CONTROLS:
Arrow keys: move the drawers
0 (Zero): Clears the area
1: Try it and see :D
Spacebar: Try it and see :D</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/10045_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Face Maker v0.0</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/9820</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/9820_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;You can make random faces when you push the spacebar. Simple as that!Also, watch the text below the face. The first line goes with the expression of the eyes; the second line goes with the expression of the mouth. You can make some really funny sentences.</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/9820_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Drawii x5 v1.0</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/9633</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/9633_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;Again, everything's the same as my other Drawii variants, except this time, there're FIVE drawers! The pure pwnage continues. :D</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/9633_sm.png</imagelink>
    </item> 
     
    <item> 
      <title>Drawii x3 v1.0</title> 
      <link>http://scratch.mit.edu/projects/Dragon_MC_/9627</link> 
      <description>&lt;img src=&quot;http://scratch.mit.edu/static/projects/Dragon_MC_/9627_sm.png&quot; width=&quot;148&quot; height=&quot;111&quot; border=&quot;1&quot; alt=&quot;&quot; /&gt;Nothing special, just Drawii (also made by me) with three drawers instead of four. However, the symmetry of three (rather than four) opens up a whole new spectrum of possibilities.Comment if you want improvements!</description> 
	  <imagelink>http://scratch.mit.edu/static/projects/Dragon_MC_/9627_sm.png</imagelink>
    </item> 
     
  </channel> 
</rss>
 