01-27-2012, 12:14 PM
can someone tell me why is this not working in the way it should?
it should add one more of the katon_ball when i press attack, but only the frame is repeating, the ball is not appearing when i press fire.. help me..
DC-Code:
<frame> 325 air_katon pic: 117 state: 15 wait: 4 next: 326 dvx: 0 dvy: 0 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 wpoint: kind: 3 x: 33 y: 58 weaponact: 21 attacking: 0 cover: 1 dvx: 0 dvy: 0 dvz: 0 wpoint_end: bdy: kind: 0 x: 21 y: 18 w: 43 h: 62 bdy_end: <frame_end> <frame> 326 air_katon pic: 118 state: 15 wait: 3 next: 327 dvx: -3 dvy: -4 centerx: 39 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0 mp: 90 wpoint: kind: 3 x: 33 y: 58 weaponact: 21 attacking: 0 cover: 1 dvx: 0 dvy: 0 dvz: 0 wpoint_end: opoint: kind: 1 x: 85 y: 35 action: 0 dvx: 0 dvy: 0 oid: 517 facing: 0 opoint_end: bdy: kind: 0 x: 21 y: 18 w: 43 h: 62 bdy_end: <frame_end> <frame> 327 air_katon pic: 119 state: 15 wait: 3 next: 999 dvx: 0 dvy: 0 dvz: 0 centerx: 39 centery: 79 hit_a: 326 hit_d: 0 hit_j: 0 wpoint: kind: 3 x: 33 y: 58 weaponact: 21 attacking: 0 cover: 1 dvx: 0 dvy: 0 dvz: 0 wpoint_end: bdy: kind: 0 x: 21 y: 18 w: 43 h: 62 bdy_end: |
it should add one more of the katon_ball when i press attack, but only the frame is repeating, the ball is not appearing when i press fire.. help me..