Recently, David Bovill wrote: > A few experiments later.... and it seems the message is that the docs > are wrong - firstly there seems no point using "of object" form, > instead use only of "window windowID".
If I understand what you're saying, one syntax form for an object is: import snapshot from rect (rect of <obj>) of <obj> This imports a snapshot of the object to the card using the object as the source. The reason for doing this is it grabs the alpha data of the object as well, keeping any transparency intact. The export syntax is: export snapshot from rect (rect of btn 1) of btn 1 to file fPath as PNG This does the same but to an external PNG file. You can also use the other image formats (ie JPEG) as well. You can also export to a variable. Is this what you were asking? Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ 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
