Placing image from iPhonePickPhoto
Posted: Thu Nov 17, 2011 10:54 am
I have created an image object ("thePhoto"), into which I want to place the photo chosen via the iPad (in this case) photo picker. Using this bit of code:
on mouseUp
iphonePickPhoto library 440, 330
put the last image into the image "thePhoto"
end mouseUp
Now this does the job exactly, but it also puts a copy of the photo in the centre of the screen. I can't find a way to prevent this happening or deleting the extra copy. I'm sure there is a very simple solution ...
TIA
Don
on mouseUp
iphonePickPhoto library 440, 330
put the last image into the image "thePhoto"
end mouseUp
Now this does the job exactly, but it also puts a copy of the photo in the centre of the screen. I can't find a way to prevent this happening or deleting the extra copy. I'm sure there is a very simple solution ...
TIA
Don