i need a little help and any advice would be appreciated. thank you in advance

i have a stationary object on a 2d plane and want randomly generated objects to fly towards it. the thing is that i do not know whether i should ask for tips on how to make the object the center of gravity or if i should follow an enemy tutorial and work on path finding.

AND

would you be able to guide me in the right tutorial direction?
(i am willing to learn and put in the elbow grease, i just have no place to start!)

again, any advice would be super appreciated and i thank you in advance

That sounds to me like you should do some tutorials. It doesn’t matter which one, just pick one that interests you, maybe one where the commentator is entertaining if you’re into video tutorials. This will get you a basic idea about how you should be looking at programming, and after 5 or 10 random tutorials you’ll have no difficulty writing this just by yourself.

To get you started there- you’ll need to generate random coordinates, make the random objects look at the target, and then move the objects towards it.

thanks. i was actually doing that. i found a quick path finding tutorial and it worked (http://www.youtube.com/watch?v=XvVcIpAGLRk)

appreciate it