Ok, so here’s the thing. I already have A* pathfinding down pat(even converting it to vectors). I don’t want the enemies moving inside of each other so I would like to make them spread out there paths. Or somehow follow their paths but not running into each other. I’ve already googled this almost an hour but didn’t find anything. If some tutorial could teach me how to do something like this http://hkellstrom.com/Pathfinding11.html or this http://www.red3d.com/cwr/steer/CrowdPath.html(I know that this last link isn’t as3 but I wasn’t able to find a tutorial for something just like it)
Thanks for the help.