When i use for blue sprite 8 dir move and when i overlapping red sprites they ar not blocking path but move out
how do this without physics ?
Develop games in your browser. Powerful, performant & highly capable.
You could do it with checking for collision/overlap of the objects. Then move the objects in the angles you wish.
You could do that with the bullet behavior or lerp or other mechanics for moving objects around.
Here's one idea:
The first two events are the relevant ones.