MovieClip.stopDrag()

Disponibilidad

Flash Player 5.

Sintaxis

my_mc.stopDrag()

Parámetros

Ninguno.

Valor devuelto

Ninguno.

Descripción

Método; pone fin a un método MovieClip.startDrag(). Un clip de película que se convirtió en arrastrable con ese método continúa siendo arrastrable hasta que se añade un método stopDrag() o hasta que otro clip de película se convierte en arrastrable. Sólo puede arrastrarse un clip de película cada vez.

Véase también

MovieClip._droptarget, MovieClip.startDrag(), stopDrag()