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.
我正在尝试制作一个对象(包含文本字段和位图的电影剪辑),有时我需要使其部分透明(例如使其一半消失)。这怎么可能?
// only things inside the rect will be visible DisplayObject.scrollRect = new Rectangle(...);
MovieClip 也是一个 DisplayObject。