/ Published in: ActionScript 3
Using this can drastically increase performance. It is essentially like a mask. Anythingout outside the scrollRectangle is not rendered by Flash.
Expand |
Embed | Plain Text
// x, y, width, height yourClip.scrollRect = new Rectangle (0, 0, 1536, 2720);
Comments
Subscribe to comments
You need to login to post a comment.

BTW, for this to increase performance you need to ensure that the MovieClip is cached as a bitmap. E.g. - 'yourClip.cacheAsBitmap = true;'