Rectangle(color="orange")
circle = Circle(width=5, height=5, color="blue")
grow = 60
with animation(duration=4):
    circle.width = grow
    circle.height = grow
    circle.color = "pink"

Variable Example 5

by rishee

Created 4 years, 10 months ago.
Based on Variable Example 5 by jamie.