Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cursor in Flash Hyperlinks 1

Status
Not open for further replies.

gabrielfuller

IS-IT--Management
Feb 18, 2004
30
0
0
US
I created a new sursor for my flash site, but the cursor is overlapped by the hyperlink "hand" cursor whenver it goes over a link. Is there a way to get rid of that hand altogeth???

Gabriel Fuller
Teen Mania Ministries
 
Both movieclips and buttons have a 'useHandCursor' property which you can set to false:

Code:
yourMC.useHandCursor=false
 
But would that work on an hyperlink text... Doubt it!
 
I'd turn those text hyperlinks into buttons, and simply disable the hand cursor on those buttons as Wangbar suggested.
 
Have you tried...

Mouse.hide();

...On the first frame of your movie?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top