This document describes the steps to create an animation of a moving smiley face and two moving balls using Raptor. It involves opening a graph window, setting coordinates for the objects, drawing the background and objects, and using loops to redraw and move the objects across the screen in each frame to create the animation effect. Key steps include initializing x and y coordinates, drawing the background and objects on each pass, changing the coordinates to move the objects, upgrading the graph window, and repeating in a loop until the animation is complete.