Code: Select all
export snapshot from rect tRect of this stack to file myFile AS JPEG
I wan to use a rect with relative to stack coordinates, not to screen coordinates.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
export snapshot from rect tRect of this stack to file myFile AS JPEG
Code: Select all
repeat for each item tItem in lista
export snapshot from rect ( the rect of image titem ) of this card to file tItem AS JPEG
set the filename of image tItem to empty #!!!!!!! needed!!!!
set the filename of image tItem to tItem
end repeat