Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
catching problem
#1
Hey There ;)

Currently i am working on a move that pulls the enemy back to the char in midair... First thing i could think of was a ball that catches the enemy, but that doesnt work :/

here's my Code from the attack file which is opointed

    DC-Code:
<frame> 59 claw
   pic: 50 state: 3005 wait: 5 next: 60 dvx: 10 dvy: -3 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0 
   itr:
      kind: 3  x: 44  y: 33  w: 50  h: 40  
      catchingact: 77 77  caughtact: 130 130  
   itr_end:
<frame_end>
<frame> 60 claw
   pic: 51 state: 3005 wait: 4 next: 61 dvx: 550 dvy: 550 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0  
   itr:
       kind: 3  x: 44  y: 33  w: 50  h: 40 
      catchingact: 77 77  caughtact: 130 130  
   itr_end:
 
<frame_end>
<frame> 61 claw
   pic: 52 state: 3005 wait: 5 next: 1000 dvx: -10 dvy: 3 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0  
   itr:
      kind: 3  x: 44  y: 33  w: 50  h: 40 
      catchingact: 77 77  caughtact: 130 130  
   itr_end:
<frame_end>
.
.
.
<frame> 77 claw
   pic: 50 state: 3005 wait: 5 next: 78 dvx: 10 dvy: -3 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0 
   cpoint:
      kind: 1 x: 50 y: 35
      vaction: 130  throwvz: -842150451  hurtable: 0 throwinjury: -842150451 decrease: 7 
   cpoint_end:
<frame_end>
<frame> 78 claw
   pic: 51 state: 3005 wait: 4 next: 79 dvx: 550 dvy: 550 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0  
   cpoint:
      kind: 1 x: 50 y: 35
      vaction: 130  throwvz: -842150451  hurtable: 0 throwinjury: -842150451 decrease: 7 
   cpoint_end:
 
<frame_end>
<frame> 79 claw
   pic: 52 state: 3005 wait: 5 next: 1000 dvx: -10 dvy: 3 dvz: 550 centerx: 63 centery: 110 hit_a: 0  hit_d: 0  hit_j: 0  
   cpoint:
      kind: 1 x: 50 y: 35
      vaction: 130  throwvz: -842150451  hurtable: 0 throwinjury: -842150451 decrease: 7 
   cpoint_end:
<frame_end>



If you dont get what i mean here is a video



so after i send the enemy flying with a 3-hit-combo , i want to pull him back to me with the claw attack (at 0:05) but the enemy doesnt get catched ... ... would be nice if someone can help me ;)

greetings Q.D
Reply
Thanks given by:


Messages In This Thread
catching problem - by Q.D - 08-06-2012, 10:59 PM
RE: catching problem - by A-Man - 08-06-2012, 11:49 PM
RE: catching problem - by Q.D - 08-07-2012, 12:16 AM
RE: catching problem - by A-Man - 08-07-2012, 12:51 AM
RE: catching problem - by YinYin - 08-07-2012, 05:15 AM
RE: catching problem - by Q.D - 08-07-2012, 10:54 AM
RE: catching problem - by YinYin - 08-07-2012, 11:00 AM
RE: catching problem - by Q.D - 08-08-2012, 11:34 AM
RE: catching problem - by A-Man - 08-08-2012, 11:44 AM



Users browsing this thread: 1 Guest(s)