Are you sure?
Do you want to delete “Dark Frame” permanently? You will not be able to undo this action.
Rectangle()
p1=Rectangle(color='white',width=10,height=150)
p2=Rectangle(color='white',width=10,x=75,height=150)
p3=Rectangle(color='white',width=10,x=24,height=150)
p4=Rectangle(color='white',width=10,rotation=90,height=150)
p5=Rectangle(color='white',width=10,rotation=90,y=24,height=150)
p6=Rectangle(color='white',width=10,rotation=90,y=75,height=150)
p7=Rectangle(width=50,x=90)
p8=Rectangle(width=50,x=10)
p9=Rectangle(width=50,rotation=90,y=99)
p10=Rectangle(width=50,rotation=90,y=1)
with animation (duration=3):
p1.rotation=180
p2.rotation=180
p3.rotation=180
p4.rotation=-180
p5.rotation=-180
p6.rotation=-180
with animation (duration=7):
p1.color='grey'
p2.color='grey'
p3.color='grey'
p4.color='grey'
p5.color='grey'
p6.color='grey'
p1.rotation=360
p2.rotation=360
p3.rotation=360
p4.rotation=-360
p5.rotation=-360
p6.rotation=-360