Re: Collision out of window
If you do not delete the bullets by hand, there is a risk that the bullets stick to the edge of the frame. When you move away they are destroyed.
You should simply add a condition "when bullet leaves the frame" "Destroy".
Re: Collision out of window
Yes I have done that, but didn't helped anymore.
And sometimes even I scroll right there, there is still some objects left even I can't see them?
Re: Collision out of window
Have you tried changing the option "inactive if too far from frame" ?
Re: Collision out of window
Re: Collision out of window
Destroy when less than 0 pixels from window edge?
Re: Collision out of window
Think: If there is an enemy right and you shoot it. The bullet can never get there, because when it leaves from the window screen, it destroys.
Re: Collision out of window