Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[solved] Ball Problem Help
#1
! 
I make a ball move up and stop.
But the ball don't stop and i don't know the problem pls help.
Code:
<frame> 164 flying
   pic: 999 state: 3005  wait: 0  next: 165  dvx: 0  dvy: -15 centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
<frame> 165 flying
   pic: 45 state: 15  wait: 2  next: 166  dvx: 0  dvy: 1  centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
<frame> 166 flying
   pic: 46  state: 15  wait: 2  next: 167  dvx: 0  dvy: 0  centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
<frame> 167 flying
   pic: 47 state: 15  wait: 2  next: 168  dvx: 0  dvy: 0  centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
<frame> 168 flying
   pic: 48  state: 15  wait: 2  next: 166 dvx: 0  dvy: 0  centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
Reply
Thanks given by:
#2
Code:
<frame> 168 flying
   pic: 48  state: 15  wait: 2  next: 166 dvx: 550  dvy: 550  centerx: 12  centery: 24  hit_a: 0  hit_d: 0  hit_j: 0
<frame_end>
you don't want to see this (Click to View)
avatar by Una
the other by xFire
Reply
Thanks given by: katsu_rocks
#3
add a dvy: 550 in the frame where the ball should stop.
dvx/y/z: 550 causes the object to stop the movement in the respectibe direction.

@marshall: smiley fail lol xD

@modnotice: noez you removed it D:

Marshall edited this post 10-17-2010 06:23 PM because:
lol
Reply
Thanks given by:
#4
Thanks my problem is solved now.
Reply
Thanks given by:
#5
there is a thanks button you know ;D
Reply
Thanks given by: katsu_rocks




Users browsing this thread: 1 Guest(s)