Media Summary: Write the action script to allow a movie clip (ball) to rotate as the mouse is rotated. Rotate the mouse clockwise and the ball rotates ... Comment with your opinions, rate and subscribe!! ==================================================== You can ... Code: on(press){ startDrag(""); } on(release){ stopDrag(); } Download fla:
Flash Tutorial 28 Drag And - Detailed Analysis & Overview
Write the action script to allow a movie clip (ball) to rotate as the mouse is rotated. Rotate the mouse clockwise and the ball rotates ... Comment with your opinions, rate and subscribe!! ==================================================== You can ... Code: on(press){ startDrag(""); } on(release){ stopDrag(); } Download fla: Create Drop Target Using Action Script 2.0 - Drag and Drop Flash Tutorial Code: on(press){ startDrag(this); } on(release){ stopDrag(); }