You have been warned: tune out all those for whom this is strong meat.

So, for no obvious good reason at all (that's a lie, and you can work out what the reason is)
I decided to pop an image into a custom property of a graphic object like this:
Code: Select all
on mouseUp
set the P1 of grc "holder" to img "BFF"
end mouseUp
- -
So; that seems all very straightforward:
- -
BUT, the big and burning Q is how to retrieve that image later on . . .
I tried this:
Code: Select all
on mouseUp
put the imageData of the P1 of grc "holder" into tDATA
set the imageData of img "XPIK" to tDATA
end mouseUp
Ultimately my idea is that is might be more convenient to store images as customproperties than as images qua images
in a stack.