Scratch Sprite Progress Wk 2

Summary

I made the sprite sheets and code for my character to walk forward and backward. There's a bug where you cannot incrementally move in the same direction (i.e. you cannot press up, let go, then press up again) as it will reset the character to its starting position (it does not update the position variable once the character stops moving).

sprite's starting position in the preview window
forward facing sprite's code
backwards facing sprite's code
snippet of backwards facing sprite's costumes
snippet of forward-facing sprite's costumes

Leave a comment