Problem with normal_weapon_atck - 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: Problem with normal_weapon_atck (/showthread.php?tid=8149) |
Problem with normal_weapon_atck - Falnin - 08-08-2012 Hi guys! I newly started to dating characters and i have problem. I did frames for "normal_weapon_atck", but it doesn't work. Here are those frames: Code: <frame> 20 normal_weapon_atck RE: Problem with normal_weapon_atck - A-Man - 08-08-2012 Here is the problem: Code: next: 999 dvx: 0 dvy: 0 centerx: 18 centery: 56 hit_a: 21 Code: next: 999 dvx: 0 dvy: 0 centerx: 18 centery: 56 hit_a: 23 Do the same thing to the rest of 'em. RE: Problem with normal_weapon_atck - Falnin - 08-08-2012 I didn't save changes to sprite file, so that was the one of the reason that problem occur. @A-Man, I want to do weapon combo - if i press attack button once, char attack once. When i press attack button five times - he attack five times too, and every attack looks different. Do you know how to do that? RE: Problem with normal_weapon_atck - A-Man - 08-09-2012 Add your other weapon attacks in new created frames(between numbers 234 and 393). Then use the hit_a tags at the end of each of your attacks to connect between them and to form a combo. hit_a: here you write what frame the character will go to if the player pressed attack. |