Quote:
2. Can I adjust the speed of animation per frame and not as a whole? like say, I want to make 1st frame of an animation animate longer than each of the rest of the frames? or do I have to just clone the frame as a workaround for this issue?
No, you can add events to change the animation speed on the fly, although if these different animation frames are dependant on the stage of the attack, then it is probably better to manually animate it with code (have an animation speed of 0, and change the animation frame when you get to the different attack stage).