Is there a way to apply PixelSnapping on movieclips/sprites and not just on bitmaps? Caching them as bitmap doesn’t help. Any trick?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If its during motions, you an try by using a tween engine like TweenLite, that has a property to round the modified properties of your items during the movement.
If you’re just trying to have round positions of things like that, you can try to round manually the properties when modifying them :
or just