darklitch
03-31-2005, 10:27 AM
1.) make a symbol (ctrl + F8)
2.) select movie clip and name it cursor.
3.) draw whatever you want to follow the cursor.
4.) up near the top right hand corner, (sorry, I can't spell) you should see something that says "scene 1____cursor", click on scene 1.
5.) open the library (ctrl + L)
6.) drag cursor onto the stage. It does not matter where it is as long as it is there.
7.) click on what you draged to the stage, make sure it is sellected, and open the actions panel (F9)
8.) paste this code onto the screen:
onClipEvent(enterFrame) {
this._y = _root._ymouse;
this._x = _root._xmouse;
}
That should do it
2.) select movie clip and name it cursor.
3.) draw whatever you want to follow the cursor.
4.) up near the top right hand corner, (sorry, I can't spell) you should see something that says "scene 1____cursor", click on scene 1.
5.) open the library (ctrl + L)
6.) drag cursor onto the stage. It does not matter where it is as long as it is there.
7.) click on what you draged to the stage, make sure it is sellected, and open the actions panel (F9)
8.) paste this code onto the screen:
onClipEvent(enterFrame) {
this._y = _root._ymouse;
this._x = _root._xmouse;
}
That should do it