mariogarranz Posted July 28, 2014 Share Posted July 28, 2014 I have a big group that I want to cache as bitmap some times to improve performance. I have noticed that when cacheAsBitmap is set to true, the objects position is no longer relative to its parent. Say I have this: - General group - Group1 - Object1 - Object2 - Group2 - Object3 - Object4 If General Group had x= 100, y=100 values, whenever I set cacheAsBitmap to true, every Object would move 100 px to the left and 100 px to top. Adding 100px to Group1 or 2 does not make any difference so I guess once they are inside a cached group, they do no inherit anything.Is there any way I can fix this? I need t keep track of the input on these elements, and if they are drawn on a different posistion than the input is expected, it is impossible to handle.Thanks in advance for your help 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.