My understanding from the docs is that if I add the window id to the import
screenshot command, it will take the window offset into account. However,
the following script doesn't produce an image. Any help is appreciated. I'm
using Rev 1.1.

on mouseup
  put the rect of player 1 into tRect
  put the id of wd "editor" into tID
  import snapshot from rect tRect of wd tID
end mouseup

What I really want to do is grab the current quicktime frame.

I remember having a command that did this in SuperCard which is more
desirable than going about it using a screenshot approach. So this is a
feature request as well. Any and all help appreciated.

Thanks,
Charles Silverman

_______________________________________________
improve-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/improve-revolution

Reply via email to