Move to a determined point ?

Felipe

18-06-2007 17:17:32

I want move my character to a determined point, with
automatic adjustment your rotation, how make this?

betajaen

18-06-2007 17:37:49

Actor->moveTo() will add a force to move a Actor to a certain point. Rotation should be something similar to the moveTo() code.

Felipe

19-06-2007 00:38:39

Thanks! betajaen