![]() |
attack while walking - Printable Version +- Little Fighter Empire - Forums (https://lf-empire.de/forum) +-- Forum: Little Fighter 2 Zone (https://lf-empire.de/forum/forumdisplay.php?fid=7) +--- Forum: Data Changing (https://lf-empire.de/forum/forumdisplay.php?fid=11) +--- Thread: attack while walking (/showthread.php?tid=9752) |
attack while walking - AdiDidIt - 03-25-2015 How can I make an attack that I can walk while it active? I make a player with a gun and after he shoot he reload,while the reload I want that he will be able to walk. How can I do that? RE: attack while walking - Electric2Shock - 03-26-2015 Have you tried to hit_a the walking frame to a separate frame with an itr and the walking state number in it? RE: attack while walking - AdiDidIt - 03-26-2015 What will happend? RE: attack while walking - Electric2Shock - 03-26-2015 I'm expecting it to play the animation of the shot, while the opoints work and the char keeps moving due to state 2... RE: attack while walking - Ramond - 03-26-2015 Careful, using standard states (for example 0 for standing and 1 for walking) will enable the buttons: A will make you go to punch frame, D into defend frame, J into jump frame etc. RE: attack while walking - AdiDidIt - 03-26-2015 Thats what happend: Put hit_a in all of the walking frames alway go to the hit_a frame. Make the reload with state 1 make him go to frame 5 if he walking. How can I do what I said before? RE: attack while walking - A-Man - 03-26-2015 Only worthwhile ways I can think of are: 1-(Ab)Using the hitback technique, but you'd need to reverse the facing direction of the player before and after the move is done. This means that your character wouldn't be able to walk "back" in that state either during that move. Being hit in the middle of the move would take you to the injured frames with wrong facing however, so I wouldn't recommend using this technique. 2-You might want to take advantage of the fact that your character uses a gun as an excuse to why your character isn't able to hold heavy weapons, and use the heavy-walking frames for your move. RE: attack while walking - AdiDidIt - 03-26-2015 (03-26-2015, 02:34 PM)Doctor A Wrote: 2-You might want to take advantage of the fact that your character uses a gun as an excuse to why your character isn't able to hold heavy weapons, and use the heavy-walking frames for your move. But It will do the same reload when he will hold a box. How can I do that he could not pick up heavy objects? RE: attack while walking - YinYin - 03-27-2015 (03-26-2015, 08:48 PM)TheAlr Wrote: How can I do that he could not pick up heavy objects? Remove the itrs in frame 60 and 65 or change their kind to the one used in frame 102. |