Hello.
Tell me please, what methods do you know how to replace the standard Ball behavior, with similar functions? (for example, such as collision with solid objects and rebound from them)
The problem is that I've found a nasty bug in the standard Ball behavior � sometimes during the game when the ball moves it can suddenly appear in another point of the screen (as if it jumps over some distance). This happens rarely (about once every 3-5 minutes), but it spoils the impression of the whole gameplay. This bug can not depend on the events, because there are no conditions or actions that control the behavior of the ball or a sprite at the time of his movement on the screen. So most likely this bug is a program error.. <img src="http://i987.photobucket.com/albums/ae352/constructgame/JD.gif">
I've tried to create ball behavior by using Custom Movement, but it didn't recognize Solid objects, the Bounce function didn't adequately respond to the collision and creates a lot of bugs (often moves through the objects or even goes off the screen). He also moves very straightforward and often gets stuck between two objects unlike the Ball behavior. Therefore Custom Movement in this case does not suit me.
So if you know any way to fix the bug with the disappearing ball or how recreate the original ball behavior - please write or make an example.
Thanks in advance!