Dynamic Drive Forums
>
General Coding
>
Flash
> draggable elements
Log in
View Full Version :
draggable elements
midhul
02-20-2008, 12:37 PM
hi,
how can i make a square graggable by the user in flash 8 proffesional!
BLiZZaRD
02-20-2008, 03:35 PM
There are tons of ways. Drag and Drop, Drag, Follow, replace, drag/drop and swap...
the most basic:
on(press) {
startDrag(this);
}
on(release) {
stopDrag();
}
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.