I have these two lines of code:
Code: Select all
put the rect of image "mask" of card "Main" into tFrame
export snapshot from rect tFrame to pictVariable as PNG
However, whenever I get to this point in my script on the Android simulator, the program just seems to hang.
Is there something I need to do differently for the "export snapshot" to make it work on the Android?
Thanks so much.
Joel