Rectangle(color="pink")
circle = Circle(width=5, height=5, color="white")
grow = 40
with animation(duration=4):
    circle.width = grow
    circle.height = grow
    circle.color = "red"

Variable Example 5

by olesya

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