A very hard Syntax to figure out...

Chipp Walters chipp at chipp.com
Tue Dec 11 21:12:00 EST 2001


Josh,

refer to the 'snapshot' as last image

so it would be

set the name of last image to "test1"

-----Original Message-----
From: use-revolution-admin at lists.runrev.com
[mailto:use-revolution-admin at lists.runrev.com]On Behalf Of Josh Dye
Sent: Tuesday, December 11, 2001 7:35 PM
To: use-revolution at lists.runrev.com
Subject: A very hard Syntax to figure out...


Hey,
    I need a bit of help. Ok, here is the syntax I am looking into...


on mouseup
  set the rect of stack "test1" to screenRect()
  hide stack "test1"
  import snapshot from rectangle the screenRect
  set the rect of stack "test1" to the screenRect
  show stack "test1"
  set the rect of stack "test1" to 300,300,500,500
  --set the name of graphic "image id 1013" to "Test1"
end mouseup


Ok, the line ({[  --set the name of graphic "image id 1013" to "Test1"  ]})
doesn't work. What I want it to do, once it took a picture of the stack is
to set the name of that graphic to a different name. So, when I do it over
and over again, I want it to have a different name every time I do it. I
also want to save it somewhere. One big question... Can you open a graphic
from a syntax command line and have it appear?

What I am basically doing is tiring to get a screen from computer 'B' and
have that picture open up on computer 'A'. I want to send the command to
take a picture of computer 'B' from computer 'A'. I can do the networking
part of that... I don't want anything to change on computer 'B' while I do
this. Anything would be quite the useful thing.



 - Josh Dye


_______________________________________________
use-revolution mailing list
use-revolution at lists.runrev.com
http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list