| Flash only
Creating a custom cursor
first we create a new symbol a movie clip by pressing ctrl+F8 select
it all like mine is.
Then you create a picture what you want your cursor to look like
make yours how ever you want this is how i did mine but you do
what ever you want.

Then click on the arrow to go back to your very first scene.

then go to the little bar at the top called windows (its a button
like file and edit etc) then go down to library and a little box
should come up on your screen with the name symbol 1 in it click
on it and drag it to your scene.

Then go and open your actions area.

first click anywhere on your scene but on the movie clip (your
cursor) and enter this in the actions
startDrag("t", true);
Mouse.hide()

Then reselect the movieclip (your cursor) and go to properties
and where it says <instance name> put in t just t its right
under where it says symbol 1

|