Chipp,

Thanks for the tip.

For those interested, I've found a (slightly) different
but (slightly) faster way to do this :

on mouseUp
  put the screenrect into tRect
  export snapshot from rect tRect to var as JPEG
  create img
  put var into img 1
end mouseUp

the difference is probably because only 1 image
object is created...

JB


> 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