画像の一部を切出す

画像の一部分を切出してSpriteとして表示するにはsrcRectを設定します。

var image = Sprite('image', width, height);
image.srcRect.set(x, y, width, height);