Mark Schonewille wrote:
Hi Paul,

This will work:

on mouseUp
     put "~/desktop/test.png" into myFile
     if there is a file myFile then delete file myFile
     set the filetype to "????PNGf"
export snapshot from rect (the rect of this stack) to file myFile as PNG
end mouseUp

Or to be cross-platform:

put specialFolderpath("desktop") & "/test.png" into myFile

--
Jacqueline Landman Gay         |     [email protected]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
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