Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[Help] Character Idle Animation


AlexTCGPro
 Share

Recommended Posts

Hello, I'm was trying to add idle frames to my characters in my project and I succeed, but the frames for the idle has mixed with the walking frames and when the character moves its frames are like this:

![](http://i.imgur.com/gH4Tm.gif)

Slow:

![](http://i.imgur.com/vIoxB.gif)

I want this:

![](http://i.imgur.com/TmM6F.gif)

Can anyone help me?

This is the code I use

```

If Player(index).Moving = 0 Then

Select Case GetPlayerDir(index)

Case DIR_LEFT

If (Player(index).xOffset = 0) Then Anim = 8

Case DIR_RIGHT

If (Player(index).xOffset = 0) Then Anim = 6

End Select

Else

```

I'm using **Project Vertigo Stable**
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...