I also love this tutor but also found a bug:
On Lesson 7, Practice 2:
"func run():
position.x(100)
position.y(100)
draw_rectangle(100,100)
position.x=(200)
position.y=(200)
draw_rectangle(100,100)"
crashes it on the web and desktop versions.