I never realized we had this behavior..
The issue is that the Flock action needs to run every tick so the boids continuously update their movement. In your project, it's only being called when the F key is pressed, so the flocking logic runs just once instead of continuously.
You also need to destroy charBirdSil on start of layout and create another one at a proper position once. Then it will work.