Problem 1) I'm measuring the distance in pixels that 2 gif images have traveled. I am able to do this just fine. When I run the table card from itself, the two measurements are inserted correctly into the table field. However, if I send a mouseup from the "graphics" card to the "table" card, it says, (Chunk: no such object) near "Table Field" This is script for the "table" card:
Code: Select all
on mouseup
global travel1, travel2
set itemdelimiter to tab
put travel1 into first item of field "Table Field"
put travel2 into second item of field "Table Field"
end mouseup
Any help with these matters would be, as usual, greatly appreciated...