![]() |
|
|
[solved] Jump spin attack - 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) +---- Forum: Solved Problems (https://lf-empire.de/forum/forumdisplay.php?fid=14) +---- Thread: [solved] Jump spin attack (/showthread.php?tid=3891) Pages:
1
2
|
|
RE: Jump spin attack - Hax0r - 11-09-2009 My attack: 1. While jumping i press jump again 2. He starts to spin around with his axes (he use axes) around and hurting enemies until he touch the ground But when i put in my code he: 1. freeze for a while 2. Then appear about 10 pixels further and on the ground I think that spinning code is broken but i can't find bug. ;/ Pleas help me. Thanks RE: Jump spin attack - Reaper - 11-09-2009 Well, you have a dvy: 550 in every frame except the last one which means he won't be affected by gravity. And in the last frame the dvy: 75 makes him go down very very fast( and the dvx: 25 makes him go forward at the same time) RE: Jump spin attack - Hax0r - 11-11-2009 I repair code (Thanks) but when my char land he go to fame that dont exist ( you know no image no bdy go to other fame when attack or move)
RE: Jump spin attack - HappyHouR - 11-11-2009 http://www.lf-empire.de/lfev9/en/lf2-empire/data-changing/reference-pages/182-states?start=21 use a normal state instead of state : 100 & change it to state:3 or copy frame 215 and number it as 94. Either way both ways work the same. RE: Jump spin attack - Hax0r - 11-11-2009 Thanks everyone problems solved! ;] |