πAnimate
it all starts with walking animation
1. Splite system
var mybestanimate = [
{
image: "test.png",//file name
time: 100,//how long will it stay
position: { x: 10, y: 5 },//starting position
scale:{x:50,y:45}//ending position
},
{
image: "test.png",//file name
time: 100,//how long will it stay
position: { x: 58, y: 5 },//starting position
scale:{x:50,y:45}//ending position
}
];Add, Remove and Update

To understand that the animation is finished, you can use
2. Animator
For remove
Last updated