1. Create the moviClip with the name MC_1.
2. Click on the MC_1 movie clip.
3. Press F9 button.
4. Type the following code.
on(rollOver)
{
this._x = Mouse._x;
this._y = Mouse._y;
}
You have to make a separate nested animation (try to avoid tweening by having everything as symbols) and place/drop that movie into the mouse hover event of the intended button...
HTH
103 views
Usually answered in minutes!
×