Wednesday, November 25, 2009

Jeff Ashmore-Project 4

I created my project starting with drawing the arms and hands with the oval tool. Next I used the bone tool to connect all the symbols. Then I created all the frames for the movement, handshake, and wave. Next I created the button, and used this action code to control the animation.
stop();

function startMovie(event:MouseEvent):void
{
this.play();
}
playBtn.addEventListener(MouseEvent.CLICK, startMovie);

I tried to get the extra credit complete, but with all the different codes it wouldn't work for me.

No comments:

Post a Comment