Question: Animate two faces moving in different directions at the same time in a program move2Faces.py. You cannot use the moveAllOnLine function. You will have to
Animate two faces moving in different directions at the same time in a program move2Faces.py. You cannot use the moveAllOnLine function. You will have to make a variation of your own. You can use the moveAll function separately for each face. Hint: imagine the old way of making an animated cartoon. If each face was on a separate piece of paper, and you wanted to animate them moving together, you would place them separately, record one frame, move them each a bit toward each other, record another frame, move each another bit toward each other, record another frame, .... In our animations "record a frame" is replaced by a short sleep to make the position visible to the user. Make a loop to incorporate the repetition of the moves.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
