I am a "newbie" and want to drag around images on the screen with the mouse.
I am using the following script for each image, copied from a HyperCard
stack:

on mouseDown
  set cursor to none
  repeat until the mouse is up
    show me at the mouseLoc
  end repeat
end mouseDown

The only problem is that the image jumps to its middle point when you click
on it.  I would appreciate any help with how to make the image drag from the
location of the mouseDown event (which could be anywhere on the image) and
then follow the dragged movement.

This is very simple stuff, but I would appreciate a "leg up" from one of the
pros out there!

Tony.

--
First Light Studios --- Tony Gravett --- Telephone: 518-851-6069
Recording, mastering, transcribing & publishing ... in new media.

Reply via email to