Getting object to follow path (and repeat)

For my mini game I need to have the bad blocks move around so thye dont just stand there. No animation (e.x. walking legs, moving arms, etc), just movement.

thanks!

A looping ipo should do the trick just fine.

I don’t know how to do that.

I’m not about to write a tutorial… but here:
http://wiki.blender.org/index.php/Manual/Ipo_Curves_and_Keyframes

Or you could use nodes… search for Mmph!'s AI without python.

Thanks! Wow… thats advanced. Is there a way I can add a track and have it go automatically around and around, or not?

If you did it with nodes it would go from point to point (node to node). So you could make a path, easily.

I believe this is the right one, it is more “noob oriented”.
http://blenderartists.org/forum/showthread.php?t=113205&highlight=mmph%21

Thank you, I’ll take a peek.