You can use imaging Lingo :
set OnScreenImageWidth to 640
set OnScreenImageHeight to 480
OnScreenImage = image(OnScreenImageWidth, OnScreenImageHeight, 16)
OnScreenImage.copyPixels((the stage).image, OnScreenImage.rect,
rect(0,0,640,480))
member("imageCapture").image = OnScreenImage
-----------------------------------------------------
Nicolas MAREY
ADELIS - Développeur Multimédia
-----------------------------------------------------
----- Original Message -----
From: "Stephen Recker" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 25, 2001 5:38 PM
Subject: <lingo-l> Screen capture
> Hello,
>
> Does anyone know an alternative to ScrnXtra for capturing a protion of the
> screen to a cast member? I'd been using ScrnXtra but it fails sometimes in
> D8.5. Thanks.
>
> Stephen
>
>
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/LUJ/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!]
>
>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/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!]