flash - Sprites not moving in sync... look jittery/shakey -
I have added 2 sprites on the forum, a bitmapdata (background / land) and other movieclips (characters) To create a top-down scene of As the player moves around this world, the second movie clip starts moving in a shady way, not completely synchronized with the background clip. I have seen that when I set the quality of the game through this quality, then the instability disappears ... Unfortunately I can only set a phantom for my quality, is not it?
Is there a way to solve this problem? In the eyes of my novices, it seems that the background is growing easily, but pixels are running with top-notch pixels or some things.
Thanks in advance for any help, you can provide!
This can solve your problem:
bitmap PixelSnapping = false; Set this property on whatever object (background or character) is a bitmap.
Comments
Post a Comment