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.
我正在创建一个Flash游戏。它需要一个滚动条。所以我想知道如何创建一个带有滚动条的图层?. 我知道如何将文本字段与滚动条链接。类似地,是否可以将影片剪辑/图层与滚动条链接。
你可以使用ScrollPane组件。(按 ctrl+f7 查看组件窗口) 然后将影片剪辑设置为其源:
ScrollPane
your_scrollPane.source=your_movieclip; //customize other properties such as ScrollPolicy & ...
编辑: 如果您不想使用动作脚本: 1-AS Linkage为您的电影剪辑设置(在库面板中) 2-为您的 ScrollPane 设置源属性
AS Linkage