Page 1 of 1

problem with collision

PostPosted: Tue Feb 12, 2008 4:27 pm
by rannug
Hi,

I have the problem, that my character during a move does not collide with another one. I created a timer to get random moves and during this moves the collide-event is not working. If the move is finished all works fine

Thanks for help

Rannug

Re: problem with collision

PostPosted: Tue Feb 12, 2008 5:13 pm
by edh
Can you post a small example .ged file to show us what you mean?

Re: problem with collision

PostPosted: Wed Feb 13, 2008 3:25 pm
by rannug
I use the follwing code
Moveto ("event actor", Punktx, Punkty, 3, "")

on collision with another charakter this move should be aborted and a new vector created with vectoradd.
The collision works fine, for example destroy actor, but i can not change the motion of the moving character.

Rannug