Click to See Complete Forum and Search --> : draggable object
mmreed
02-01-2002, 12:27 AM
in past threads draggable objects have been put off until the movie clips are added... now that 3.0 beta has them, what is the best way to approach this? Has any of the other beta testers tried this yet?
mmreed
02-01-2002, 12:34 AM
bob -
what are the chances of adding a gui flag that can make an object draggable?
johnie
02-01-2002, 03:15 AM
Its actually been in there since 2.8
to make a shape dragable you add this AS to a symbol:
On(press)
{
this.StartDrag();
}
to make it stop dragging on release add this AS:
On(release)
{
this.StopDrag();}
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.