Article

Home » Design and Layout » Flash Tutorials » Flash Script - Cursor Trick 1: Cross Hair Cursor

About the Author

SitePoint

View all articles by SitePoint...

Flash Script - Cursor Trick 1: Cross Hair Cursor

By SitePoint

April 28th, 2003

Reader Rating: 5.5

Want to make a cross hair cursor in Flash? Look no further!
Download the sample files here.

1. First, create a line with a length that's equal to the length of the stage.

2. Convert the line to a movie clip, and give it an instance name of "yline".

3. Drag an instance of the line movie clip from the library, and give this an instance name "xline".

4. Create a small circle, and convert this to a movie clip.

5. Right click the circle movie clip, go to actions, and insert:

onClipEvent (enterFrame)  
{
startDrag ("", true);
setProperty ("/yline", _y, _y);
setProperty ("/xline", _x, _x);
}

That's it, run the movie! You have created a simple cross hair cursor.

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: