PixelPower I am making a top down shooter and i have completed all the art and am a fair way into the programming; however I am not sure if it will end up with lots of path-finding bugs that I can't fix or if it can't handle a larger game as I have looked through older forum posts and people have seemed to have problems with things like enemies merging.
Ok I do know that the line of sight command seems to not be working from what I have seen in the forum. If I had that problem here is how I would code it
1) Make invisible spots of the screen using sprite.
2) One spot would be the trigger which will set off a variable when your player collides with it.
3) When the variable is true, then you set the enemies movement up using 8 direction or bullet behaviors.