Open bennorth opened 4 years ago
Implement the two 'glide' Scratch blocks. In Pytch, we could have a dynamically-resolved overload such that
glide_to(1.5, Ball)
glide_to(1.5, 50, 80)
both work, or we could have differently-named methods. It should be possible to write these methods in Python.
Implement the two 'glide' Scratch blocks. In Pytch, we could have a dynamically-resolved overload such that
glide_to(1.5, Ball)
(position of another sprite)glide_to(1.5, 50, 80)
(absolute coords on stage)both work, or we could have differently-named methods. It should be possible to write these methods in Python.