> 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?

Look in the dictionary for the 'crop()' imaging lingo command

stageImage = (the stage).image
myImage = stageImage.crop( sprite(n).rect )
member(x).image = myImage

HTH,
-Sean.
[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