- Joined
- Apr 17, 2017
- Messages
- 9
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hello!
I have made custom sprites for the ship so that it looks like my main character is swimming. I managed to make the "get on vehicle" smooth, so the vehicle and player don't show at the same time. The issue is when the player gets off the vehicle. The swimming player (vehicle sprite) is visible until the character makes it to shore and then disappears.

It seems the step animation from vehicle to land is somewhere in the javascrip, out of my noob hands.
At this time, I'm using a common event called "stop swimming", which is executed when the player steps on a terrain tile (first tiles on shore). This event removes the ship's sprite to none, but the step animation comes first..

Does anyone have a engine based solution? Or a simple code change edit?

I have made custom sprites for the ship so that it looks like my main character is swimming. I managed to make the "get on vehicle" smooth, so the vehicle and player don't show at the same time. The issue is when the player gets off the vehicle. The swimming player (vehicle sprite) is visible until the character makes it to shore and then disappears.

It seems the step animation from vehicle to land is somewhere in the javascrip, out of my noob hands.
At this time, I'm using a common event called "stop swimming", which is executed when the player steps on a terrain tile (first tiles on shore). This event removes the ship's sprite to none, but the step animation comes first..

Does anyone have a engine based solution? Or a simple code change edit?




