There are 8 bugs hiding in this project. Can you find and fix every one of them?
Each bug comes with:
❓ A question to help you investigate the problem. 💡 A hint to point you in the right direction if you need some help.
Click this link to remix the project → LINK
<aside> ❓
Which block will turn the player to face the correct direction?
</aside>
<aside> 💡
Place the turn block at -90 to make the player face up.
</aside>
<aside> ❓
Which part of the code is responsible for the controls?
</aside>
<aside> 💡
The when right pressed events is not targeting the correct sprite in the move east block. There is 2 very similar looking sprite in the costumes library…
</aside>