normonds Posted January 30, 2015 Share Posted January 30, 2015 Hi, I was noticing similar bugs for a while, but now I see its not my fault. http://jsfiddle.net/43xf0oor/ Move the mouse over bitmap, then to left upper, stage corner, see the flickering, also rectangle gets chopped. Is this suppose to be buggy and cacheAsBitmap shouldnt be used on interactive display objects? Thanks Quote Link to comment Share on other sites More sharing options...
normonds Posted January 31, 2015 Author Share Posted January 31, 2015 The fix i am using for now is wrapping cacheAsBitmap in 0 timeout:var _ = this;setTimeout(function(){ _.cacheAsBitmap=true;},0);i dont know if its the best practice, but works for now. http://jsfiddle.net/43xf0oor/2/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.