Can someone please help me? I am trying to set up some draggable layers
using the syntax below. The dragging itself works fine, but when I release
the mouse button the mouse won't let go of the dragged layer. Does anyone
have any suggestions or comments on this behavior? Thanks in advance.
DragEvent.enableDragEvents(me.thumb)
DragEvent.setDragBoundary(me.thumb)
billw
|