Klaus,

I put "import snapshot from rect globalloc(the topleft of player 1)& "," & globalloc(the botright of player 1)" into the message box, hit the Enter key, and it worked! The "set the currentTime...etc." also worked. What a relief!

The line "set the loc of img -1 to the loc of player 1" is puzzling, though. It does work (from the message box) if I substitute "1" for "-1".

Pardon me while I dance in the streets...

Thanks again,
Barry

On Thursday, Jul 24, 2003, at 09:57 America/Denver, Klaus wrote:

on mouseup
lock screen
import snapshot from rect globalloc(the topleft of player 1)& "," &
globalloc(the botright of player 1)
set the loc of img -1 to the loc of player 1
## adjust the snapshot image, its the last one (layer-wise :-)
hide player 1
unlock screen
## do your print stuff here...
lock screen
delete img -1
show player 1
import snapshot from rect globalloc(the topleft of player 1)& "," & globalloc(the botright of player 1) unlock screen
end mouseup
--------------------------------------------------------

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

Reply via email to