I am trying to figure out how to save a snapshot of a specific area of a card to the camera roll.
I have been experimenting with:
Code: Select all
on mouseUp
EXPORT snapshot from rect 0,30,320,350 to file "File1.png" as PNG
answer ("File Saved Successfully")
go to card "Home"
end mouseUp
If someone could point me in the right direction that would be appreciated ! Thanks