How animators start their animation - they act it out.
Simulating walking - creating a walk cycle - probably more information than you wanted about a walk cycle.
BioMotionLab
Complete Section 2-5 Declare Procedures practice. Save steps 1-4 as S2-5 White Rabbit Last Name. Replace optional activity 1 with the following:
Use Google Draw to create a flow chart with the proper symbols for the following:
Start > Alarm rings
> Are you ready to get up? >
Yes > Get out of bed > Turn alarm off > End
No > hit the snooze button > delay alarm 2 minutes > Alarm rings
Draw activity 2 on paper. Save activity 3 as S2-5 Flying Last Name, activity 4 as S2-5 Bunny Soccer Last Name. Demonstrate these programs for teacher check. Be sure you have comments in your code.
Complete Section 2-5 Declare Procedures project and save the project as Fish_5 Project Last Name. Demonstrate the working project to your instructor for teacher check.
Once you have completed these sections continue working on your own animation - the one you story boarded. Remember to make procedures for tasks that will be repeated often.
Add the following Section 2-6 Vocabulary to your Java Definitions document:
- Executes procedures simultaneously.
-
Tells the computer program how to perform the procedure.
-
Default control statement in Code editor that executes procedures in sequential order.
Special Notes for creating a Walk Cycle
1. Because you want a walk cycle to be an actual cycle you will need a startWalk procedure, a walk procedure and a stopWalk procedure.
2.
The startWalk procedure moves the biped from the standing position to the start of the walk cycle.
3.
The walk cycle then moves the biped from the start position to the passing position and then back to the start position. This is where you want to copy your code block and then just reverse the motions. This walk cycle is then repeated using a count loop to animate walking.
4.
The stopWalk then returns the biped to the neutral standing position.
See slide 12 for a good starting point.
Begin Section 2: Lesson 6 - Control Statements slides.
Begin Section 2-6 Control Statements practice. Save the White Rabbit Project as 2-6 Magic Wand. Save optional 1 activity as 2-6 Walk Cycle. We will show each persons walk cycle to the entire class so get yours to look as realistic as possible. Decide if you want it to be a happy walk, a sad walk, a cool dude walk. Personalize your walk. When your walk is finished upload the video file to google classroom. Save activity 2 as 2-6 Helicopter.
Begin Section 2-6 Control Statements project. Save the file as Fish_6.
Once you have ALL animations completed you will show these to your instructor for teacher check.