#controlls th alternation of the epicness.
from icons import Fire
from icons import Dragon

#Dragon control
Rectangle(color='pink')
heart = Dragon(width=60, height=60, color='violet')
colors = ['red', 'orange', 'yellow', 'lime', 'cyan', 'blue', 'purple', 'hotpink']
for c in colors:
    with animation(duration=.1):
        heart.color = c

#Flame control
Rectangle(color='pink')
boom = Fire(width=60, height=60, color='violet')
colors = ['red', 'orange', 'yellow', 'lime', 'cyan', 'blue', 'purple', 'hotpink']
for c in colors:
    with animation(duration=.05):
        boom.color = c
        
#Defeat T-Series

PEWDS 9YROLD ARMY RAVE

by soa

Created 5 years, 2 months ago.
Based on For Loop Example 5 by jamie.