I've found some problems while I'm using the "import snapshot" function
It can work successfully on PC,but can't work on the Android mobile device
Here's the code
Code: Select all
import snapshot from rect (100,100,100,100)
Thanks so much
Hao
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
import snapshot from rect (100,100,100,100)
Code: Select all
import snapshot from rect 221,370,436,479
answer the number of images in this card
Code: Select all
on mouseUp
--import snapshot from image 1
import snapshot from rect 20,30,100,90 of this card
end mouseUp