Houston, We Have A Problem

Geoff Canyon gcanyon at inspiredlogic.com
Wed Jul 13 09:38:52 CDT 2005


That's a puzzler. This works in either environment:

on mouseUp
   go stack test1
   import snapshot from rect (rect of grc 1) of window (windowID of  
stack test1)
   go stack test2
   create img

   -- here's the change:
   set the rect of the last img of stack "test2" to the rect of the  
last img of stack "test1"
   set the imagedata of the last img of stack "test2" to the  
imagedata of the last img of stack "test1"

end mouseUp

On Jul 12, 2005, at 11:59 PM, Scott Rossi wrote:

> on mouseUp
>   go stack test1
>   import snapshot from rect (rect of grc 1) of window (windowID of  
> stack
> test1)
>   go stack test2
>   create img
>   put last img of stack test1 into last img of stack test2
> end mouseUp
>



More information about the metacard mailing list