Jumat, 28 Maret 2008

Create Computer Animation With PowerPoint

We've all seen those awesome websites full of cool flash animation that we don't have. If you want to create computer animation but you don't have the proper tools, read on.

Basic Steps

Start a new PowerPoint slideshow.
  1. Before you begin, go onto the slideshow menu, and choose slide transition. Make every slide last for zero seconds.
  2. Create a picture.
  3. Insert a new slide, then make a picture slightly different from the last one.
  4. Repeat this process, and view the slideshow. Since every frame is slightly different, it should create a moving effect.

Transformations


To do a transformation is easy when your doing an animated image. However, if you're doing animated WordArt it can be quite tricky. Here is how it is done:
  1. Create a WordArt image.
  2. Make a duplicate slide, but make the WordArt begin to take on a curved shape.
  3. Continue the process until you've got a circle of letters spinning around on the screen.
  4. By this time, no-one will notice if the letters change, so type in a new word or phrase.
  5. Let it continue to spin, but gradually let it uncurl into a straighter shape.
  6. Enjoy.

Things You'll Need

  • Powerpoint
  • Creativity

Read More..

How to Make Exe Files Using Notepad

hought ain't it possible? It is. But it's a "little" typical.

Steps

  1. Make a table with Alt+xxx combinations where xxx is a three digit number. This table will be a reference for you. Try all the way from alt+000 to alt+999. Keep this handy, preferrably in printed form.
  2. Open an EXE file, probably, a small one. If you know C or C++, make a basic "Hello World!" program and open its EXE.
  3. See what characters are used.
  4. Open a new notepad file.
  5. While referring to your table, go on entering the characters exactly as in the EXE you opened.
  6. Save the file as a .EXE when you're done.
  7. Run it.
Tips
  • Prepare the table first before you start.
  • Making a whole new EXE is not possible. You can only copy existing ones. To make an original EXE, learn a programming language.

Read More..