Gloria Sed FlashBack Midterm Pseudocode 2/21/06 Description: a basic kidsŐ art tool Symbols: stamp, brush, eraser, new canvas [stage] need to set the canvas area subtract some x value and some y value from the stage width and height [stamp] use attachMovieClip to create instances of symbol [brush] would like to to create a visual trail of the mouse location attachMovieClip set to create instance for each change in mouse x and y maybe there is a better way of doing this? [eraser] use hitTest and removeMovieClip so that whatever the eraser touches it "erases" [new canvas] clear all instances goToAndPlay frame 2 or use a loop to check for instances and remove them until there are no more Xtra: would be nice to add a palette of colorsÉversion 2 perhaps!