Hello guys, any idea to make a "combo" attack to a player? Exemple: the player press in this order: key A, key A, key A, and the every click the person execute the animation relative of the number of the combo (relative key pressed).
You don't ask for much Crazy, you might or probably will find something along that theme inside the tutorials section of flashkit.
It might also help if you attached somkething already started. obviously you need some listeners for the keys and some vars to add up.
fruitbeard, If you're already professional in actionscript 2, it's your problem. Guy, I'm not forcing you to answer my post, if I ask because I have not found it on some other site, I do not want to be ignorant, I'm just giving a direct answer.
Helping people with their problem makes them come back and also helps improve theirs and your capabilities.
Will you be helping Crazy in his quest or just giving profound statements, of which you could start your own thread and keep the rope nice and thick.
Sorry for the spam, I getting a little problem. I added in the player in first frame, gray color, in second, red, in third, green and in fourth, blue. When the player execute the combo, he back to the first frame, but when this occurs, the guy jump the four frame (blue color) of the attack animation, I hope you understood. I need fix this.
There's something that needs to be improved in the code?
Bro, I test it, the player execute the animations correctly, but, I have some problems. How to block the key down? For example, every click of A key the player execute one animation, dont hold to execute animation. When the guy click one time, the person dont back to the first frame. It's possible to add a time for each atack? Because of the time it takes to execute each attack animation.