snapshot and imageData...

Chipp Walters chipp at chipp.com
Fri Jun 2 22:14:35 EDT 2006


jbv,

I tried this and it works just fine:

on mouseUp
  put the screenRect into tRect
   import snapshot from rect tRect
   create img
   put img 1 into img 2
end mouseUp

The trick is to create the var tRect first before using the import
snapshot command.

best,
Chipp



More information about the use-livecode mailing list