# Help with a custom cursor

**URL:** https://forum.kirupa.com/t/help-with-a-custom-cursor/43951
**Category:** flash
**Created:** [February 27, 2004, 11:29am UTC](https://forum.kirupa.com/t/help-with-a-custom-cursor/43951 "2004-02-27T11:29:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![jay100](https://avatars.discourse-cdn.com/v4/letter/j/2bfe46/32.png) [@jay100](https://forum.kirupa.com/u/jay100)
#### Post date: [February 27, 2004, 11:29am UTC](https://forum.kirupa.com/t/help-with-a-custom-cursor/43951/1 "2004-02-27T11:29:58Z")

</div>

I am trying to get a custom cursor working in MX - The cursor is a fine line the length of the movie.

I am using this piece of code from a tutorial:

onClipEvent (load) {  
Mouse.hide();  
startDrag(this, true, L, T, R, B);  
}

My page has a number of movielips, some are masked and can be unmasked when the mouse rolls over them. This code works when there is only one movieclip on the stage, But when I add multiple clips with masks the cursor does change to the line, but the line freezes when I attempt to roll over the masked movie to unmask?

What am I doing wrong?

Thanks
