update ...
i set that when distance between player.x , y and bullet.x,y is grater than 400 bullet destroy
but this events destroy all of bullet that create every 0.1 second
so the fire isn't smooth and it flash every 0.1 second because construct don't know every 0.1 second create or destroy bullet !?
how can i fix this problem ?