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();
}