All that is ok, but I found a funny thing happening while I tried to
capture the stage.

If the size of the stage is changed, (the stage).image continues to return
an image whose size is the same as the original stage width and height.
Changing the size, saving the movie and restarting Director is what makes
Director report the new size. Maybe Gretchen should know of this...

I've tried this on Director 8 with WinNT SP6

Can someone check it out on 8.5 and with other OS's?

Regards,
Pranav
-----------------------------------------------------------
Samuel Colt - the inventor of the point and click interface.



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





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

Reply via email to