Moveobject and destroy
#1

Hi,

I use moveobject and destroy it at some time when he is not move all distance it's still call onobjectmoved when i destroy it or no?
Reply
#2

What ?
Reply
#3

Код:
new obbas = CreateObject(...);
MoveObject(obbas, X,Y,Z,2.0 );


settimerex(...for ex 2 sec timer);

forward timer(..)
public timer(..)
{
DestroyObject(obbas);
}
after 2 seconds i destroy object, but he can move to X,Y,Z take could take more time about 10-20 sec. this mean i destroy it when it move and it occur to call OnObjectMoved?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)