Underneath

Richmond richmondmathewson at gmail.com
Fri Aug 26 14:40:02 EDT 2016


So, I have an image, let's call it "P".

I also have a number of "tiles" constituting a grid on a card.

One of those tiles is called image "xPtw".

Now the script in image "P" goes something like this:

on mouseDown
    grab me
end mouseDown

on mouseUp
*--pseudocode*
    if the name of the object *underneath* this image contains "P" then
       do nothing
    else
      send image "P" somewhere else
    end if
*--end pseudocode*
end mouseUp

and I'm looking for help.

Richmond.



More information about the use-livecode mailing list