Page 1 of 1

Grav Code Question

PostPosted: Sun Jul 20, 2003 4:33 am
by jazz_e_bob
:?:

Check out the collision response script for player 1 hitting the ball.

At the bottom I make adjustments to collide.xvelocity and collide.yvelocity.

Are "collide" and "Ball" the same thing?

If I change "collide" to "Ball" the program behaves differently.

PostPosted: Mon Jul 21, 2003 12:54 pm
by makslane
Is a bug, already removed here.
Work around: use collide actor instead

PostPosted: Mon Jul 21, 2003 2:12 pm
by jazz_e_bob
OK :)

Thanks!