Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我有一个动态文本框,var 为 text_Box。由于某种原因,动态文本框有白色背景,我无法删除。有没有办法可以更改颜色或使其透明,以便仅显示文本?请记住,这是在 AS3 中。先谢谢了。试图删除白色背景,所以只显示文本。
假设 text_Box 是一个 TextField 对象 - 尝试将以下内容添加到您的代码中:
text_Box.background = false;