[solved] Ice Explosion - 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] Ice Explosion (/showthread.php?tid=5805) Pages:
1
2
|
||||
RE: Ice Explosion - Ramond - 11-17-2010 What Azriel meant is that you shouldn't competely fill the itr area like Simoneon showed in his pic, but leave a little space inbetween so that chars standing in the center cannot be hit by both itrs at once (or did you?). RE: Ice Explosion - superboi - 11-17-2010 (11-17-2010, 09:33 PM)Simoneon Wrote: You need to: This is the problem I'm having trouble with. Which values do I have to change for this? x,y,w, or h? I'm thinking x. If I'm right, what would I change the values to? Here's a model frame. How do you change it so the affected area is half left and half right? Spoiler (Click to View) RE: Ice Explosion - Azriel - 11-17-2010
becomes
halve the w, add that to the x value of the copied itr Azriel~ RE: Ice Explosion - superboi - 11-17-2010 (11-17-2010, 10:07 PM)Azriel Wrote: how the heck did u figure that out? RE: Ice Explosion - Azriel - 11-17-2010 x: 10 w: 100 Code: .|<--------- 100 --------->|. Azriel~ RE: Ice Explosion - superboi - 11-17-2010 (11-17-2010, 10:16 PM)Azriel Wrote: x: 10 w: 100That information seriously needs to be in the AREAS section. I tried dividing the width by 2 before, and making one of the width's negative, but it just messed everything up. Couldn't figure out the correlation between x;y vs w;h, but that right there put everything into perspective. Thanks A lot. RE: Ice Explosion - Marshall - 11-17-2010 Talking about areas, you can check this tutorial: http://www.lf-empire.de/forum/showthread.php?tid=36 I'm sure it will help your basic skills RE: Ice Explosion - MH-Razen - 11-18-2010 (11-17-2010, 09:38 PM)Ramond Wrote: ... so that chars standing in the center cannot be hit by both itrs at once (or did you?). this wont happen - forgot about arest / vrest!? RE: Ice Explosion - Azriel - 11-18-2010 (11-18-2010, 09:05 AM)MH-Razen Wrote:(11-17-2010, 09:38 PM)Ramond Wrote: ... so that chars standing in the center cannot be hit by both itrs at once (or did you?). trouble is the first one gets priority - the second one won't hit the char, that's why we have to split it to two sections. Azriel~ RE: Ice Explosion - MH-Razen - 11-18-2010 (11-18-2010, 09:12 AM)Azriel Wrote: trouble is the first one gets priority - the second one won't hit the char, that's why we have to split it to two sections. well, never doubt that, just wanted to add this |