![]() |
|
[solved] ItrKind8 - 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] ItrKind8 (/showthread.php?tid=6999) |
[solved] ItrKind8 - Madara Uchiha - 08-30-2011 I want to make one of my characters taunt when they stand for a while. I checked the 'Raymon' example on LFE. My problem is why doesn't the itrkind8 hit? Here's the codes: Character: Code: <frame> 0 standingCode: <frame> 200 BallI really don't understand how the ball doesn't hit. Can someone explain. RE: ItrKind8 - Infern112 - 08-30-2011 Make same y: in ball and in character, lets see what will happen. RE: ItrKind8 - Madara Uchiha - 08-30-2011 Still doesn't work. RE: ItrKind8 - bashscrazy - 08-30-2011 why not just make like 20 frames for standing? Like 12 for standing then 8 for taunt or something. (I don't know about itr kind 8) so that's the only way I can solve your problem. (does the taunt have any special features (DBZ - drops enemies ki bar - Smash Bros. - just for fun) RE: ItrKind8 - YinYin - 08-30-2011 centery: 159 <> centery: 0 make these match or adjust the y of either bdy or itr or adjust the y of the opoint or simply make either bdy or itr bigger if it really is neither of those then your x values are wrong too in any way if it doesn't work either one of the two frames isn't present when the other one is (check this by giving them specific images you cannot miss) or the areas don't line up RE: ItrKind8 - Madara Uchiha - 08-30-2011 Yeah it worked YinYin, Thanks. I changed everything to x:72 y:159 (08-30-2011, 07:06 PM)bashscrazy Wrote: why not just make like 20 frames for standing?You read my mind. I'm doing this One Piece game, and I haven't got a method of charging mp, I was playing Dbz and saw them taunt. Them BAM! The idea hit me, taunt to gain mp. ![]() I think it's pretty cool. Btw, he moves down a little. Do I have to move the itrkind8 up in order to get it to function better? RE: ItrKind8 - YinYin - 08-31-2011 (08-30-2011, 09:23 PM)Madara Uchiha Wrote: Btw, he moves down a little. Do I have to move the itrkind8 up in order to get it to function better? yes hit_j: 49 RE: ItrKind8 - Madara Uchiha - 09-01-2011 Which frame do I add that to? I just experimented with it a little, and it still doesn't seem to work. Here's the ball frame: Code: <frame> 4 AokijiIf I remember correctly, the lower the Hit_j: the more it moves up right? RE: ItrKind8 - YinYin - 09-01-2011 so somewhere before frame 7 you need to move up 1 px hit_j: 49 try it in frame 6 if it doesn't work try using wait 1 instead of 0 or using it in a frame behind a next instead of the previous itr kind 8 edit: yes hit_j: 50 or 0 doesn't move at all 49 moves 1 px up per frame 51 moves 1 px down per frame RE: ItrKind8 - Madara Uchiha - 09-01-2011 Thanks, I perfected it. It was hit_j: 47 |