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
RPG Maker Animation Solution - RPG Maker MZ Plugin
Easily display animations and bring your characters' actions to life!
Status | Released |
Category | Tool |
Author | Sang Hendrix |
Tags | Animation, plugin, RPG Maker, RPG Maker MV, RPG Maker MZ, sequences, spritesheet |
More posts
- Ver 1.2.2 - Friendly adjustment9 days ago
- Ver 1.2.0 - Preload assets, memory analysis and more19 days ago
- Ver 1.1.1 - New feature and adjustment21 days ago
- Ver 1.0.6 - New feature: Play animation in reverse37 days ago
- Ver 1.0.5 - this.playFrames adjustments41 days ago
- Ver 1.0.4 - Bug fix and new feature!42 days ago
- Ver 1.0.2 - New command: Remove Animation44 days ago
- Ver 1.0.1 - Bug fix for 8 characters spritesheet51 days ago
- RPG Maker Animation Solution releases58 days ago
Comments
Log in with itch.io to leave a comment.
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 :)
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
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!