Article

Home » Design and Layout » Flash Tutorials » Flash Script - Hide and Change Cursor Appearance

About the Author

SitePoint

View all articles by SitePoint...

Flash Script - Hide and Change Cursor Appearance

By SitePoint

April 28th, 2003

Reader Rating: 7.5

Many Flash developers ask me how they can change the appearance of the user's cursor as it moves across their Flash site. Here's the answer!

Before you begin, download the sample files here.

1. Let's start by creating a cursor. In the sample file I've created a cross hair.

2. Convert the cursor object to a movie clip.

3. Right click the cursor movie clip, and insert this action:

  onClipEvent (load)
  {
  startDrag ("", true);
  }

This action moves the cursor movie clip along with the cursor.

4.In the default layer key frame, insert the action:

mouse.hide();

This action hides the mouse.

That's it! Test the movie.

If you liked this article, share the love:
Print-Friendly Version Suggest an Article

Sponsored Links

Rate This Article

  • 1
    Poor
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
    Great

Comment on This Article

Have something to say?

Post A Comment

You need to be a member of the SitePoint Forums to comment on this post. Sign Up

Already a member? Post using your SitePoint Forums account: