kgnat24's Recent Projects http://scratch.mit.edu/feeds/getRecentUserProjects/85697 Recent Projects Feed for kgnat24 en-us Mon, 6 Oct 2008 16:29:31 GMT CakePHP Han and Andres genghisu 4 Kaleidoscope http://scratch.mit.edu/projects/kgnat24/164603 INSTRUCTIONS Use the arrows keys to move around and draw a symmetrical pattern. HOW I MADE THIS Each sprite starts at a different location and a different angle, but then follows the same rules. THINGS TO TRY * Edit the costumes of the sprites to draw using different shapes * Use the "change color effect" block to make different colors * Add more key controls http://scratch.mit.edu/static/projects/kgnat24/164603_sm.png 2 ExpressionCreator http://scratch.mit.edu/projects/kgnat24/164600 INSTRUCTIONS: Click on different parts of the face to change them! The Expression Creator was inspired from the Totem Interactve project. http://scratch.mit.edu/static/projects/kgnat24/164600_sm.png the password http://scratch.mit.edu/projects/kgnat24/158024 Don't give any1, and i mean any1 ur password!!!!!!!!!!!!!!!! http://scratch.mit.edu/static/projects/kgnat24/158024_sm.png 8 Tetris http://scratch.mit.edu/projects/kgnat24/142014 This is the classic game of Tetris. Build unbroken horizontal lines of blocks to score points! Controls: Left/Right arrows to move; Up arrow to rotate; Down arrow to accelerate. Based on work by Fandebiao and many other Scratch collaborators. See gallery: Tetris-only http://scratch.mit.edu/static/projects/kgnat24/142014_sm.png Run from EVIL pacman http://scratch.mit.edu/projects/kgnat24/138338 Avoid evil pacman for as long as possible. The longer you avoid evil pacman the more score you get. Try and get the highest score possible. GOOD LUCK!!!!! http://scratch.mit.edu/static/projects/kgnat24/138338_sm.png 7 MarbleRacer http://scratch.mit.edu/projects/kgnat24/136933 INSTRUCTIONS: Use the arrow keys to race your marble around the track to the finish line. If you slide off onto the grass, it will slow you down. What's your best lap time? HOW IT WORKS: The marble has variables for its x and y velocities. The arrow keys make it accelerate by changing the velocities. The grass slows you down by multiplying the velocities by a fraction. THINGS TO TRY: * Make your own tracks by drawing a new background. Just use the same shade of green for the grass. * Make a new costume for the ball. * Make obstacles (even moving obstacles!) that slow you down or stop you, or ramps that speed you up. http://scratch.mit.edu/static/projects/kgnat24/136933_sm.png 1 PacMan http://scratch.mit.edu/projects/kgnat24/136927 INSTRUCTIONS Use arrow keys to move HOW THIS CODE WORKS I made this program so others could make their own pacman and other maze games and artistic expressions. The way this program works is that whenever you push an arrow key, pacman points in the direction you push (if "left arrow key" pressed point "left"). Then pacman moves forward as long as his whiskers (a purple dot in front of his mouth) are touching the color green. You can see this in the pacman sprite "if (purple touching green)". If pacman touches red, the maze switches. MORE IDEAS To change it just draw any maze/path you want to using the same color green I used (in the scratch paint editor that's the 4th square down in the green column). Then change the pacman costume. http://scratch.mit.edu/static/projects/kgnat24/136927_sm.png 2 Pong http://scratch.mit.edu/projects/kgnat24/136914 A simple pong game INSTRUCTIONS *Move mouse to control paddle *Don't let the ball fall into the lava HOW I MADE THIS *The paddle just moves it's X coordinate to whatever the mouse's X coordinate is *I drew the ball using the gradient effect in the paint editor *The trickiest thing for me was to get the ball to bounce off the paddle right. I ended up going on the website and finding how someone else had done it: "point in direction (180 - direction)". I still find this confusing but it works really well. Then I turn a random amount to make it more interesting. MORE IDEAS Make the game more complex or change images. http://scratch.mit.edu/static/projects/kgnat24/136914_sm.png Keith's Dodgeball Game http://scratch.mit.edu/projects/kgnat24/132286 Use the arrow keys to avoid the bouncing balls. Collect cheesy puffs to shrink. You want to collect the cheesy puffs and shrink because it is much easier to dodge the balls when you are small. Try to avoid the balls for as long as possible http://scratch.mit.edu/static/projects/kgnat24/132286_sm.png