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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to