I have made this cursor for you in Flash MX 6.0 and it should be work with all version too.
Okay now read carefully.......
First make a button with any name and then make a movieclip(which will be your cursor) and everymovieclip has a instance name and give the cursor movieclip instance name to "c" then write the scripts to the button in expert mode and you are done. An remember put the cursor movie outside of your stage.
If you need more help then let me know.
here is the code..........
| Code: |
on (rollOver) {
startDrag("c", true);
Mouse.hide();
setProperty("c", _visible, true);
}
on (rollOut) {
}
on (rollOut) {
stopDrag();
Mouse.show();
setProperty("c", _visible, false);
} |
_________________
Just Fly With Your Dreams!!!
Digital Vision

Last edited by hasnatme on Thu Aug 26, 04 9:31 pm; edited 4 times in total