Jump to main content

Storytelling Alice: Once Upon a Time in a Computer-generated Land...

1
2
3
4
5
122 reviews
Log In

This feature requires that you be logged in as a Google Classroom teacher and that you have an active class in Google Classroom.

If you are a Google Classroom teacher, please log in now.

For additional information about using Science Buddies with Google Classroom, see our FAQ.

Abstract

The Incredibles, Ratatouille, Up. What do these Pixar films have in common? They are all computer-animated films. While the writers and directors came up with the compelling stories and the kinds of scenes that would best tell the stories, the computer animation experts brought the films to life. In this computer science project, you will easily be able to create your own animated story using a simple computer programming environment called Storytelling Alice. To create your animation, you will simply drag and drop different instructions on the computer screen—while you will learn programming basics, there is no special computer language to learn. Start your storytelling right away, and you'll have a cool computer science project in no time!

Summary

Areas of Science
Difficulty
 
Time Required
Average (6-10 days)
Prerequisites
You should have access to a Windows-based computer and the Internet.
Material Availability
Readily available
Cost
Very Low (under $20)
Safety
Animating a story can involve a lot of time in front of the computer. Be sure to take plenty of breaks in order to stretch and give your eyes a break.
Credits

Michelle Maranowski, PhD, Science Buddies

Objective

To use Carnegie Mellon's 3-D programming environment, Storytelling Alice, to animate an existing fable or your own made-up story.

Introduction

Cell phones, laptops, texting, iPods, and iPads are all examples of recent technologies that have allowed us to stay connected to each other. It's fun to stay in contact with your friends and family and share details about your day, but did you know that there is a lot of computer science behind all of these devices? Computer science is what makes these devices work individually, and sometimes together. We'll be discussing more about the fun in computer science in a minute, but first, let's get a few key definitions out of the way!

Computer science includes the study of the instructions, or algorithms, that support how information is received, processed, and stored. Information can mean anything from ringtones to texts to e-mails. There are many sub-areas of study in the computer science field, such as computer programming and computer graphics. Computer programming is the science of writing and testing algorithms and computer graphics is the science of using and manipulating algorithms to create visual images. So the computer animators who create movies (a series of moving, animated images) like Up, Ratatouille, and The Incredibles, are computer scientists because they work with algorithms (instructions) that generate moving, visual images.

Computer animation is a really fun example of how to apply computer science. You have the logic and the science of creating the many algorithms required to animate characters, plus the end product of the animation or movie, which you can share with your friends and family. In this computer science project, you will become an animator and use a 3-D programming environment called Storytelling Alice (from Carnegie Mellon University) to make an animation of an existing fable or your own made-up story. While the words 3-D programming environment might sound a little intimidating, it really isn't! If you can use your mouse to drag and drop objects on the computer screen, you can create a computer program to animate characters on the screen. Let your creative juices flow and start animating!



A screenshot of the program Storytelling AliceImage Credit: Carnegie Mellon University / Free to public

Figure 1. This animation, done in Storytelling Alice, tells the tale of a trouble-making fairy, an ogre, and an unsuspecting human named Trevor. You can run this animation yourself in Storytelling Alice's second tutorial.



Terms and Concepts

Questions

Bibliography

Materials and Equipment

Note: This engineering project is best described by the engineering design process, as opposed to the scientific method. You might want to ask your teacher whether it's acceptable to follow the engineering design process for your project before you begin. You can learn more about the engineering design process in the Science Buddies Engineering Design Process Guide.

Experimental Procedure

Note: This project was originally written for Storytelling Alice, an older version of the Alice programming software. While you can still download Storytelling Alice at http://www.alice.org/kelleher/storytelling/download.html, it is no longer officially supported. You can download the most recent version of the Alice software and access the latest tutorials at http://www.alice.org/index.php.

Creating Your Animation in Storytelling Alice

  1. The first step is to download Storytelling Alice and become familiar with it. For step-by-step instructions on how to do this, refer to the Science Buddies page How to Get Started Downloading and Using Storytelling Alice. Go through the tutorials and the examples.
  2. If you want to see an example of a Storytelling Alice animation, you can download the Big Bad Wolf demonstration. Save it to your personal computer, and open the file in Storytelling Alice. Now you're ready to start on your own animation!
  3. Define a need. First, decide who your audience is and what kind of story they would like to see.
  4. Specify the requirements of your story. Your story can be about anything that you want, but to make this a strong engineering project that emphasizes your programming skills, you should follow the suggestions below. For more explanation on some of these constructs (like "Method," "Do Together," and "Loop"), refer back to the Science Buddies page How to Get Started Downloading and Using Storytelling Alice.
    1. The story needs to make sense and should be at least 2 minutes long.
    2. You must switch scenes at least twice. If you need help learning how to switch scenes, refer to the multiple scenes example in Storytelling Alice.
    3. You must make a new method for each character in your story. For example, you could get each character to do a dance, like the cha-cha when they are happy. If you need help learning how to make a method, refer to tutorial #2 (with Trevor and the Ogre).
    4. The objects in your story should interact with each other, like in reality. You can accomplish this using a Do Together construct. Have your character or scenery objects interact at least once in each scene.
    5. In each scene, you should use the loop construct to have one or more characters or scenery objects perform a task repeatedly.
  5. Create and analyze designs. Keeping the above list of requirements in mind make a rough sketch, flow chart, or plan of what your animation will look like and what the characters will do and say. Look at different ways of changing scenes and select the best way.
  6. Build a starter or test program. Start your program with a small step. Choose an object from the galleries and have it execute a method or a set of methods. Is Storytelling Alice performing properly? Are you happy with the way the program executed? If everything looks good, then continue programming. If not, then fix any problems now. If you need help troubleshooting, read the next section about troubleshooting.
  7. Program your animation.
    1. It is a good idea to test your project as you create it. Simply run the program each time you have something new occur.
    2. If you decide you don't like the story flow or how the characters look feel free to go back and re-design.
  8. Test and redesign. When you are finished, share your animation with your target audience. How did they like it? Can you use their feedback to improve it?

Troubleshooting Your Animation in Storytelling Alice

  1. What should you do when you get an error while playing your animation?
    1. Don't panic or get frustrated. Learning takes time and there are a lot of Storytelling Alice Help menus available to help you work through the error to get your story just the way you want it.
    2. Is this the first time you have run the animation?
      • If this is the first time you have run the animation, start by taking out all of the method calls, loops, and other constructs, except for the first one. Write down on a sheet of paper all of the method calls or print it out so that you have a record of what you wrote. Then delete all but the first method call or construct from the editing area. Run Storytelling Alice with just one method call or construct to make sure that it is working properly. Then add the next method call or construct in and run Storytelling Alice to make it is working properly. Continue to do this until you find the problematic line.
    3. Or are you running an animation that was previously working?
      • If you recently added method calls or constructs to an animation that was working, simply take out the new method calls or constructs and add them back in one at a time, as in step 1.b.

The Final Product

  1. Once you have finished your animation and you are happy with it, it is time to show it to your friends and family!
  2. When presenting your animation work at your science fair, try to bring in a computer. If you are not able to do so, then take many screenshots of your work.
  3. Your science fair presentation should also include:
    1. The requirements list that guided your animation.
    2. A flow chart of how your animation program works, which is a diagram of boxes where each box is a step in the program you wrote.
    3. An explanation of what you learned from your research and from doing the animation.
  4. For more information about presenting your Storytelling Alice animation for a science fair, consult the Engineering Design Project Guide.
icon scientific method

Ask an Expert

Do you have specific questions about your science project? Our team of volunteer scientists can help. Our Experts won't do the work for you, but they will make suggestions, offer guidance, and help you troubleshoot.

Global Connections

The United Nations Sustainable Development Goals (UNSDGs) are a blueprint to achieve a better and more sustainable future for all.

This project explores topics key to Industry, Innovation and Infrastructure: Build resilient infrastructure, promote sustainable industrialization and foster innovation.

Variations

  • Learn more about conditional statements, such as the "If/Else" construct. This construct will execute a method or a set of methods based on whether a condition is true. If the condition is false, then a different method, set of methods, or nothing will execute. Experiment with the If/Else construct and use it within your animation.
  • Have the viewer interact with your animation by creating button-click events in the Event area. Remember, you can learn how to use the Event area by reading through the examples in Storytelling Alice.
  • Make a more complicated animation using Carnegie Mellon University's Alice programming environment. Watch the Alice tour to get an idea of how to get started. You can download Alice from this Carnegie Mellon's website, Alice.

Careers

If you like this project, you might enjoy exploring these related careers:

Career Profile
If you've ever watched a cartoon, played a video game, or seen an animated movie, you've seen the work of multimedia artists and animators. People in these careers use computers to create the series of pictures that form the animated images or special effects seen in movies, television programs, and computer games. Read more
Career Profile
Computers are essential tools in the modern world, handling everything from traffic control, car welding, movie animation, shipping, aircraft design, and social networking to book publishing, business management, music mixing, health care, agriculture, and online shopping. Computer programmers are the people who write the instructions that tell computers what to do. Read more
Career Profile
Are you interested in developing cool video game software for computers? Would you like to learn how to make software run faster and more reliably on different kinds of computers and operating systems? Do you like to apply your computer science skills to solve problems? If so, then you might be interested in the career of a computer software engineer. Read more

News Feed on This Topic

 
, ,

Cite This Page

General citation information is provided here. Be sure to check the formatting, including capitalization, for the method you are using and update your citation, as needed.

MLA Style

Science Buddies Staff. "Storytelling Alice: Once Upon a Time in a Computer-generated Land...." Science Buddies, 20 Nov. 2020, https://www.sciencebuddies.org/science-fair-projects/project-ideas/CompSci_p037/computer-science/storytelling-alice?class=AQUlm20TpVufd0JWX6azFBbDy8nxj54wurVkme6rRfUD80i7P1ITykTCVPnp_Djpjsgwsz0RNzGg1P5dCM8OMK9i-9IIzsA-XBecV9GognOpBA. Accessed 16 Apr. 2024.

APA Style

Science Buddies Staff. (2020, November 20). Storytelling Alice: Once Upon a Time in a Computer-generated Land.... Retrieved from https://www.sciencebuddies.org/science-fair-projects/project-ideas/CompSci_p037/computer-science/storytelling-alice?class=AQUlm20TpVufd0JWX6azFBbDy8nxj54wurVkme6rRfUD80i7P1ITykTCVPnp_Djpjsgwsz0RNzGg1P5dCM8OMK9i-9IIzsA-XBecV9GognOpBA


Last edit date: 2020-11-20
Top
We use cookies and those of third party providers to deliver the best possible web experience and to compile statistics.
By continuing and using the site, including the landing page, you agree to our Privacy Policy and Terms of Use.
OK, got it
Free science fair projects.