Quoting Michael Nadel <[EMAIL PROTECTED]>:
> Is there a way to take a part of the screen, (for example the Rect(19, 54,
> 602, 418)) and make whatever appears on the screen in that rect into a
> bitmap cast member (to be able to print it as a single member)?
Assuming you have a bitmap member named "holder" (if not, you can create one):
member("holder").image = (the stage).image.crop(19, 54, 602, 418)
Cordially,
Kerry Thompson
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]