Page 1 of 1

chasing an item

PostPosted: Sun Aug 24, 2008 3:13 pm
by CrazyPotatoInc
how could i make an object buzz around the control actor, so that you have to chase it to catch it?

Re: chasing an item

PostPosted: Sun Aug 24, 2008 4:35 pm
by Thanx
1 possability: make a path

another possability: Make a few actors, that are like little dots. Make this actor have a MoveTo function to one of them, with the AVOID on the player, and on collision with the dot gives the buzz actor another MoveTo function that sends it to another dot... If you don't understand (I find that quite possible) then just ask... :)

Re: chasing an item

PostPosted: Sun Aug 24, 2008 5:53 pm
by CrazyPotatoInc
i tryed the path, but a player could just go to a spot and wait for it to come round.
but ill try your second idea.