pytchlang / pytch-vm

Pytch: Core language and runtime
Other
3 stars 7 forks source link

Add 'glide_to()' and 'glide_to_xy()' methods #3

Open bennorth opened 4 years ago

bennorth commented 4 years ago

Implement the two 'glide' Scratch blocks. In Pytch, we could have a dynamically-resolved overload such that

both work, or we could have differently-named methods. It should be possible to write these methods in Python.