In Scratch I'm trying to achieve this "follow another sprite" movement, where the other sprite follows the first sprite's movement exactly, like in this game, Mountain of Faith:
https://www.youtube.com/watch?v=fqHYHOD2-ck
Basically what I'm looking is for the pseudo-code that would help me in both Scratch and JavaScript. I'm not really sure what to do other than that it (obviously) involved the X and Y position of the other sprite.
Thanks.