in Bullet Behavior there is value called DistanceTravelled
Reference it like this:
System (compare two values) Sprite.Bullet.DistanceTravelled > 400 then do whatever
and make sure to place a System -Trigger Once While True so you don't keep triggering the same code since once that statement is true it will execute once every tick (60 times per second!).