Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Fallin probelm
#1
:[ 
Well at the moment, i am having a probelm with my characters falling frames.

When hit from the front, he will fall normally. When hit from the back, he will go into the falling frames, then suddenly, go to the jumping frame.

Know i really confused, since i am have checked it over and stuff.

So can someone tell what i did wrong, and the possible fixes.

Here's a image/video:
[Image: clip0070.gif]
[Image: variaboss.png]
SUPER B*NER: :3
Reply
Thanks given by:
#2
could you show us the data?
Reply
Thanks given by:
#3
Yeah, here it is:
[Image: variaboss.png]
SUPER B*NER: :3
Reply
Thanks given by:
#4
make the next: values in the falling frames 0. (around 180~191)



Azriel~
Reply
Thanks given by:
#5
Still doesn't work.
[Image: variaboss.png]
SUPER B*NER: :3
Reply
Thanks given by:
#6
There is a simple problem:
Code:
<frame> 187 falling
  pic: 24  state: 12  wait: 3  next: 188  dvx: 0  dvy: 0  centerx: 38  centery: 79  hit_a: 0  hit_d: 0  hit_j: 0
   itr:
      kind: 4  x: 15  y: 11  w: 42  h: 26  dvx: 2  fall: 70  vrest: 20  bdefend: 10  injury: 30  
   itr_end:
   itr:
      kind: 4  x: 35  y: 30  w: 27  h: 29  dvx: 2  fall: 70  vrest: 20  bdefend: 10  injury: 30
>>itr_end:<< this is missing
   bdy:
      kind: 0  x: 18  y: 37  w: 55  h: 35
   bdy_end:
<frame_end>
Reply
Thanks given by:
#7
Next time post the falling sequence only >.<

The problem lie in this frame:

<frame> 187 falling
pic: 24 state: 12 wait: 3 next: 188 dvx: 0 dvy: 0 centerx: 38 centery: 79 hit_a: 0 hit_d: 0 hit_j: 0
itr:
kind: 4 x: 15 y: 11 w: 42 h: 26 dvx: 2 fall: 70 vrest: 20 bdefend: 10 injury: 30
itr_end:
itr:
kind: 4 x: 35 y: 30 w: 27 h: 29 dvx: 2 fall: 70 vrest: 20 bdefend: 10 injury: 30

bdy:
kind: 0 x: 18 y: 37 w: 55 h: 35
bdy_end:
<frame_end>

The itr I highlighted doesn't have itr_end:. That's most likely the problem

EDIT: Aww, nut.
Reply
Thanks given by:
#8
I know the other guy above figured it ou.

I thought that i accidentally created another frame with the same number, but i checked it about 3 times, that's why i posted the data, just to make sure, so if someone spotted it they would tell me.
[Image: variaboss.png]
SUPER B*NER: :3
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)