I am trying to program moving a graphic. I can make the graphic a button with icons and move it but it is slow and not smooth.
Here is the code for a button. Any suggestions?
on mouseStillDown
move me to the mouseLoc without waiting
end mouseStillDown
This also works but is not smooth:
on mouseStillDown
set the location of me to the mouseLoc
end mouseStillDown
What I'd like to be able to do is to pick up the item and move it to
another location.
Bill Vlahos
