>> I am capturing the stage with the following commands:
>> 
>> myImage=(the stage).image
>> member(10).image = myImage
>> 
>> This works fine, but is there a way to capture part of the stage ...
>> i.e. a certain rect(a,b,c,d) of the stage?
>  
> Do what you're doing already, and then have a copypixels part that
> gets what you need. Or do it all in one copypixels step, where the
> source image is (the stage).image, and the source rect is the area
> you want.

Or, use the crop command. I wonder which is optimal? Hmmm... time for a
little benchmarking.

-Kurt

[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!]

Reply via email to