This was going to be something completely different... Now it's just You vs. Yoda. Click anywhere to try and hit Yoda with your blaster. Don't worry, Yoda is a Jedi master, he can defend himself. All code and art by me (@kriblo). Drawing Yoda, I used several sources I found online. Sounds are from SoundBoard.com Note about the code: In this project there is no trigonometry. Instead, I use several hidden sprites to guide the movements of the visible sprites. If you See inside, you'll notice there are a lot of sprites, but the code is quite simple. Update 7 January 2021: Rearranged the code to use synchronized loops instead of a Tick broadcast. This seemed to improve performance, and help synchronize sprites better. Learn about synchronized loops: https://scratch.mit.edu/projects/453538724/ #interactive #animations #description(Try to hit Yoda with your blaster. Don't worry, Yoda is a Jedi master, he can defend himself. An interactive animation.)