Easy noob question for you: I’m using addChild() to add bitmaps to a 100x100 Sprite. I’m positioning these bitmaps with their x and y parameters. However, if the bitmap ‘spills’ over the edge of the 100x100 Sprite, I want it to be clipped. In other words, if I place a 50x50 image at the x,y coordinates of 90, 90, I only want the upper-left corner 10x10 pixels of the image to be shown. Does that make sense? How can I do this? Is there some ‘clip’ parameter?
Thanks in advance!
-Rich