![]() |
Character sink into floor - 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: Character sink into floor (/showthread.php?tid=9132) |
Character sink into floor - STM1993 - 02-22-2014 Alright, I just bumped into a problem for the move on death for Trevor. The character, on getting caught by the ball, will sink into the floor. ![]() I don't know where the problem lies. Can't be an issue with the char not having a k2 cpoint. Relevant code below: Character Frames Spoiler (Click to View) Spoiler (Click to View) RE: Character sink into floor - samael - 02-22-2014 The frame 397 of your char don't have a cpoint kind 2. So the catch will have a weird behavior and will not work... RE: Character sink into floor - Alapottra - 02-22-2014 I think the frame has no cpoint .. RE: Character sink into floor - YinYin - 02-22-2014 Sink as in move down forever or just appear below ground? RE: Character sink into floor - STM1993 - 02-22-2014 (02-22-2014, 03:42 PM)YinYin Wrote: Sink as in move down forever or just appear below ground?Move down forever. Not a sprite issue; if the character gets to standing frame, he won't be able to walk, but he can jump out of it and it'd be back to normal. Pretty sure its not an issue with cpoint kind 2. I've checked the move after death study example from the main site; none of the transform frames used there have any cpoint k2. I did try cpoint k2, all it did is make my character go into a fall or jump frame above the ground after getting caught. I don't want to have that ball grab my character forever too; what if I pressed F7 in versus? I'd want him to get up. EDIT: Nevermind, I solved it on my own. Made the opoint spawn at y: 0, but with an itr at 1993 and char's bdy at 1993. |