Lesson #8-1: Velocity Control
Watch Video 8-1: Velocity Control
Access www.codeskulptor.org
Write and Save a Velocity_Control.py file (remember to save it with time stamp)
http://www.codeskulptor.org/#examples-velocity_control.py
What is the difference between positional control and velocity control?
When would you use positional control?
When would you use velocity control?
When you hold down the key, what happens?
When you hit the key twice, what happens? Why?
Lesson #8-2: Programming Tips
Watch Video 8-2: Programming Tips
Access www.codeskulptor.org
Check the following codes to see if two elements are aliased:
1) http://www.codeskulptor.org/#user5-92A1kiV7doGIicQ.py
2) http://www.codeskulptor.org/#user5-pYBFrulZ73GC08a.py
3) http://www.codeskulptor.org/#user5-Bb0vhpHNriPWEjK.py
Global Variables and Mutations
1) http://www.codeskulptor.org/#user5-NSltobCTz9WEvWy.py
Tuples