PDA

View Full Version : getting rid of the hand cursor


quagmire
02-22-2002, 02:14 PM
sorry for the newbie question. is there a way to get rid of the hand cursor when hovering on a button? maybe using mcs? i dont want to replace the cursor with a custom one.

also, static text that used device fonts wont show up properly on macs. anyone know how to fix it? same thing happens when i check html or selectable i think. i dont own a mac so its kinda hard to do tests. thanks

sfa
02-22-2002, 03:10 PM
The only two ways i know of are using the Mouse.hide() function and dragging an mc around(this could be a copy of the arrow). Otherwise you can use an mc with an onClipEvent(mouseDown) and use a hit test.

I have no idea about the second question.

SFA

quagmire
02-22-2002, 03:34 PM
ey thanks! thats what i was looking for.

now all i need to know is how to fix the text