Zebra0.com

aliceActive Learning: Jump!

Active Learning: Jump!

There are often calculations to make in programming. In animation you often have to calculate the distance to move towards a target. If you want a character to jump on top of an object, you need to first move close enough to jump, then jump high enough and over enough to land on it.

Create an Alice3 world with any scene and objects you want. Have an animal turn to face a prop, then move next to it and jump on top, then. jump down For example you might have a bunny that moves to a rock and hops on top of it. Next he hops down from the rock. Your code should not assume that there is a fixed position for the two objects. The program should still work even if you change the position of the 2 objects.

Active Learning Index