This site requires JavaScript, please enable it in your browser!
Greenfoot back
SullyFish
SullyFish wrote ...

2014/5/12

Companion?

SullyFish SullyFish

2014/5/12

#
So Im trying to make a little bat follow the character you control and fly around him and such but I dont have much of clue as to what script to do, Im trying to apply vector but it all seems very complicated, could someone help please!
lordhershey lordhershey

2014/5/12

#
You could try something like have the bat turn towards the player, Use a countdown variable that gets set when you turn towards the character and each act method minus 1 from it, when it reaches zero turn towards the player and reset counter, this would be kind of like a gnat buzzing around your guy. Is that what you are looking for?
You need to login to post a reply.