At 9:03 AM -0700 10/1/01, Bill Vlahos wrote: >on mouseStillDown > move me to the mouseLoc without waiting >end mouseStillDown
At 12:35 PM -0500 10/1/01, Ken Ray wrote: >on mouseDown > grab me >end mouseDown That would be the way to go. If you need to do other things while the drag is happening (grab blocks other code from executing) then try the mouseMove message instead of mouseStillDown. regards, Geoff
