on (rollOver, dragOver) {
startDrag(_root.light) ;
}
This, just like last time, tells Flash that it should start dragging the symbol on the root level named light whenever the mouse rolls over the symbol, or drags over it (rolls over it with the left mouse button depressed). If you want the mouse cursor to automatically snap to the center of the symbol (this can make things a bit more intuitive for the end user), check off Lock mouse to center on the options displayed in Normal Mode.


