PDA

View Full Version : Custom cursor and hyperlink not getting along



Aikido
September 27th, 2002, 01:25 PM
Ok, here's the problem.
I have a custom cursor.
When I mouse over a hyperlink in the movie, the text crosshair cursor appears, alongside the custom cursor.
Is there a way to stop the text crosshair cursor from showing when I mouse over a hyperlink?

or a Text Input Box?

sbeener
September 27th, 2002, 01:31 PM
make your text field unselectable.

Aikido
September 27th, 2002, 03:27 PM
It's input text, and a hyperlink.
Input text by default is selectable.

Scootman
September 27th, 2002, 08:02 PM
umm im not exactly positive... but if you make it dynamic text... you can make it unselectable... and then make it a button... and use the getURL("http://www.blah.com"); like that

so it would be...

on(press){
getURL("whatever");
}

dunno if this will help or not but i tried...