开发者

Flash TextField -- make it act like a label?

How can i disable the text selection abilities开发者_StackOverflow中文版 and such of flash TextFields (so they act like labels)?


In code, you can do it like this:

myTextField.selectable = false;

Or you can untick the "Selectable" button (an A and a selected b) in the Properties panel for the TextField in the Flash CS IDE.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜