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.
Wednesday, November 25, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment