----- Original Message -----
From: "rama krishna" <[EMAIL PROTECTED]>
Sent: Friday, February 09, 2001 12:02 PM
> I need to grab the screen and i should make it as
> a cast member.
> ....what i mean to say is i want to make the print
> screen as a cast member.
Try this movie script.
--<start of movie script>---
on saveScreen theScreenName
set theScreen = new(#bitmap)
member(theScreen).name = theScreenName
member(theScreenName).image = (the stage).image
end
--</end of movie script>--
call it this way...
>From the message window
-- Welcome to Director --
saveScreen "ScreenImage"
hope this helps.
John Erazo
[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!]