Ver 1.1.0 - New feature: Walk and Idle support for player!


With this version, you can now set the default idle animation and walk animation for the player. Meaning if you don't move, the animation will play a certain animation and the same goes for moving.

 

Files

Hendrix_Animation_Solution.js (1.1.0) 47 kB
36 days ago

Get RPG Maker Animation Solution - RPG Maker MZ Plugin

Buy Now$7.99 USD or more

Comments

Log in with itch.io to leave a comment.

(1 edit)

Dear Sir

I just bought it few days ago.

I found that the demo is in 1.0.0, so, the player still having the idle animation only even when walk.

I'm suck at script but I still tried to modify it to have walking animation(using the run image in your demo), but failed  :P 

I changed to the run image successfully by adding if [direction] is pressed, but cannot go back to idle animation. And if I use a if else loop and add a script in the else part to change back to idle animation, it won't change to the run image.  :{

Can you show me how to set the walking animation when move ? Thanks

Ps. Look forward to your Action Engine :)

(3 edits)

Hi, all you need to do is download the js file ver 1.1.0 and override it to the 1.0.0 ver in demo. After that it's super easy, you just select walk and idle files in plugin parameter.

If you still have anymore question please feel free to ask :D

Hi Thanks for the reply

Now I override the js file to ver 1.1.0  and select the walk and idle files in plugin parameter as follows.

It doesn't work, it just keep playing the idle animation, looks like its because the set movement route script in the Action control event .

So I try delete those few lines, it still didn't work too, it I delete those lines, it just use the character image I chose in the database and not animated when idle. 

What I did wrong ?  is there any parameter I'm missing ? or I need to modify the script in the Action control ?

Thanks again

(1 edit)

Hi, You gotta assign a switch via Enable Switch and enable that switch once and it's done. I added the switch feature so people have more control over their character.

Hi

It works now, Thank you very much :D

Awesome! If there's any issue pls let me know!