Hello.
I make an enemy, which must be controlled by the computer AI. The sprite has Grid movement behavior, Movement is NPC. Using conditions I set that it must move randomly in the scene (in horizontal and vertical directions).
Question is : how to make that object with Grid movement behavior collides with other objects with Solid attribute? For example, our object moves to the right and collides with the wall sprite (Solid), it stops, and randomly it continues to move to the top of the bottom along the wall. Because now it moves through the solid objects.
Thanks.