C=Circle(color=['red','orange'])
with animation(duration=2):
	C.color=['yellow','green']
with animation(duration=2):
    C.color=['blue','purple']
with animation(duration=2):
    C.color=['red','orange']

Example 1, Lesson 2

by lucykjoyner

Created 1 year, 6 months ago.