Avoiding cursor change over dynamic text fields in Flash CS3
Asked Answered
A

3

9

I have a dynamic text field inside a MovieClip symbol. Whenever the mouse pointer is hovered over the symbol, the cursor changes to the I-shaped text editing cursor. This may be a very stupid question, but is there any way to avoid this? Not even using mouse.hide() keeps the "I" cursor from appearing.

Age answered 25/2, 2009 at 18:33 Comment(0)
L
8

Have you tried setting the TextField's selectable property to false? This will prevent the user from dragging the mouse to select the text (thus they can't copy it to the clipboard), but I believe that should also prevent the cursor from changing.

Lolly answered 25/2, 2009 at 18:37 Comment(2)
Thanks so much! I knew it had to be something like that, I just couldn't find it. Now I can go watch Mythbusters :)Age
I'm glad I could help someone at such a worth cause as watching Mythbusters!Lolly
D
2

mc.selectable = false;

Dynamite answered 25/2, 2009 at 18:52 Comment(0)
C
0

For CS4: In the properties box is an icon(little button) that is available when you have the text field selected, which you can toggle on and off to determine if the text is selectable. This button is located below anti-alias in the properties box.

Coastland answered 1/10, 2009 at 17:13 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.