- Home /
Question by
Heu · Mar 10, 2013 at 03:09 AM ·
animationgetkeydowncombo
Ragepixel Animation Help!
Im trying to create a combo system, but i am stuck as how to make the animation with one tap of a button.
For example
if(Input.GetKeyDown(KeyCode.Z)){
ragepixel.PlayNamedAnimation("Attack1");
}
If you tap the button, it doesn't play the entire animation, but a slight quick glimpse of it.
How do i make it play the whole animation?
This is using the ragepixel API. I've posted on the ragepixel forums, but it's been inactive.
Comment
Answer by Korayementality · Oct 18, 2013 at 08:35 PM
In the spritesheet tab inside animations make sure you've entered the correct animation frame numbers in "Start" and "End", and also be sure to adjust the frame time.
Your answer