Flash Tip Collection - Tip 3 - Fast scrolling with scrollrect

@author YopSolo

In a non-gpu-accelerated context, moving a big texture cost a lot of ressources.
scrollRect is a really usefull feature that allow to clip a displayObject
and place a "camera" on it.
in a nutshell : you move the "Camera Rectangle" instead of the big object.