Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] how to catch in air?
#1
hey, it's me again.
can I catch an opponent while he is falling? (falling not jumping otherwise it would be easy)
well, I could freeze him, but is there an other way?
Reply
Thanks given by:
#2
well, as long as the opp has a bdy you can catch him with itr: kind: 3.
so you can make a bdy at y: 1000 eg in each falling frame of each char, and an itr: kind: 3 at y: 1000 in you move.
Reply
Thanks given by:
#3
you mean like this?

for the attacking character:
itr:
kind: 3 x: 21 y: 1000 w: 40 h: 28 vrest: 7
catchingact: 279 279 caughtact: 132 132
itr_end:

and for the falling caracter:

bdy:
kind: 0 x: 22 y: 1000 w: 27 h: 21
bdy_end:
Reply
Thanks given by:
#4
while a character is on the falling frames he can only be hit by an itr with a fall value above 70, but the fall-tag is disabled in ik3's so the body of the falling char will be ignored and you have no chance to catch him
Reply
Thanks given by: Minebot
#5
so? ok then. I'll just freeze him. thanks!
Reply
Thanks given by:




Users browsing this thread: 2 Guest(s)