drag a button
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 73
- Joined: Sat Apr 08, 2006 6:51 pm
drag a button
I used to know a very simple snippet for dragging an object with the mouse but old age is a shipwreck. Can some kind poster help me out?
In nova fert animus mutatas dicere formas corpora.
Hi Preston,
in the script of a button should do the trick
regards
Bernd
Code: Select all
on mouseDown
grab me
end mouseDown
regards
Bernd