Update: Guard Idle Animation

GuardStomp_V2

Above is the new idle animation, called the ground stomp. I put in a little extra work with this animation, I added in particle affects to make the animation feel more intense and I made the weapon add shading to the player.

To make the creation of this animation easier, I separated the arm from the body, which initially was attached to. I then put the spear on a different layer, which was in between the body and the arm.

By separating the body parts it made shading much easier and I had to worry less about colliding parts. From realizing this, I am considering separating the body parts on the other animations if I use them again.

Anyway continuing on from the animation, I started to implement it into the game. To do this I first added in the code in the create action:
Guard_idle_animation_setup

Once I have the create code, I wrote the code that would apply the animation and sound affects:

guard_idle_animation_code

I have only added sound affects on 1 other animation, which is the flute, but I thought that this animation really needed the sound affects. I might add it to more, but that would be part of the refining stage of development.

With all the code added in, the end result looks like this:
Guard_idle_animation_sceenshot

Advertisement

3 thoughts on “Update: Guard Idle Animation

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s