开发者

Flash TextField -- make it act like a label?

开发者 https://www.devze.com 2023-01-14 04:33 出处:网络
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:

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

精彩评论

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