[solved] arrow problem - 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] arrow problem (/showthread.php?tid=3657) |
[solved] arrow problem - NoneX - 09-21-2009 viedeo/ I have made an viedeo, so its easier to understand. I want to make an move that arrows fall down, but when they fall down some of then disapear what could be the problem ^^ Code: <frame> 310 fly_arrow RE: arrow problem - SirFrog - 09-21-2009 Eh, hard to know without the code, so please post it. And do post it in [code ]-tags. RE: arrow problem - NoneX - 09-21-2009 done thanks totally forgot about this RE: arrow problem - x90z75ek - 09-21-2009 There's no problem here. The problem is in the code of the arrows since they all appeared and flied in the air like they should. RE: arrow problem - Madara Uchiha - 09-21-2009 Frame 60 is the hitting the ground frame. Just make the hitting the ground arrow frames on there, then change the ball to a type 1 to make sure it hits the ground probably. If you want something to disappear, use state 1000. RE: arrow problem - no one - 09-21-2009 What type did you use? If it's type 3 then change it to light weapon type then adjust the on_ground/just_on_ground frame. And why did you use next: 999 in the last frame? It suppose to be 1000. RE: arrow problem - NoneX - 09-21-2009 Yes i used type: 3, but now it works so i wont change it I used next: 999 because i am a noob ^^ THX I will change it RE: arrow problem - TheNave - 09-21-2009 (09-21-2009, 03:36 PM)no one Wrote: What type did you use? If it's type 3 then change it to light weapon type then adjust the on_ground/just_on_ground frame. uhm, that code he posted belongs to henry, not the arrows, so changing it to next: 1000 would be a bad idea^^ RE: arrow problem - Madara Uchiha - 09-22-2009 Sorry not state 1000, next 1000. Just make the ball have a wait 9999 or something. Also, if the ball changes or something, just change the waits. |