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

Variable Example 5

by alyssancasas

Created 1 year, 11 months ago.
Based on Variable Example 5 by jamie.