In part 1 of this series, explaining how BugCamSmash we walked through the creating the bug sprite, placing the bug at a random position on the screen and triggering a Smash animation when a rock sprite collides with the bug sprite.
In this part we will cover creating the Walk animation, rotating the bug towards and walking to a point clicked with the mouse.Creating the Walk Animation
Blend makes creating new Storyboards for animations very simple, in the Objects Panel click the “+” button, provide a n...
(more)