Are you sure?
Do you want to delete “toasty” permanently? You will not be able to undo this action.
import icons bird = icons.Dove (color="brown", height=20, width=20, x=10, y=30) outerflame = icons.Burn (color="red", width=50, height=80, x="70") flame = icons.Burn (color="yellow", width=25, height="45", x="70", y=61) with animation(duration=.5): flame.color = "orange" outerflame.color = "orangered" ##f1.color = "yellow" with animation(duration=2): flame.color = "yellow" bird.x = 60 bird.y = 50 outerflame.color = "red"